TypeOvfDisk
Provide the disk information in a template VM.
Properties
integer as int64
disk_capacity
Required
Capacity of the disk in megabytes
string
name
Required
Name of the disk
storage_policy
Optional
Storage policy of the disk. It is a reference to the storage policy group.
It is not required that storage policy be specified.
JSON Example
{
"disk_capacity": 0,
"name": "string"
}