StorageProfileSpecification
StorageProfileSpecification
Represents a specification of generic storage profile.
JSON Example
{
"name": "string",
"description": "string",
"defaultItem": false,
"supportsEncryption": false,
"tags": [
{
"key": "string",
"value": "string"
}
],
"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
Required
Indicates if a storage profile is a default profile.
boolean
supportsEncryption
Optional
Indicates whether this storage profile supports encryption or not.
object
diskProperties
Optional
Map of storage properties that are to be applied on disk while provisioning.
object
diskTargetProperties
Optional
Map of storage placements to know where the disk is provisioned.
string
regionId
Required
The Id of the region that is associated with the storage profile.