コンパートメントの移動
IAMテナンシ内のコンパートメントを移動します。
manage all-resources
権限を持つグループに属している必要があります。コンパートメントを移動するには、moveコマンドおよび必須パラメータを使用します:
export compartment_id=compartment_ocid # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/iam/compartment/move.html#cmdoption-compartment-id export target_compartment_id=target_compartment_ocid # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/iam/compartment/move.html#cmdoption-target-compartment-id oci iam compartment move --compartment-id compartment_ocid --target-compartment-id target_compartment_ocid
CLIコマンドのパラメータおよび値の完全なリストは、CLIコマンド・リファレンスを参照してください。
MoveCompartment操作を実行して、コンパートメントを移動します。