AwsStorageTemplateCloudFeatures object
Cloud specifics template configuration.
Polymorphism
AwsStorageTemplateCloudFeatures is a type that implements the StorageTemplateCloudFeatures type.
When an object of type StorageTemplateCloudFeatures is expected, you can use one of type AwsStorageTemplateCloudFeatures (or use any other implementation).
Example JSON representation
{
"iops": 1,
"isEncrypted": true,
"kmsKey": "string",
"type": "AwsStorageTemplateCloudFeatures"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
type string |
required create-only |
"AwsStorageTemplateCloudFeatures" | ||
iops integer |
optional |
The number of input/output operations per second. It is required field when the volume type is io1 and should not be used with other types of volumes. |
||
isEncrypted boolean |
optional |
Please note this property available only for instance types that support Amazon EBS encryption and it is not available for root storage configuration. |
||
kmsKey string |
optional |
Key to encrypt EBS volumes. Please note this property is available only if EBS encryption is enabled and it is not available for root storage configuration. |