サービスの有効と無効を切り替える

このページでは、Infrastructure Manager を有効または無効にする手順について説明します。

Infra Manager の料金については、料金をご覧ください。

サービスの有効化

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  5. Make sure that billing is enabled for your Google Cloud project.

  6. Google Cloud CLI がまだインストールされていない場合は、インストールして初期化します。既存のインストール環境の場合は、gcloud components update コマンドを使用して Google Cloud CLI のコンポーネントを更新します。

    gcloud CLI のバージョンを確認するには、次のコマンドを実行します。

    gcloud version
  7. Google Cloud コンソールまたは次の gcloud コマンドを使用して、API を有効にします。
    gcloud services enable config.googleapis.com
  8. 省略可: Infra Manager で割り当て検証を使用するには、Google Cloud コンソールまたは次の gcloud コマンドを使用して API を有効にします。
    gcloud services enable cloudquotas.googleapis.com

サービスの無効化

Infra Manager API を無効にしても、関連リソースはプロジェクトに残ります。無効にすると、このサービスを使用してプロジェクトのデプロイとリソースを変更することはできなくなります。

API を再度有効にすると、API を最初に有効にしたときと同じ方法でサービスを継続して使用できます。

Google Cloud コンソールから API を無効にするには次を行います。

console

  1. Infra Manager の API の概要ページに移動します。
  2. API を有効にするプロジェクトを選択します。
  3. [管理] をクリックします。
  4. [API を無効にする] をクリックします。

gcloud

次のコマンドを実行して、現在のプロジェクトの API を無効にします。

gcloud services disable config.googleapis.com

次のステップ