VmwareClusterArgs

data class VmwareClusterArgs(val adminClusterMembership: Output<String>? = null, val annotations: Output<Map<String, String>>? = null, val antiAffinityGroups: Output<VmwareAAGConfigArgs>? = null, val authorization: Output<AuthorizationArgs>? = null, val autoRepairConfig: Output<VmwareAutoRepairConfigArgs>? = null, val controlPlaneNode: Output<VmwareControlPlaneNodeConfigArgs>? = null, val dataplaneV2: Output<VmwareDataplaneV2ConfigArgs>? = null, val description: Output<String>? = null, val enableControlPlaneV2: Output<Boolean>? = null, val etag: Output<String>? = null, val loadBalancer: Output<VmwareLoadBalancerConfigArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val networkConfig: Output<VmwareNetworkConfigArgs>? = null, val onPremVersion: Output<String>? = null, val project: Output<String>? = null, val storage: Output<VmwareStorageConfigArgs>? = null, val vmTrackingEnabled: Output<Boolean>? = null, val vmwareClusterId: Output<String>? = null) : ConvertibleToJava<VmwareClusterArgs>

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

Constructors

Link copied to clipboard
fun VmwareClusterArgs(adminClusterMembership: Output<String>? = null, annotations: Output<Map<String, String>>? = null, antiAffinityGroups: Output<VmwareAAGConfigArgs>? = null, authorization: Output<AuthorizationArgs>? = null, autoRepairConfig: Output<VmwareAutoRepairConfigArgs>? = null, controlPlaneNode: Output<VmwareControlPlaneNodeConfigArgs>? = null, dataplaneV2: Output<VmwareDataplaneV2ConfigArgs>? = null, description: Output<String>? = null, enableControlPlaneV2: Output<Boolean>? = null, etag: Output<String>? = null, loadBalancer: Output<VmwareLoadBalancerConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, networkConfig: Output<VmwareNetworkConfigArgs>? = null, onPremVersion: Output<String>? = null, project: Output<String>? = null, storage: Output<VmwareStorageConfigArgs>? = null, vmTrackingEnabled: Output<Boolean>? = null, vmwareClusterId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VmwareClusterArgs

Properties

Link copied to clipboard
val adminClusterMembership: Output<String>? = null

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

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
val authorization: Output<AuthorizationArgs>? = null

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

VmwareDataplaneV2Config specifies configuration for Dataplane V2.

Link copied to clipboard
val description: Output<String>? = null

A human readable description of this VMware user cluster.

Link copied to clipboard
val enableControlPlaneV2: Output<Boolean>? = null

Enable control plane V2. Default to false.

Link copied to clipboard
val etag: Output<String>? = null

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

Load balancer configuration.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

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>? = null

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>? = null
Link copied to clipboard
val storage: Output<VmwareStorageConfigArgs>? = null

Storage configuration.

Link copied to clipboard
val vmTrackingEnabled: Output<Boolean>? = null

Enable VM tracking.

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

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.