Vmware Cluster Args
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
Properties
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard