Method: projects.locations.vmwareClusters.queryVersionConfig

VMware ユーザー クラスタのバージョン構成をクエリします。

HTTP リクエスト

POST https://gkeonprem.googleapis.com/v1/{parent=projects/*/locations/*}/vmwareClusters:queryVersionConfig

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

必須。バージョン構成をクエリするプロジェクトとロケーションの親。形式: "projects/{project}/locations/{location}"

クエリ パラメータ

パラメータ
結合パラメータ config_type。バージョンをリストするユースケースを指定するバージョン構成リクエストの構成。config_type は次のいずれかになります。
createConfig

object (VmwareClusterCreateConfig)

ユーザー クラスタの作成ユースケース。管理クラスタのメンバーシップまたはリソース名が必要です。

upgradeConfig

object (VmwareClusterUpgradeConfig)

ユーザー クラスタのアップグレードのユースケース。ユーザー クラスタのリソース名が必要です。

リクエストの本文

リクエストの本文は空にする必要があります。

レスポンス本文

VMware ユーザー クラスタのバージョン構成をクエリした際のレスポンス メッセージ。

成功した場合、レスポンスの本文には次の構造のデータが含まれます。

JSON 表現
{
  "versions": [
    {
      object (VmwareVersionInfo)
    }
  ]
}
項目
versions[]

object (VmwareVersionInfo)

インストールまたはアップグレード可能なバージョンのリスト。

認可スコープ

次の OAuth スコープが必要です。

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

詳細については、Authentication Overview をご覧ください。

VmwareClusterCreateConfig

VMware ユーザー クラスタの作成構成に関するメッセージ。

JSON 表現
{

  // Union field admin_cluster can be only one of the following:
  "adminClusterMembership": string,
  "adminClusterName": string
  // End of list of possible types for union field admin_cluster.
}
フィールド

共用体フィールド admin_cluster

admin_cluster は次のいずれかになります。

adminClusterMembership

string

管理クラスタのメンバーシップ。これは、管理クラスタのフリート メンバーシップの完全なリソース名です。形式: "projects/{project}/locations/{location}/memberships/{membership}"

adminClusterName

string

管理クラスタのリソース名。これは、管理クラスタ リソースの完全なリソース名です。Format: "projects/{project}/locations/{location}/vmwareAdminClusters/{vmwareAdminCluster}"

VmwareClusterUpgradeConfig

VMware ユーザー クラスタのアップグレード構成に関するメッセージ。

JSON 表現
{
  "clusterName": string
}
項目
clusterName

string

ユーザー クラスタのリソース名。これは、ユーザー クラスタ リソースの完全なリソース名です。Format: "projects/{project}/locations/{location}/vmwareClusters/{vmwareCluster}"

VmwareVersionInfo

特定の Anthos on VMware バージョンに関する情報が含まれています。

JSON 表現
{
  "version": string,
  "hasDependencies": boolean,
  "isInstalled": boolean,
  "dependencies": [
    {
      object (UpgradeDependency)
    }
  ]
}
項目
version

string

バージョン番号(例: 1.13.1-gke.1000)。

hasDependencies

boolean

設定されている場合、このバージョンをインストールまたはアップグレードする前に、クラスタの依存関係(管理クラスタ、同じ管理クラスタで管理されている他のユーザー クラスタなど)をアップグレードする必要があります。

isInstalled

boolean

設定されている場合、バージョンは管理クラスタにインストールされます。そうでない場合は、このバージョンでユーザー クラスタを作成するか、このバージョンにアップグレードする前に、バージョン バンドルをダウンロードしてインストールする必要があります。

dependencies[]

object (UpgradeDependency)

このバージョンのアップグレード依存関係のリスト。