GetVmwareClusterResult

data class GetVmwareClusterResult(val adminClusterMembership: String, val adminClusterName: String, val annotations: Map<String, String>, val antiAffinityGroups: VmwareAAGConfigResponse, val authorization: AuthorizationResponse, val autoRepairConfig: VmwareAutoRepairConfigResponse, val controlPlaneNode: VmwareControlPlaneNodeConfigResponse, val createTime: String, val dataplaneV2: VmwareDataplaneV2ConfigResponse, val deleteTime: String, val description: String, val enableControlPlaneV2: Boolean, val endpoint: String, val etag: String, val fleet: FleetResponse, val loadBalancer: VmwareLoadBalancerConfigResponse, val localName: String, val name: String, val networkConfig: VmwareNetworkConfigResponse, val onPremVersion: String, val reconciling: Boolean, val state: String, val status: ResourceStatusResponse, val storage: VmwareStorageConfigResponse, val uid: String, val updateTime: String, val validationCheck: ValidationCheckResponse, val vcenter: VmwareVCenterConfigResponse, val vmTrackingEnabled: Boolean)

Constructors

Link copied to clipboard
fun GetVmwareClusterResult(adminClusterMembership: String, adminClusterName: String, annotations: Map<String, String>, antiAffinityGroups: VmwareAAGConfigResponse, authorization: AuthorizationResponse, autoRepairConfig: VmwareAutoRepairConfigResponse, controlPlaneNode: VmwareControlPlaneNodeConfigResponse, createTime: String, dataplaneV2: VmwareDataplaneV2ConfigResponse, deleteTime: String, description: String, enableControlPlaneV2: Boolean, endpoint: String, etag: String, fleet: FleetResponse, loadBalancer: VmwareLoadBalancerConfigResponse, localName: String, name: String, networkConfig: VmwareNetworkConfigResponse, onPremVersion: String, reconciling: Boolean, state: String, status: ResourceStatusResponse, storage: VmwareStorageConfigResponse, uid: String, updateTime: String, validationCheck: ValidationCheckResponse, vcenter: VmwareVCenterConfigResponse, vmTrackingEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The resource name of the VMware admin cluster hosting this user cluster.

Link copied to clipboard

Annotations on the VMware user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

Link copied to clipboard

AAGConfig specifies whether to spread VMware user cluster nodes across at least three physical hosts in the datacenter.

Link copied to clipboard

RBAC policy that will be applied and managed by the Anthos On-Prem API.

Link copied to clipboard

Configuration for auto repairing.

Link copied to clipboard

VMware user cluster control plane nodes must have either 1 or 3 replicas.

Link copied to clipboard

The time at which VMware user cluster was created.

Link copied to clipboard

VmwareDataplaneV2Config specifies configuration for Dataplane V2.

Link copied to clipboard

The time at which VMware user cluster was deleted.

Link copied to clipboard

A human readable description of this VMware user cluster.

Link copied to clipboard

Enable control plane V2. Default to false.

Link copied to clipboard

The DNS name of VMware user cluster's API server.

Link copied to clipboard

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

Link copied to clipboard

Fleet configuration for the cluster.

Link copied to clipboard

Load balancer configuration.

Link copied to clipboard

The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.

Link copied to clipboard

Immutable. The VMware user cluster resource name.

Link copied to clipboard

The VMware user cluster network configuration.

Link copied to clipboard

The Anthos clusters on the VMware version for your user cluster. Defaults to the admin cluster version.

Link copied to clipboard

If set, there are currently changes in flight to the VMware user cluster.

Link copied to clipboard

The current state of VMware user cluster.

Link copied to clipboard

ResourceStatus representing detailed cluster state.

Link copied to clipboard

Storage configuration.

Link copied to clipboard
val uid: String

The unique identifier of the VMware user cluster.

Link copied to clipboard

The time at which VMware user cluster was last updated.

Link copied to clipboard

ValidationCheck represents the result of the preflight check job.

Link copied to clipboard

VmwareVCenterConfig specifies vCenter config for the user cluster. Inherited from the admin cluster.

Link copied to clipboard

Enable VM tracking.