VmwareCluster constructor

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