VirtualDeviceConfigSpecFileOperation

VirtualDeviceConfigSpecFileOperation
VirtualDeviceConfigSpecFileOperation

A boxed VirtualDeviceConfigSpecFileOperationEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

The type of operation being performed on the backing of a virtual device.

Valid values are:

Possible values:

  • 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.
Possible values are : create, destroy, replace,