VmwareControlPlaneNodeConfig class

Specifies control plane node config for the VMware user cluster.

Constructors

VmwareControlPlaneNodeConfig({VmwareAutoResizeConfig? autoResizeConfig, String? cpus, String? memory, String? replicas, VmwareControlPlaneVsphereConfig? vsphereConfig})
VmwareControlPlaneNodeConfig.fromJson(Map json_)

Properties

autoResizeConfig VmwareAutoResizeConfig?
AutoResizeConfig provides auto resizing configurations.
getter/setter pair
cpus String?
The number of CPUs for each admin cluster node that serve as control planes for this VMware user cluster.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memory String?
The megabytes of memory for each admin cluster node that serves as a control plane for this VMware user cluster (default: 8192 MB memory).
getter/setter pair
replicas String?
The number of control plane nodes for this VMware user cluster.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vsphereConfig VmwareControlPlaneVsphereConfig?
Vsphere-specific config.
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