NodeType class
Represent a sole-tenant Node Type resource.
Each node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read Node types.
Constructors
Properties
- cpuPlatform ↔ String?
-
The CPU platform used by this node type.
getter/setter pair
- creationTimestamp ↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
- deprecated ↔ DeprecationStatus?
-
The deprecation status associated with this node type.
getter/setter pair
- description ↔ String?
-
An optional textual description of the resource.
getter/setter pair
- guestCpus ↔ int?
-
The number of virtual CPUs that are available to the node type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier for the resource.
getter/setter pair
- kind ↔ String?
-
The type of the resource.
getter/setter pair
- localSsdGb ↔ int?
-
Local SSD available to the node type, defined in GB.
getter/setter pair
- memoryMb ↔ int?
-
The amount of physical memory available to the node type, defined in MB.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- zone ↔ String?
-
The name of the zone where the node type resides, such as us-central1-a.
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