Data Object - FileBackedVirtualDiskSpec(vim.VirtualDiskManager.FileBackedVirtualDiskSpec)

Extended by
SeSparseVirtualDiskSpec
Extends
VirtualDiskSpec
See also
CryptoSpec, VirtualMachineProfileSpec
Since
VI API 2.5

Data Object Description

Specification used to create a file based virtual disk

Properties

Name Type Description
capacityKbxsd:long

Specify the capacity of the virtual disk in Kb.
crypto*CryptoSpec

Encryption options for the new virtual disk.

Since vSphere API 6.5
profile*VirtualMachineProfileSpec[]

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.

Since vSphere API 5.5
Properties inherited from VirtualDiskSpec
adapterType, diskType
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition