GetClusterResult

data class GetClusterResult(val azureApiVersion: String, 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 systemData: SystemDataResponse, val type: String, val vsanDatastoreName: String? = null)

A cluster resource

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

The state of the cluster provisioning

Link copied to clipboard

The SKU (Stock Keeping Unit) assigned to this resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Name of the vsan datastore associated with the cluster