ClusterListEntry class
Contains a cluster's state, a cluster's ID, and other important information.
Constructors
- ClusterListEntry({String? clusterId, ClusterState? clusterState, DateTime? creationDate, String? description})
-
ClusterListEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clusterId → String?
-
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.final - clusterState → ClusterState?
-
The current state of this cluster. For information about the state of a
specific node, see JobListEntry$JobState.
final
- creationDate → DateTime?
-
The creation date for this cluster.
final
- description → String?
-
Defines an optional description of the cluster, for example
Environmental Data Cluster-01
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited