GetCloudResult

data class GetCloudResult(val azureApiVersion: String, val cloudCapacity: CloudCapacityResponse, val cloudName: String, val extendedLocation: ExtendedLocationResponse, val id: String, val inventoryItemId: String? = null, val location: String, val name: String, val provisioningState: String, val storageQoSPolicies: List<StorageQoSPolicyResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String? = null, val vmmServerId: String? = null)

The Clouds resource definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, cloudCapacity: CloudCapacityResponse, cloudName: String, extendedLocation: ExtendedLocationResponse, id: String, inventoryItemId: String? = null, location: String, name: String, provisioningState: String, storageQoSPolicies: List<StorageQoSPolicyResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String? = null, vmmServerId: 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

Capacity of the cloud.

Link copied to clipboard

Name of the cloud in VMMServer.

Link copied to clipboard

The extended location.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val inventoryItemId: String? = null

Gets or sets the inventory Item ID for the resource.

Link copied to clipboard

Gets or sets the location.

Link copied to clipboard

Resource Name

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard

List of QoS policies available for the cloud.

Link copied to clipboard

The system data.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource Type

Link copied to clipboard
val uuid: String? = null

Unique ID of the cloud.

Link copied to clipboard
val vmmServerId: String? = null

ARM Id of the vmmServer resource in which this resource resides.