You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/gkeonprem_v1.projects.locations.bareMetalAdminClusters.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ <h3>Method Details</h3>
336
336
The object takes the form of:
337
337
338
338
{ # Message for enrolling an existing bare metal admin cluster to the GKE on-prem API.
339
-
"bareMetalAdminClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.
339
+
"bareMetalAdminClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.
340
340
"membership": "A String", # Required. This is the full resource name of this admin cluster's fleet membership.
Copy file name to clipboardExpand all lines: docs/dyn/gkeonprem_v1.projects.locations.bareMetalClusters.bareMetalNodePools.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269
269
The object takes the form of:
270
270
271
271
{ # Message for enrolling an existing bare metal node pool to the GKE on-prem API.
272
-
"bareMetalNodePoolId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.
272
+
"bareMetalNodePoolId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. (https://tools.ietf.org/html/rfc1123) format.
273
273
"validateOnly": True or False, # If set, only validate the request, but do not actually enroll the node pool.
Copy file name to clipboardExpand all lines: docs/dyn/gkeonprem_v1.projects.locations.bareMetalClusters.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -486,8 +486,8 @@ <h3>Method Details</h3>
486
486
487
487
{ # Message for enrolling an existing bare metal cluster to the Anthos On-Prem API.
488
488
"adminClusterMembership": "A String", # Required. The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.
489
-
"bareMetalClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all bare metal clusters within a project and location and will return a 409 if the cluster already exists. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.
490
-
"localName": "A String", # The object name of the bare metal cluster custom resource on the associated admin cluster. This field is used to support conflicting resource names when enrolling existing clusters to the API. When not provided, this field will resolve to the bare_metal_cluster_id. Otherwise, it must match the object name of the bare metal cluster custom resource. It is not modifiable outside / beyond the enrollment operation.
489
+
"bareMetalClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all bare metal clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.
490
+
"localName": "A String", # Optional. The object name of the bare metal cluster custom resource on the associated admin cluster. This field is used to support conflicting resource names when enrolling existing clusters to the API. When not provided, this field will resolve to the bare_metal_cluster_id. Otherwise, it must match the object name of the bare metal cluster custom resource. It is not modifiable outside / beyond the enrollment operation.
Copy file name to clipboardExpand all lines: docs/dyn/gkeonprem_v1.projects.locations.vmwareAdminClusters.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
127
127
{ # Message for enrolling an existing VMware admin cluster to the GKE on-prem API.
128
128
"membership": "A String", # Required. This is the full resource name of this admin cluster's fleet membership.
129
-
"vmwareAdminClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.
129
+
"vmwareAdminClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.
"datastore": "A String", # The Vsphere datastore used by the control plane Node.
169
+
"storagePolicyName": "A String", # The Vsphere storage policy used by the control plane Node.
169
170
},
170
171
},
171
172
"createTime": "A String", # Output only. The time at which VMware user cluster was created.
@@ -305,6 +306,7 @@ <h3>Method Details</h3>
305
306
"datastore": "A String", # The name of the vCenter datastore for the user cluster.
306
307
"folder": "A String", # The name of the vCenter folder for the user cluster.
307
308
"resourcePool": "A String", # The name of the vCenter resource pool for the user cluster.
309
+
"storagePolicyName": "A String", # The name of the vCenter storage policy for the user cluster.
308
310
},
309
311
"vmTrackingEnabled": True or False, # Enable VM tracking.
310
312
}
@@ -391,9 +393,9 @@ <h3>Method Details</h3>
391
393
392
394
{ # Message for enrolling an existing VMware cluster to the Anthos On-Prem API.
393
395
"adminClusterMembership": "A String", # Required. The admin cluster this VMware user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.
394
-
"localName": "A String", # The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. This field is used to support conflicting resource names when enrolling existing clusters to the API. When not provided, this field will resolve to the vmware_cluster_id. Otherwise, it must match the object name of the VMware OnPremUserCluster custom resource. It is not modifiable outside / beyond the enrollment operation.
396
+
"localName": "A String", # Optional. The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. This field is used to support conflicting resource names when enrolling existing clusters to the API. When not provided, this field will resolve to the vmware_cluster_id. Otherwise, it must match the object name of the VMware OnPremUserCluster custom resource. It is not modifiable outside / beyond the enrollment operation.
395
397
"validateOnly": True or False, # Validate the request without actually doing any updates.
396
-
"vmwareClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format.
398
+
"vmwareClusterId": "A String", # User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.
397
399
}
398
400
399
401
x__xgafv: string, V1 error format.
@@ -472,6 +474,7 @@ <h3>Method Details</h3>
472
474
"replicas": "A String", # The number of control plane nodes for this VMware user cluster. (default: 1 replica).
Copy file name to clipboardExpand all lines: docs/dyn/gkeonprem_v1.projects.locations.vmwareClusters.vmwareNodePools.html
+4
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@ <h3>Method Details</h3>
154
154
],
155
155
"vsphereConfig": { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
156
156
"datastore": "A String", # The name of the vCenter datastore. Inherited from the user cluster.
157
+
"storagePolicyName": "A String", # The name of the vCenter storage policy. Inherited from the user cluster.
157
158
"tags": [ # Tags to apply to VMs.
158
159
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
159
160
"category": "A String", # The Vsphere tag category.
@@ -345,6 +346,7 @@ <h3>Method Details</h3>
345
346
],
346
347
"vsphereConfig": { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
347
348
"datastore": "A String", # The name of the vCenter datastore. Inherited from the user cluster.
349
+
"storagePolicyName": "A String", # The name of the vCenter storage policy. Inherited from the user cluster.
348
350
"tags": [ # Tags to apply to VMs.
349
351
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
350
352
"category": "A String", # The Vsphere tag category.
@@ -468,6 +470,7 @@ <h3>Method Details</h3>
468
470
],
469
471
"vsphereConfig": { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
470
472
"datastore": "A String", # The name of the vCenter datastore. Inherited from the user cluster.
473
+
"storagePolicyName": "A String", # The name of the vCenter storage policy. Inherited from the user cluster.
471
474
"tags": [ # Tags to apply to VMs.
472
475
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
473
476
"category": "A String", # The Vsphere tag category.
@@ -554,6 +557,7 @@ <h3>Method Details</h3>
554
557
],
555
558
"vsphereConfig": { # VmwareVsphereConfig represents configuration for the VMware VCenter for node pool. # Output only. Specifies the vSphere config for node pool.
556
559
"datastore": "A String", # The name of the vCenter datastore. Inherited from the user cluster.
560
+
"storagePolicyName": "A String", # The name of the vCenter storage policy. Inherited from the user cluster.
557
561
"tags": [ # Tags to apply to VMs.
558
562
{ # VmwareVsphereTag describes a vSphere tag to be placed on VMs in the node pool. For more information, see https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-E8E854DD-AA97-4E0C-8419-CE84F93C4058.html
559
563
"category": "A String", # The Vsphere tag category.
0 commit comments