Name
|
Type
|
Description
|
backing | VirtualDeviceConfigSpecBackingSpec |
BackingInfo configuration options.
Each BackingSpec corresponds to a BackingInfo object. The member
backing refers to the
device.backing.
Since vSphere API 6.5
|
device | VirtualDevice |
Device specification, with all necessary properties set.
|
fileOperation | VirtualDeviceConfigSpecFileOperation |
Type of operation being performed on the backing
of the specified virtual device.
If no file operation is specified in the VirtualDeviceSpec,
then any backing filenames in the
VirtualDevice
must refer to files that already exist.
The "replace" and "delete" values for this property are only
applicable to virtual disk backing files.
|
operation | VirtualDeviceConfigSpecOperation |
Type of operation being performed on the specified virtual device.
If no operation is specified, the spec. is ignored.
|
profile | VirtualMachineProfileSpec[] |
Virtual Device Profile requirement.
Profiles are solution specifics.
Storage Profile Based Management(SPBM) is a vSphere server extension.
The API users who want to provision VMs using Storage Profiles, need to
interact with SPBM service.
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 DynamicData |
None |