VmwareCluster constructor

VmwareCluster({
  1. String? adminClusterMembership,
  2. String? adminClusterName,
  3. Map<String, String>? annotations,
  4. VmwareAAGConfig? antiAffinityGroups,
  5. Authorization? authorization,
  6. VmwareAutoRepairConfig? autoRepairConfig,
  7. VmwareControlPlaneNodeConfig? controlPlaneNode,
  8. String? createTime,
  9. VmwareDataplaneV2Config? dataplaneV2,
  10. String? deleteTime,
  11. String? description,
  12. bool? disableBundledIngress,
  13. bool? enableControlPlaneV2,
  14. String? endpoint,
  15. String? etag,
  16. Fleet? fleet,
  17. VmwareLoadBalancerConfig? loadBalancer,
  18. String? localName,
  19. String? name,
  20. VmwareNetworkConfig? networkConfig,
  21. String? onPremVersion,
  22. bool? reconciling,
  23. String? state,
  24. ResourceStatus? status,
  25. VmwareStorageConfig? storage,
  26. String? uid,
  27. String? updateTime,
  28. VmwareClusterUpgradePolicy? upgradePolicy,
  29. ValidationCheck? validationCheck,
  30. VmwareVCenterConfig? vcenter,
  31. bool? vmTrackingEnabled,
})

Implementation

VmwareCluster({
  this.adminClusterMembership,
  this.adminClusterName,
  this.annotations,
  this.antiAffinityGroups,
  this.authorization,
  this.autoRepairConfig,
  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,
});