Cluster class
A cluster in a private cloud.
Constructors
- 
          Cluster({AutoscalingSettings? autoscalingSettings, String? createTime, bool? management, String? name, Map<String, NodeTypeConfig> ? nodeTypeConfigs, String? state, StretchedClusterConfig? stretchedClusterConfig, String? uid, String? updateTime})
- Cluster.fromJson(Map json_)
Properties
- autoscalingSettings ↔ AutoscalingSettings?
- 
  Configuration of the autoscaling applied to this cluster.
  getter/setter pair
- createTime ↔ String?
- 
  Creation time of this resource.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- management ↔ bool?
- 
  True if the cluster is a management cluster; false otherwise.
  getter/setter pair
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- 
  nodeTypeConfigs
  ↔ Map<String, NodeTypeConfig> ?
- 
  The map of cluster node types in this cluster, where the key is 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?
- 
  State of the resource.
  getter/setter pair
- stretchedClusterConfig ↔ StretchedClusterConfig?
- 
  Configuration of a stretched cluster.
  getter/setter pair
- uid ↔ String?
- 
  System-generated unique identifier for the resource.
  getter/setter pair
- updateTime ↔ String?
- 
  Last update time of this resource.
  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