Method: projects.locations.privateClouds.clusters.unmountDatastore

在叢集資源上卸載 Datastore

HTTP 要求

POST https://vmwareengine.googleapis.com/v1/{name=projects/*/locations/*/privateClouds/*/clusters/*}:unmountDatastore

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
name

string

這是必要旗標,要卸載資料儲存庫的叢集資源名稱。資源名稱是無配置的 URI,遵循 https://cloud.google.com/apis/design/resource_names 中的慣例。例如:projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster

授權需要指定資源 name 的下列 IAM 權限:

  • vmwareengine.clusters.mountDatastore

要求主體

要求主體包含下列結構的資料:

JSON 表示法
{
  "datastore": string,
  "requestId": string
}
欄位
datastore

string

這是必要旗標,要卸載的資料儲存庫資源名稱。資源名稱是無配置的 URI,遵循 https://cloud.google.com/apis/design/resource_names 中的慣例。例如:projects/my-project/locations/us-central1/datastores/my-datastore

授權需要指定資源 datastore 的下列 IAM 權限:

  • vmwareengine.datastores.get
requestId

string

選用。要求 ID 必須是有效的 UUID,但系統不支援零 UUID (00000000-0000-0000-0000-000000000000)。

回應主體

如果成功,回應主體會包含 Operation 的執行個體。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱Authentication Overview