Enum - VirtualDeviceConfigSpecFileOperation(vim.vm.device.VirtualDeviceSpec.FileOperation)

Property of
InvalidDeviceOperation, VirtualDeviceConfigSpec


Enum Description

The type of operation being performed on the backing of a virtual device. Valid values are:

Enum Constants

NameDescription
create Specifies the creation of the device backing; for example, the creation of a virtual disk or floppy image file.
destroy Specifies the destruction of a device backing.
replace Specifies the deletion of the existing backing for a virtual device and the creation of a new backing.

Show WSDL type definition