VmwareAdminCluster class
Resource that represents a VMware admin cluster.
Constructors
-
VmwareAdminCluster({VmwareAdminAddonNodeConfig? addonNode, Map<
String, String> ? annotations, VmwareAAGConfig? antiAffinityGroups, VmwareAdminAuthorizationConfig? authorization, VmwareAutoRepairConfig? autoRepairConfig, String? bootstrapClusterMembership, VmwareAdminControlPlaneNodeConfig? controlPlaneNode, String? createTime, String? description, String? endpoint, String? etag, Fleet? fleet, String? imageType, VmwareAdminLoadBalancerConfig? loadBalancer, String? localName, String? name, VmwareAdminNetworkConfig? networkConfig, String? onPremVersion, VmwarePlatformConfig? platformConfig, VmwareAdminPreparedSecretsConfig? preparedSecrets, bool? reconciling, String? state, ResourceStatus? status, String? uid, String? updateTime, VmwareAdminVCenterConfig? vcenter}) - VmwareAdminCluster.fromJson(Map json_)
Properties
- addonNode ↔ VmwareAdminAddonNodeConfig?
-
The VMware admin cluster addon node configuration.
getter/setter pair
-
annotations
↔ Map<
String, String> ? -
Annotations on the VMware admin cluster.
getter/setter pair
- antiAffinityGroups ↔ VmwareAAGConfig?
-
The VMware admin cluster anti affinity group configuration.
getter/setter pair
-
The VMware admin cluster authorization configuration.
getter/setter pair
- autoRepairConfig ↔ VmwareAutoRepairConfig?
-
The VMware admin cluster auto repair configuration.
getter/setter pair
- bootstrapClusterMembership ↔ String?
-
The bootstrap cluster this VMware admin cluster belongs to.
getter/setter pair
- controlPlaneNode ↔ VmwareAdminControlPlaneNodeConfig?
-
The VMware admin cluster control plane node configuration.
getter/setter pair
- createTime ↔ String?
-
The time at which VMware admin cluster was created.
getter/setter pair
- description ↔ String?
-
A human readable description of this VMware admin cluster.
getter/setter pair
- endpoint ↔ String?
-
The DNS name of VMware admin cluster's API server.
getter/setter pair
- etag ↔ String?
-
This checksum is computed by the server based on the value of other
fields, and may be sent on update and delete requests to ensure the client
has an up-to-date value before proceeding.
getter/setter pair
- fleet ↔ Fleet?
-
Fleet configuration for the cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageType ↔ String?
-
The OS image type for the VMware admin cluster.
getter/setter pair
- loadBalancer ↔ VmwareAdminLoadBalancerConfig?
-
The VMware admin cluster load balancer configuration.
getter/setter pair
- localName ↔ String?
-
The object name of the VMware OnPremAdminCluster custom resource.
getter/setter pair
- name ↔ String?
-
The VMware admin cluster resource name.
getter/setter pair
- networkConfig ↔ VmwareAdminNetworkConfig?
-
The VMware admin cluster network configuration.
getter/setter pair
- onPremVersion ↔ String?
-
The Anthos clusters on the VMware version for the admin cluster.
getter/setter pair
- platformConfig ↔ VmwarePlatformConfig?
-
The VMware platform configuration.
getter/setter pair
- preparedSecrets ↔ VmwareAdminPreparedSecretsConfig?
-
The VMware admin cluster prepared secrets configuration.
getter/setter pair
- reconciling ↔ bool?
-
If set, there are currently changes in flight to the VMware admin cluster.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current state of VMware admin cluster.
getter/setter pair
- status ↔ ResourceStatus?
-
ResourceStatus representing detailed cluster state.
getter/setter pair
- uid ↔ String?
-
The unique identifier of the VMware admin cluster.
getter/setter pair
- updateTime ↔ String?
-
The time at which VMware admin cluster was last updated.
getter/setter pair
- vcenter ↔ VmwareAdminVCenterConfig?
-
The VMware admin cluster VCenter configuration.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited