FileBackedVirtualDiskSpec

FileBackedVirtualDiskSpec
FileBackedVirtualDiskSpec

Specification used to create a file based virtual disk

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskType": "string",
    "adapterType": "string",
    "capacityKb": 0,
    "profile": [
        {
            "_typeName": "string"
        }
    ],
    "crypto": {
        "_typeName": "string"
    }
}
integer As int64 As int64
capacityKb
Required

Specify the capacity of the virtual disk in Kb.

profile
Optional

Virtual Disk Profile requirement.

Profiles are solution specifics. Profile Based Storage Management is a vSphere server extension. The API users who want to provision VMs using Storage Profiles, need to interact with it. This is an optional parameter and if user doesn't specify profile, the default behavior will apply.

crypto
Optional

This data object type encapsulates virtual machine or disk encryption settings.