Docs Menu
Docs Home
/ /
Atlas CLI
/ / / /

Atlas privateEndpoints GCPインターフェース作成

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション
  • 出力

GCP プライベートエンドポイント インターフェースを作成します。

このコマンドを使用するには、プロジェクト オーナーのユーザー アカウントまたは API キーで認証する必要があります。

コマンド構文
atlas privateEndpoints gcp interfaces create <endpointGroupId> [options]
名前
タイプ
必須
説明
endpointGroupId
string
true
エンドポイントグループの一意の識別子です。
名前
タイプ
必須
説明
--endpoint
string
false
カンマで区切られたグループ内の GCP エンドポイントのリスト( endpointName 1 @ipAddress 1 、...、endpointNameN@ipAddressN など)
--endpointServiceId
string
true
内のプライベートエンドポイントを識別する一意の 24 文字の英数字stringAtlas 。
--gcpProjectId
string
true
ネットワーク ピアが存在する GCP プロジェクトの一意の識別子。
-h, --help
false
作成用ヘルプ
-o, --output
string
false
出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。
--projectId
string
false
使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

Interface endpoint '<EndpointGroupName>' created.
atlas privateEndpoints gcp interfaces create endpoint-1 \
--endpointServiceId 61eaca605af86411903de1dd \
--gcpProjectId mcli-private-endpoints \
--endpoint endpoint-0@10.142.0.2,endpoint-1@10.142.0.3,endpoint-2@10.142.0.4,endpoint-3@10.142.0.5,endpoint-4@10.142.0.6,endpoint-5@10.142.0.7

戻る

インターフェース