Package version:

Interface CloudProperties

Defines the resource properties.

interface CloudProperties {
    cloudCapacity?: CloudCapacity;
    cloudName?: string;
    inventoryItemId?: string;
    provisioningState?: string;
    storageQosPolicies?: StorageQosPolicy[];
    uuid?: string;
    vmmServerId?: string;
}

Properties

cloudCapacity?: CloudCapacity

Capacity of the cloud. NOTE: This property will not be serialized. It can only be populated by the server.

cloudName?: string

Name of the cloud in VmmServer. NOTE: This property will not be serialized. It can only be populated by the server.

inventoryItemId?: string

Gets or sets the inventory Item ID for the resource.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

storageQosPolicies?: StorageQosPolicy[]

List of QoS policies available for the cloud. NOTE: This property will not be serialized. It can only be populated by the server.

uuid?: string

Unique ID of the cloud.

vmmServerId?: string

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