Vmware Cluster Args
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)