Get Cloud Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Capacity of the cloud.
Link copied to clipboard
The extended location.
Link copied to clipboard
Gets or sets the inventory Item ID for the resource.
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
ARM Id of the vmmServer resource in which this resource resides.