ManagementClusterResponse

data class ManagementClusterResponse(val clusterId: Int, val clusterSize: Int, val hosts: List<String>, val provisioningState: String)

The properties of a default cluster

Constructors

Link copied to clipboard
constructor(clusterId: Int, clusterSize: Int, hosts: List<String>, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identity

Link copied to clipboard

The cluster size

Link copied to clipboard

The hosts

Link copied to clipboard

The state of the cluster provisioning