StorageProfileSpecification
Represents a specification of generic storage class.
{
"name": "string",
"description": "string",
"defaultItem": false,
"supportsEncryption": false,
"tags": [
{
"key": "tier",
"value": "silver"
}
],
"diskProperties": {
"diskProperties": "{ \"diskProperties\": {\n \"provisioningType\": \"thin\",\n \"limitIops\": \"500\"\n \"diskType\": \"firstClass\"\n } }"
},
"diskTargetProperties": {
"diskTargetProperties": "{ \"diskTargetProperties\": {\n \"storagePolicyId\": \"7fhfj9f\",\n \"datastoreId\": \"638nfjd8\",\n } }"
},
"regionId": "31186",
"priority": 2,
"storageFilterType": "MANUAL",
"tagsToMatch": [
{
"key": "tag1",
"value": "value1"
}
],
"computeHostId": "8c4ba7aa-3520-344d-b118-4a2108aaabb8",
"storageProfileAssociations": [
{
"requestType": "CREATE",
"associations": [
{
"dataStoreId": "a42d016e-6b0e-4265-9881-692e90b76684",
"priority": "3"
}
]
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Indicates if a storage class is the default one.
Indicates whether this storage class supports encryption or not.
Map of storage properties that are to be applied on disk while provisioning.
Map of storage placements to know where the disk is provisioned. 'datastoreId' is deprecated, instead use 'storageProfileAssociations' parameter to associate datastores with the storage class.
The Id of the region that is associated with the storage class.
Defines the priority of the storage class with the highest priority being 0. Defaults to the value of 1.
Defines filter type for adding storage objects (datastores) to the storage class. Defaults to INCLUDE_ALL. For INCLUDE_ALL and TAG_BASED all the valid Data stores will be associated with the priority 1.
A set of tag keys and optional values to be set on datastores to be included in this storage class based on the storageFilterType: TAG_BASED.
The compute host Id to be associated with the storage class.
Defines a specification of Storage Class datastore associations.