From 14b80769f732372d3b04497d0ca34303e7c98d1f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 12 Dec 2023 16:41:54 +0000 Subject: [PATCH] feat(gkeonprem): update the api #### gkeonprem:v1 The following keys were added: - schemas.VmwareAdminVCenterConfig.properties.storagePolicyName.type (Total Keys: 1) - schemas.VmwareNetworkConfig.properties.vcenterNetwork.readOnly (Total Keys: 1) --- ...onprem_v1.projects.locations.vmwareAdminClusters.html | 3 +++ .../gkeonprem_v1.projects.locations.vmwareClusters.html | 8 ++++---- .../discovery_cache/documents/gkeonprem.v1.json | 9 +++++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html b/docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html index 9f7d99c441..a0a24860f9 100644 --- a/docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html +++ b/docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html @@ -367,6 +367,7 @@

Method Details

"datastore": "A String", # The name of the vCenter datastore for the admin cluster. "folder": "A String", # The name of the vCenter folder for the admin cluster. "resourcePool": "A String", # The name of the vCenter resource pool for the admin cluster. + "storagePolicyName": "A String", # The name of the vCenter storage policy for the user cluster. }, } @@ -623,6 +624,7 @@

Method Details

"datastore": "A String", # The name of the vCenter datastore for the admin cluster. "folder": "A String", # The name of the vCenter folder for the admin cluster. "resourcePool": "A String", # The name of the vCenter resource pool for the admin cluster. + "storagePolicyName": "A String", # The name of the vCenter storage policy for the user cluster. }, }, ], @@ -842,6 +844,7 @@

Method Details

"datastore": "A String", # The name of the vCenter datastore for the admin cluster. "folder": "A String", # The name of the vCenter folder for the admin cluster. "resourcePool": "A String", # The name of the vCenter resource pool for the admin cluster. + "storagePolicyName": "A String", # The name of the vCenter storage policy for the user cluster. }, } diff --git a/docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html b/docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html index 631ebc7479..0f924e1a87 100644 --- a/docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html +++ b/docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html @@ -283,7 +283,7 @@

Method Details

}, ], }, - "vcenterNetwork": "A String", # vcenter_network specifies vCenter network name. Inherited from the admin cluster. + "vcenterNetwork": "A String", # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster. }, "onPremVersion": "A String", # Required. The Anthos clusters on the VMware version for your user cluster. "reconciling": True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster. @@ -616,7 +616,7 @@

Method Details

}, ], }, - "vcenterNetwork": "A String", # vcenter_network specifies vCenter network name. Inherited from the admin cluster. + "vcenterNetwork": "A String", # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster. }, "onPremVersion": "A String", # Required. The Anthos clusters on the VMware version for your user cluster. "reconciling": True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster. @@ -878,7 +878,7 @@

Method Details

}, ], }, - "vcenterNetwork": "A String", # vcenter_network specifies vCenter network name. Inherited from the admin cluster. + "vcenterNetwork": "A String", # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster. }, "onPremVersion": "A String", # Required. The Anthos clusters on the VMware version for your user cluster. "reconciling": True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster. @@ -1102,7 +1102,7 @@

Method Details

}, ], }, - "vcenterNetwork": "A String", # vcenter_network specifies vCenter network name. Inherited from the admin cluster. + "vcenterNetwork": "A String", # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster. }, "onPremVersion": "A String", # Required. The Anthos clusters on the VMware version for your user cluster. "reconciling": True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster. diff --git a/googleapiclient/discovery_cache/documents/gkeonprem.v1.json b/googleapiclient/discovery_cache/documents/gkeonprem.v1.json index 3c2bec5da7..2c3d18dfd6 100644 --- a/googleapiclient/discovery_cache/documents/gkeonprem.v1.json +++ b/googleapiclient/discovery_cache/documents/gkeonprem.v1.json @@ -2996,7 +2996,7 @@ } } }, - "revision": "20231108", + "revision": "20231204", "rootUrl": "https://gkeonprem.googleapis.com/", "schemas": { "Authorization": { @@ -5818,6 +5818,10 @@ "resourcePool": { "description": "The name of the vCenter resource pool for the admin cluster.", "type": "string" + }, + "storagePolicyName": { + "description": "The name of the vCenter storage policy for the user cluster.", + "type": "string" } }, "type": "object" @@ -6327,7 +6331,8 @@ "description": "Configuration settings for a static IP configuration." }, "vcenterNetwork": { - "description": "vcenter_network specifies vCenter network name. Inherited from the admin cluster.", + "description": "Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.", + "readOnly": true, "type": "string" } },