ClusterStatus class
The status of a cluster and its instances.
Constructors
- ClusterStatus({String? detail, String? state, String? stateStartTime, String? substate})
- ClusterStatus.fromJson(Map json_)
Properties
- detail ↔ String?
- 
  Details of cluster's state.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state ↔ String?
- 
  The cluster's state.
  getter/setter pair
- stateStartTime ↔ String?
- 
  Time when this state was entered (see JSON representation of Timestamp
(https://developers.google.com/protocol-buffers/docs/proto3#json)).
  getter/setter pair
- substate ↔ String?
- 
  Additional state information that includes status reported by the agent.
  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