Skip to content

Commit

Permalink
feat(gkeonprem): update the api
Browse files Browse the repository at this point in the history
#### gkeonprem:v1

The following keys were added:
- schemas.VmwareAdminVCenterConfig.properties.storagePolicyName.type (Total Keys: 1)
- schemas.VmwareNetworkConfig.properties.vcenterNetwork.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 12, 2023
1 parent b1823e8 commit 14b8076
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
Expand Up @@ -367,6 +367,7 @@ <h3>Method Details</h3>
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the admin cluster.
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the admin cluster.
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the admin cluster.
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
},
}</pre>
</div>
Expand Down Expand Up @@ -623,6 +624,7 @@ <h3>Method Details</h3>
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the admin cluster.
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the admin cluster.
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the admin cluster.
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
},
},
],
Expand Down Expand Up @@ -842,6 +844,7 @@ <h3>Method Details</h3>
&quot;datastore&quot;: &quot;A String&quot;, # The name of the vCenter datastore for the admin cluster.
&quot;folder&quot;: &quot;A String&quot;, # The name of the vCenter folder for the admin cluster.
&quot;resourcePool&quot;: &quot;A String&quot;, # The name of the vCenter resource pool for the admin cluster.
&quot;storagePolicyName&quot;: &quot;A String&quot;, # The name of the vCenter storage policy for the user cluster.
},
}

Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html
Expand Up @@ -283,7 +283,7 @@ <h3>Method Details</h3>
},
],
},
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
},
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
Expand Down Expand Up @@ -616,7 +616,7 @@ <h3>Method Details</h3>
},
],
},
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
},
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
Expand Down Expand Up @@ -878,7 +878,7 @@ <h3>Method Details</h3>
},
],
},
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
},
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
Expand Down Expand Up @@ -1102,7 +1102,7 @@ <h3>Method Details</h3>
},
],
},
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
},
&quot;onPremVersion&quot;: &quot;A String&quot;, # Required. The Anthos clusters on the VMware version for your user cluster.
&quot;reconciling&quot;: True or False, # Output only. If set, there are currently changes in flight to the VMware user cluster.
Expand Down
9 changes: 7 additions & 2 deletions googleapiclient/discovery_cache/documents/gkeonprem.v1.json
Expand Up @@ -2996,7 +2996,7 @@
}
}
},
"revision": "20231108",
"revision": "20231204",
"rootUrl": "https://gkeonprem.googleapis.com/",
"schemas": {
"Authorization": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
},
Expand Down

0 comments on commit 14b8076

Please sign in to comment.