Skip to content

Commit da8a7f0

Browse files
feat(gkeonprem): update the api
#### gkeonprem:v1 The following keys were added: - resources.projects.resources.locations.resources.vmwareAdminClusters.methods.unenroll.parameters.ignoreErrors (Total Keys: 2)
1 parent a6d7f51 commit da8a7f0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2>Instance Methods</h2>
110110
<code><a href="#testIamPermissions">testIamPermissions(resource, body=None, x__xgafv=None)</a></code></p>
111111
<p class="firstline">Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
112112
<p class="toc_element">
113-
<code><a href="#unenroll">unenroll(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</a></code></p>
113+
<code><a href="#unenroll">unenroll(name, allowMissing=None, etag=None, ignoreErrors=None, validateOnly=None, x__xgafv=None)</a></code></p>
114114
<p class="firstline">Unenrolls an existing VMware admin cluster from the Anthos On-Prem API within a given project and location. Unenrollment removes the Cloud reference to the cluster without modifying the underlying OnPrem Resources. Clusters will continue to run; however, they will no longer be accessible through the Anthos On-Prem API or its clients.</p>
115115
<h3>Method Details</h3>
116116
<div class="method">
@@ -1400,13 +1400,14 @@ <h3>Method Details</h3>
14001400
</div>
14011401

14021402
<div class="method">
1403-
<code class="details" id="unenroll">unenroll(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</code>
1403+
<code class="details" id="unenroll">unenroll(name, allowMissing=None, etag=None, ignoreErrors=None, validateOnly=None, x__xgafv=None)</code>
14041404
<pre>Unenrolls an existing VMware admin cluster from the Anthos On-Prem API within a given project and location. Unenrollment removes the Cloud reference to the cluster without modifying the underlying OnPrem Resources. Clusters will continue to run; however, they will no longer be accessible through the Anthos On-Prem API or its clients.
14051405

14061406
Args:
14071407
name: string, Required. Name of the VMware admin cluster to be unenrolled. Format: &quot;projects/{project}/locations/{location}/vmwareAdminClusters/{cluster}&quot; (required)
14081408
allowMissing: boolean, If set to true, and the VMware admin cluster is not found, the request will succeed but no action will be taken on the server and return a completed LRO.
14091409
etag: string, The current etag of the VMware admin cluster. If an etag is provided and does not match the current etag of the cluster, deletion will be blocked and an ABORTED error will be returned.
1410+
ignoreErrors: boolean, Optional. If set to true, the unenrollment of a vmware admin cluster resource will succeed even if errors occur during unenrollment. This parameter can be used when you want to unenroll admin cluster resource and the on-prem admin cluster is disconnected / unreachable. WARNING: Using this parameter when your admin cluster still exists may result in a deleted GCP admin cluster but existing resourcelink in on-prem admin cluster and membership.
14101411
validateOnly: boolean, Validate the request without actually doing any updates.
14111412
x__xgafv: string, V1 error format.
14121413
Allowed values

googleapiclient/discovery_cache/documents/gkeonprem.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,6 +2042,11 @@
20422042
"location": "query",
20432043
"type": "string"
20442044
},
2045+
"ignoreErrors": {
2046+
"description": "Optional. If set to true, the unenrollment of a vmware admin cluster resource will succeed even if errors occur during unenrollment. This parameter can be used when you want to unenroll admin cluster resource and the on-prem admin cluster is disconnected / unreachable. WARNING: Using this parameter when your admin cluster still exists may result in a deleted GCP admin cluster but existing resourcelink in on-prem admin cluster and membership.",
2047+
"location": "query",
2048+
"type": "boolean"
2049+
},
20452050
"name": {
20462051
"description": "Required. Name of the VMware admin cluster to be unenrolled. Format: \"projects/{project}/locations/{location}/vmwareAdminClusters/{cluster}\"",
20472052
"location": "path",
@@ -3100,7 +3105,7 @@
31003105
}
31013106
}
31023107
},
3103-
"revision": "20250519",
3108+
"revision": "20250606",
31043109
"rootUrl": "https://gkeonprem.googleapis.com/",
31053110
"schemas": {
31063111
"Authorization": {

0 commit comments

Comments
 (0)