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 deleted:
- schemas.VmwareNetworkConfig.properties.vcenterNetwork.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 7, 2023
1 parent dc36ebf commit 2f2bc80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h3>Method Details</h3>
},
],
},
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # 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;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # 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;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # 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;, # Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.
&quot;vcenterNetwork&quot;: &quot;A String&quot;, # 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
5 changes: 2 additions & 3 deletions googleapiclient/discovery_cache/documents/gkeonprem.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@
}
}
},
"revision": "20231101",
"revision": "20231108",
"rootUrl": "https://gkeonprem.googleapis.com/",
"schemas": {
"Authorization": {
Expand Down Expand Up @@ -6327,8 +6327,7 @@
"description": "Configuration settings for a static IP configuration."
},
"vcenterNetwork": {
"description": "Output only. vcenter_network specifies vCenter network name. Inherited from the admin cluster.",
"readOnly": true,
"description": "vcenter_network specifies vCenter network name. Inherited from the admin cluster.",
"type": "string"
}
},
Expand Down

0 comments on commit 2f2bc80

Please sign in to comment.