GetClusterResult

data class GetClusterResult(val clusterId: Int, val clusterSize: Int? = null, val hosts: List<String>? = null, val id: String, val name: String, val provisioningState: String, val sku: SkuResponse, val type: String)

A cluster resource

Constructors

Link copied to clipboard
constructor(clusterId: Int, clusterSize: Int? = null, hosts: List<String>? = null, id: String, name: String, provisioningState: String, sku: SkuResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identity

Link copied to clipboard
val clusterSize: Int? = null

The cluster size

Link copied to clipboard
val hosts: List<String>? = null

The hosts

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

The state of the cluster provisioning

Link copied to clipboard

The cluster SKU

Link copied to clipboard

Resource type.