Cloud.Volume

Cloud.Volume
Cloud.Volume

Request schema for provisioning of a Storage

JSON Example
{
    "account": "string",
    "capacityGb": 0,
    "constraints": [
        {
            "tag": "string"
        }
    ],
    "encrypted": false,
    "maxDiskCapacityInGB": 0,
    "name": "string",
    "persistent": false,
    "region": "string",
    "resourceGroupName": "string",
    "tags": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "zone": "string"
}
string
account
Optional

Cloud Account indicates the name of the endpoint used to provision this machine.

integer
capacityGb
Required

Disk size in gigabytes.

array of object
constraints
Optional

To create the correct storage at provisioning time, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.

boolean
encrypted
Optional

Whether or not the disk is encrypted.

integer
maxDiskCapacityInGB
Optional

Maximum disk size allowed for create or resize disk operation

string
name
Optional

Disk name.

boolean
persistent
Optional

Indicates that the disk will survive machine or deployment deletion

string
region
Optional

Region name where disk landed.

string
resourceGroupName
Optional

Name of the existing Azure resource group into which the disk will be provisioned.

array of object
tags
Optional

Tags

string
zone
Optional

Zone name where disk landed