Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f2bc80

Browse files
committedDec 7, 2023
feat(gkeonprem): update the api
#### gkeonprem:v1 The following keys were deleted: - schemas.VmwareNetworkConfig.properties.vcenterNetwork.readOnly (Total Keys: 1)
1 parent dc36ebf commit 2f2bc80

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
 

‎docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h3>Method Details</h3>
283283
},
284284
],
285285
},
286-
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
286+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
287287
},
288288
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
289289
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
@@ -616,7 +616,7 @@ <h3>Method Details</h3>
616616
},
617617
],
618618
},
619-
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
619+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
620620
},
621621
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
622622
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
@@ -878,7 +878,7 @@ <h3>Method Details</h3>
878878
},
879879
],
880880
},
881-
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
881+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
882882
},
883883
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
884884
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
@@ -1102,7 +1102,7 @@ <h3>Method Details</h3>
11021102
},
11031103
],
11041104
},
1105-
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
1105+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
11061106
},
11071107
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
11081108
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.

‎googleapiclient/discovery_cache/documents/gkeonprem.v1.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@
29962996
}
29972997
}
29982998
},
2999-
"revision": "20231101",
2999+
"revision": "20231108",
30003000
"rootUrl": "https://gkeonprem.googleapis.com/",
30013001
"schemas": {
30023002
"Authorization": {
@@ -6327,8 +6327,7 @@
63276327
"description": "Configuration settings for a static IP configuration."
63286328
},
63296329
"vcenterNetwork": {
6330-
"description": "Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.",
6331-
"readOnly": true,
6330+
"description": "vcenter_network specifies vCenter network name. Inherited from the admin cluster.",
63326331
"type": "string"
63336332
}
63346333
},

0 commit comments

Comments
 (0)
Please sign in to comment.