HostLowLevelProvisioningManagerDiskLayoutSpec

HostLowLevelProvisioningManagerDiskLayoutSpec
HostLowLevelProvisioningManagerDiskLayoutSpec

File layout spec of a virtual disk.

The disk could be either a base-disk or a delta disk.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "controllerType": "string",
    "busNumber": 0,
    "unitNumber": 0,
    "srcFilename": "string",
    "dstFilename": "string"
}
string
controllerType
Required

Disk controller type, e.g.

vim.vm.device.VirtualSCSIController or vim.vm.device.VirtualIDEController.

integer As int32 As int32
busNumber
Required

Bus number associated with the controller for this disk.

integer As int32 As int32
unitNumber
Required

Unit number of this disk on its controller.

string
srcFilename
Required

Source disk filename in datastore path.

string
dstFilename
Required

Destination filename in datastore path.