インフラストラクチャ・リージョンのサブスクライブ
IAMでインフラストラクチャ・リージョンにサブスクライブします。
リージョンのサブスクライブを解除することはできません。
インフラストラクチャ・リージョンをサブスクライブするには、createコマンドと必要なパラメータを使用します:
export region_key=region_ocid # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/iam/region-subscription/create.html#cmdoption-region-key export tenancy_id=tenancy_ocid # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/iam/region-subscription/create.html#cmdoption-tenancy-id oci iam region-subscription create --region-key region_ocid --tenancy-id tenancy_ocid
CLIコマンドのパラメータおよび値の完全なリストは、CLIコマンド・リファレンスを参照してください。
インフラストラクチャ・リージョンをサブスクライブするには、CreateRegionSubscription操作を実行します。