Skip to content

Commit 14b8076

Browse files
committedDec 12, 2023
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)
1 parent b1823e8 commit 14b8076

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
 

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

+3
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ <h3>Method Details</h3>
367367
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the admin cluster.
368368
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the admin cluster.
369369
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the admin cluster.
370+
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
370371
},
371372
}</pre>
372373
</div>
@@ -623,6 +624,7 @@ <h3>Method Details</h3>
623624
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the admin cluster.
624625
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the admin cluster.
625626
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the admin cluster.
627+
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
626628
},
627629
},
628630
],
@@ -842,6 +844,7 @@ <h3>Method Details</h3>
842844
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the admin cluster.
843845
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the admin cluster.
844846
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the admin cluster.
847+
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
845848
},
846849
}
847850

‎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;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
286+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. 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;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
619+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. 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;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
881+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. 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;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
1105+
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. 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

+7-2
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@
29962996
}
29972997
}
29982998
},
2999-
"revision": "20231108",
2999+
"revision": "20231204",
30003000
"rootUrl": "https://gkeonprem.googleapis.com/",
30013001
"schemas": {
30023002
"Authorization": {
@@ -5818,6 +5818,10 @@
58185818
"resourcePool": {
58195819
"description": "The name of the vCenter resource pool for the admin cluster.",
58205820
"type": "string"
5821+
},
5822+
"storagePolicyName": {
5823+
"description": "The name of the vCenter storage policy for the user cluster.",
5824+
"type": "string"
58215825
}
58225826
},
58235827
"type": "object"
@@ -6327,7 +6331,8 @@
63276331
"description": "Configuration settings for a static IP configuration."
63286332
},
63296333
"vcenterNetwork": {
6330-
"description": "vcenter_network specifies vCenter network name. Inherited from the admin cluster.",
6334+
"description": "Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.",
6335+
"readOnly": true,
63316336
"type": "string"
63326337
}
63336338
},

0 commit comments

Comments
 (0)