VmwareCluster

class VmwareCluster : KotlinCustomResource

Creates a new VMware cluster in a given project and location.

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
val annotations: Output<Map<String, String>>

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
val createTime: Output<String>

The time at which VMware user cluster was created.

Link copied to clipboard

VmwareDataplaneV2Config specifies configuration for Dataplane V2.

Link copied to clipboard
val deleteTime: Output<String>

The time at which VMware user cluster was deleted.

Link copied to clipboard
val description: Output<String>

A human readable description of this VMware user cluster.

Link copied to clipboard

Enable control plane V2. Default to false.

Link copied to clipboard
val endpoint: Output<String>

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

Link copied to clipboard
val etag: Output<String>

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
val fleet: Output<FleetResponse>

Fleet configuration for the cluster.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Load balancer configuration.

Link copied to clipboard
val localName: Output<String>

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
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The VMware user cluster resource name.

Link copied to clipboard

The VMware user cluster network configuration.

Link copied to clipboard
val onPremVersion: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reconciling: Output<Boolean>

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

Link copied to clipboard
val state: Output<String>

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: Output<String>

The unique identifier of the VMware user cluster.

Link copied to clipboard
val updateTime: Output<String>

The time at which VMware user cluster was last updated.

Link copied to clipboard
val urn: Output<String>
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.

Link copied to clipboard
val vmwareClusterId: Output<String>?

User provided 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.