Get Cluster Result
data class GetClusterResult(val clusterId: Int, val clusterSize: Int, val hosts: List<String>, val id: String, val name: String, val provisioningState: String, val sku: SkuResponse, val type: String)
A cluster resource
Constructors
Link copied to clipboard
fun GetClusterResult(clusterId: Int, clusterSize: Int, hosts: List<String>, id: String, name: String, provisioningState: String, sku: SkuResponse, type: String)