Cloud.AWS.Volume
Request schema for provisioning of AWS Storage
{
"account": "string",
"capacityGb": 0,
"constraints": [
{
"tag": "string"
}
],
"count": 0,
"encrypted": false,
"iops": 0,
"maxDiskCapacityInGB": 0,
"name": "string",
"persistent": false,
"providerId": "string",
"region": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"volumeType": "string",
"zone": "string"
}
Cloud Account indicates the name of the endpoint used to provision this machine.
Disk size in gigabytes.
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.
The number of resource instances to be created.
Whether or not the disk is encrypted.
The amount of IOPS to provision for the disk. Required only for volumeType io1.
Maximum disk size allowed for create or resize disk operation
Name of the Disk
Indicates that the disk will survive machine or deployment deletion
A unique identifier of the resource in the context of the provider.
Region name where the disk landed.
Tags
EBS volume type of standard, gp2, io1, sc1, or st1.
Availability zone where the volume landed.