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

Atlasネットワークピアリング作成Azure

項目一覧

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

Atlas VPC と Azure VNet の間にネットワークピアリング接続を作成します。

Azure ネットワークピアリング接続を作成する前に、次の前提条件を完了してください。 https://www.mongodb.com/ja-jp/docs/atlas/reference/api/vpc-create- peering- connection/#prerequisites

ネットワーク ピアリング作成コマンドは、Atlas プロジェクトに指定したリージョンに VNet が存在するかどうかを確認します。 存在する場合、このコマンドはその VNet と VPC の間にピアリング接続を作成します。 Atlas VPC が存在しない場合、このコマンドは Atlas VPC を作成し、その VNet との間の接続を作成します。

ネットワークピアリング接続の詳細については、 https://www.mongodb.com/ja-jp/docs/atlas/security-vpc- peering/ を参照してください。

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

コマンド構文
atlas networking peering create azure [options]
名前
タイプ
必須
説明

--atlasCidrBlock

string

false

Atlas がプロジェクトで作成するすべてのネットワークピアリング接続に使用する CIDR ブロック。 このオプションは、Atlas VPC をまだ持っていない場合にのみ必要です。 詳細については、 https://docub.mongodb.org/core/ peering- connection-atlas の Atlas UI タブを参照してください。

--directoryId

string

true

Azure AD ディレクトリの一意な識別子です。

-h, --help

false

Azure 用のヘルプ

-o, --output

string

false

出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。

--projectId

string

false

使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。

--region

string

true

Atlas VPC とピアリングした VPC が存在するクラウドプロバイダーのリージョン。

--resourceGroup

string

true

Azure リソース グループの名前。

--subscriptionId

string

true

VNet が存在する Azure サブスクリプションの一意な識別子です。

--vnet

string

true

Azure VNet の名前。

名前
タイプ
必須
説明

-P, --profile

string

false

構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルの詳細については、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

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

Network peering connection '<Id>' created.
# Create a network peering connection between the Atlas VPC in CIDR block 192.168.0.0/24 and your Azure VNet named atlascli-test in in US_EAST_2:
atlas networking peering create azure --atlasCidrBlock 192.168.0.0/24 --directoryId 56657fdb-ca45-40dc-fr56-77fd8b6d2b37 --subscriptionId 345654f3-77cf-4084-9e06-8943a079ed75 --resourceGroup atlascli-test --region US_EAST_2 --vnet atlascli-test

戻る

Amazon Web Services