Cloud.Azure.Disk

Cloud.Azure.Disk
Cloud.Azure.Disk

Request schema for provisioning of Azure Storage

JSON Example
{
    "account": "string",
    "capacityGb": 0,
    "constraints": [
        {
            "tag": "string"
        }
    ],
    "diskCaching": "string",
    "encrypted": false,
    "managedDiskType": "string",
    "maxDiskCapacityInGB": 0,
    "name": "string",
    "persistent": false,
    "region": "string",
    "storageAccountName": "string",
    "tags": [
        {
            "key": "string",
            "value": "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.

string
diskCaching
Optional

How the disk caches data. None, ReadOnly, or ReadWrite. The default is None.

Possible values are : None, ReadWrite, ReadOnly,
boolean
encrypted
Optional

Whether or not the disk is encrypted.

string
managedDiskType
Optional

Type of managed disk to create. Standard HDD, Standard SSD or Premium SSD.

Possible values are : Standard HDD, Standard SSD, Premium SSD,
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

Location where the disk landed.

string
storageAccountName
Optional

Storage account where disk is to be hosted.

array of object
tags
Optional

Tags