ManagementClusterResponse

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

The properties of a management cluster

Constructors

Link copied to clipboard
constructor(clusterId: Int, clusterSize: Int, hosts: List<String>? = null, 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
val hosts: List<String>? = null

The hosts

Link copied to clipboard

The state of the cluster provisioning