ClusterListEntry

Contains a cluster's state, a cluster's ID, and other important information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

Link copied to clipboard

The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.

Link copied to clipboard

The creation date for this cluster.

Link copied to clipboard

Defines an optional description of the cluster, for example Environmental Data Cluster-01.

Functions

Link copied to clipboard
inline fun copy(block: ClusterListEntry.Builder.() -> Unit = {}): ClusterListEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String