NodeType class
Describes node type.
Constructors
Properties
-
availableCustomCoreCounts
↔ List<
int> ? -
List of possible values of custom core count.
getter/setter pair
-
capabilities
↔ List<
String> ? -
Capabilities of this node type.
getter/setter pair
- diskSizeGb ↔ int?
-
The amount of storage available, defined in GB.
getter/setter pair
- displayName ↔ String?
-
The friendly name for this node type.
getter/setter pair
-
families
↔ List<
String> ? -
Families of the node type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
The type of the resource.
getter/setter pair
- memoryGb ↔ int?
-
The amount of physical memory available, defined in GB.
getter/setter pair
- name ↔ String?
-
The resource name of this node type.
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
- totalCoreCount ↔ int?
-
The total number of CPU cores in a single node.
getter/setter pair
- virtualCpuCount ↔ int?
-
The total number of virtual CPUs in a single node.
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