CloudProperties interface
Defines the resource properties.
Properties
| cloud |
Capacity of the cloud. NOTE: This property will not be serialized. It can only be populated by the server. |
| cloud |
Name of the cloud in VmmServer. NOTE: This property will not be serialized. It can only be populated by the server. |
| inventory |
Gets or sets the inventory Item ID for the resource. |
| provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
List of QoS policies available for the cloud. NOTE: This property will not be serialized. It can only be populated by the server. |
| uuid | Unique ID of the cloud. |
| vmm |
ARM Id of the vmmServer resource in which this resource resides. |
Property Details
cloudCapacity
Capacity of the cloud. NOTE: This property will not be serialized. It can only be populated by the server.
cloudCapacity?: CloudCapacity
Property Value
cloudName
Name of the cloud in VmmServer. NOTE: This property will not be serialized. It can only be populated by the server.
cloudName?: string
Property Value
string
inventoryItemId
Gets or sets the inventory Item ID for the resource.
inventoryItemId?: string
Property Value
string
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
storageQosPolicies
List of QoS policies available for the cloud. NOTE: This property will not be serialized. It can only be populated by the server.
storageQosPolicies?: StorageQosPolicy[]
Property Value
uuid
Unique ID of the cloud.
uuid?: string
Property Value
string
vmmServerId
ARM Id of the vmmServer resource in which this resource resides.
vmmServerId?: string
Property Value
string