VmwareStorageTemplateCloudFeatures object
Cloud specifics template configuration.
Polymorphism
VmwareStorageTemplateCloudFeatures is a type that implements the StorageTemplateCloudFeatures type.
When an object of type StorageTemplateCloudFeatures is expected, you can use one of type VmwareStorageTemplateCloudFeatures (or use any other implementation).
Example JSON representation
{
"datastore": {
"id": 1,
"name": "string"
},
"diskObjectId": "string",
"isSharedDisk": true,
"type": "VmwareStorageTemplateCloudFeatures"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
type string |
required create-only |
"VmwareStorageTemplateCloudFeatures" | ||
diskObjectId string |
read-only |
VMware Virtual disk durable and unmutable identifier. |
||
datastore DatastoreCloudIdentity object |
optional |
The data storage identifier for the disk. |
||
isSharedDisk boolean |
optional |
Share Disk between FarmRole instances. Set this property to 'true' to make the Disk shared. |