StorageProfileAwsSpecification

StorageProfileAwsSpecification
StorageProfileAwsSpecification

Represents a specification of AWS storage profile.

JSON Example
{
    "deviceType": "ebs / instance-store",
    "volumeType": "gp2 / io1 / sc1 / st1 / standard",
    "supportsEncryption": false,
    "regionId": "31186",
    "name": "string",
    "iops": "2000",
    "description": "string",
    "defaultItem": true,
    "tags": [
        {
            "value": "string",
            "key": "string"
        }
    ]
}
string
deviceType
Required

Indicates the type of storage.

string
volumeType
Optional

Indicates the type of volume associated with type of storage.

boolean
supportsEncryption
Optional

Indicates whether this storage profile supports encryption or not.

string
regionId
Required

A link to the region that is associated with the storage profile.

string
name
Required

A human-friendly name used as an identifier in APIs that support this option.

string
iops
Optional

Indicates maximum I/O operations per second in range(1-20,000).

string
description
Optional

A human-friendly description.

boolean
defaultItem
Optional

Indicates if a storage profile is default or not.

array of Tag
tags
Optional

A list of tags that represent the capabilities of this storage profile