Node class

Node in a cluster.

Constructors

Node({String? customCoreCount, String? fqdn, String? internalIp, String? name, String? nodeTypeId, String? state, String? version})
Node.fromJson(Map json_)

Properties

customCoreCount String?
Customized number of cores
getter/setter pair
fqdn String?
Fully qualified domain name of the node.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internalIp String?
Internal IP address of the node.
getter/setter pair
name String?
The resource name of this node.
getter/setter pair
nodeTypeId String?
The canonical identifier of the node type (corresponds to the NodeType).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the appliance.
getter/setter pair
version String?
The version number of the VMware ESXi management component in this cluster.
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