別のコンパートメントへのお知らせサブスクリプションの移動

お知らせサブスクリプションは、コンパートメント間で移動できます。

    1. 「サブスクリプション」リスト・ページで、移動するサブスクリプションを検索し、サブスクリプション名を選択します。リスト・ページの検索に関するヘルプが必要な場合は、「すべてのお知らせサブスクリプションのリストの表示」を参照してください。
    2. 「リソースの移動」を選択します。
    3. 「宛先コンパートメント」を選択し、リストから新しいコンパートメントを選択します。
    4. 準備ができたら、「リソースの移動」を選択します。
  • oci announce announcement-subscription change-compartmentコマンドおよび必要なパラメータを使用して、お知らせサブスクリプションを別のコンパートメントに移動します:
    oci announce announcement-subscription change-compartment --announcement-subscription-id <announcementsubscription_OCID> --compartment-id <new_compartment_OCID>
    例:
    oci announce announcement-subscription change-compartment --announcement-subscription-id ocid1.announcementsubscription.<realm1>..<unique_ID> --compartment-id ocid1.compartment.<realm>..<unique_ID>

    CLIコマンドのパラメータおよび値の完全なリストは、CLIコマンド・リファレンスを参照してください。

  • ChangeAnnouncementSubscriptionCompartment操作を実行して、お知らせサブスクリプションを別のコンパートメントに移動します。