Get Cloud Result
data class GetCloudResult(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
fun GetCloudResult(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)