VMwareClusterArgs

constructor(adminClusterMembership: Output<String>? = null, annotations: Output<Map<String, String>>? = null, antiAffinityGroups: Output<VMwareClusterAntiAffinityGroupsArgs>? = null, authorization: Output<VMwareClusterAuthorizationArgs>? = null, autoRepairConfig: Output<VMwareClusterAutoRepairConfigArgs>? = null, controlPlaneNode: Output<VMwareClusterControlPlaneNodeArgs>? = null, dataplaneV2: Output<VMwareClusterDataplaneV2Args>? = null, description: Output<String>? = null, disableBundledIngress: Output<Boolean>? = null, enableControlPlaneV2: Output<Boolean>? = null, loadBalancer: Output<VMwareClusterLoadBalancerArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, networkConfig: Output<VMwareClusterNetworkConfigArgs>? = null, onPremVersion: Output<String>? = null, project: Output<String>? = null, storage: Output<VMwareClusterStorageArgs>? = null, upgradePolicy: Output<VMwareClusterUpgradePolicyArgs>? = null, vcenter: Output<VMwareClusterVcenterArgs>? = null, vmTrackingEnabled: Output<Boolean>? = null)