VmwareCluster constructor
VmwareCluster({
- String? adminClusterMembership,
- String? adminClusterName,
- Map<
String, String> ? annotations, - VmwareAAGConfig? antiAffinityGroups,
- Authorization? authorization,
- VmwareAutoRepairConfig? autoRepairConfig,
- BinaryAuthorization? binaryAuthorization,
- VmwareControlPlaneNodeConfig? controlPlaneNode,
- String? createTime,
- VmwareDataplaneV2Config? dataplaneV2,
- String? deleteTime,
- String? description,
- bool? disableBundledIngress,
- bool? enableControlPlaneV2,
- String? endpoint,
- String? etag,
- Fleet? fleet,
- VmwareLoadBalancerConfig? loadBalancer,
- String? localName,
- String? name,
- VmwareNetworkConfig? networkConfig,
- String? onPremVersion,
- bool? reconciling,
- String? state,
- ResourceStatus? status,
- VmwareStorageConfig? storage,
- String? uid,
- String? updateTime,
- VmwareClusterUpgradePolicy? upgradePolicy,
- ValidationCheck? validationCheck,
- VmwareVCenterConfig? vcenter,
- bool? vmTrackingEnabled,
Implementation
VmwareCluster({
this.adminClusterMembership,
this.adminClusterName,
this.annotations,
this.antiAffinityGroups,
this.authorization,
this.autoRepairConfig,
this.binaryAuthorization,
this.controlPlaneNode,
this.createTime,
this.dataplaneV2,
this.deleteTime,
this.description,
this.disableBundledIngress,
this.enableControlPlaneV2,
this.endpoint,
this.etag,
this.fleet,
this.loadBalancer,
this.localName,
this.name,
this.networkConfig,
this.onPremVersion,
this.reconciling,
this.state,
this.status,
this.storage,
this.uid,
this.updateTime,
this.upgradePolicy,
this.validationCheck,
this.vcenter,
this.vmTrackingEnabled,
});