Cloud.vSphere.Disk

Cloud.vSphere.Disk
Cloud.vSphere.Disk

Request schema for provisioning of vSphere Storage

JSON Example
{
    "account": "string",
    "capacityGb": 0,
    "constraints": [
        {
            "tag": "string"
        }
    ],
    "count": 0,
    "dataStore": "string",
    "encrypted": false,
    "maxDiskCapacityInGB": 0,
    "name": "string",
    "persistent": false,
    "providerId": "string",
    "provisioningType": "string",
    "region": "string",
    "storagePolicy": "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.

integer
count
Optional

The number of resource instances to be created.

string
dataStore
Optional

The vSphere datastore in which to create the disk.

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
providerId
Optional

A unique identifier of the resource in the context of the provider.

string
provisioningType
Optional

The vSphere provisioning type to use at provisioning time: thick, thin, or eagerZeroedThick.

Possible values are : thick, thin, eagerZeroedThick,
string
region
Optional

Datacenter name where the disk landed.

string
storagePolicy
Optional

The vSphere storage policy to follow at provisioning time. A storage policy can reference storage capabilities advertised by a storage entity.

array of object
tags
Optional

Tags