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? enableAdvancedCluster,
  15. bool? enableControlPlaneV2,
  16. String? endpoint,
  17. String? etag,
  18. Fleet? fleet,
  19. VmwareLoadBalancerConfig? loadBalancer,
  20. String? localName,
  21. String? name,
  22. VmwareNetworkConfig? networkConfig,
  23. String? onPremVersion,
  24. bool? reconciling,
  25. String? state,
  26. ResourceStatus? status,
  27. VmwareStorageConfig? storage,
  28. String? uid,
  29. String? updateTime,
  30. VmwareClusterUpgradePolicy? upgradePolicy,
  31. ValidationCheck? validationCheck,
  32. VmwareVCenterConfig? vcenter,
  33. 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.enableAdvancedCluster,
  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,
});