VirtualDiskSpec

VirtualDiskSpec
VirtualDiskSpec

Specification used to create or clone a virtual disk

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskType": "string",
    "adapterType": "string"
}
string
diskType
Required

The type of the new virtual disk.

See also VirtualDiskTypeEnum.

string
adapterType
Required

The type of the virtual disk adapter for the new virtual disk.

See also VirtualDiskAdapterTypeEnum.