StorageProfileAwsSpecification
StorageProfileAwsSpecification
Represents a specification of AWS storage profile.
JSON Example
{
"name": "string",
"description": "string",
"defaultItem": true,
"supportsEncryption": false,
"tags": [
{
"key": "string",
"value": "string"
}
],
"deviceType": "ebs / instance-store",
"volumeType": "gp2 / io1 / sc1 / st1 / standard",
"iops": "2000",
"regionId": "31186"
}
string
name
Required
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.
boolean
defaultItem
Optional
Indicates if a storage profile is default or not.
boolean
supportsEncryption
Optional
Indicates whether this storage profile supports encryption or not.
string
deviceType
Required
Indicates the type of storage.
string
volumeType
Optional
Indicates the type of volume associated with type of storage.
string
iops
Optional
Indicates maximum I/O operations per second in range(1-20,000).
string
regionId
Required
A link to the region that is associated with the storage profile.