Options
All
  • Public
  • Public/Protected
  • All
Menu

VirtualMachineRestoreSpec is the spec for a VirtualMachineRestoreresource

export
interface

V1beta1VirtualMachineRestoreSpec

Hierarchy

  • V1beta1VirtualMachineRestoreSpec

Index

Properties

patches?: string[]

If the target for the restore does not exist, it will be created. Patches holds JSON patches that would be applied to the target manifest before it's created. Patches should fit the target's Kind.

Example for a patch: {"op": "replace", "path": "/metadata/name", "value": "new-vm-name"}

memberof

V1beta1VirtualMachineRestoreSpec

memberof

V1beta1VirtualMachineRestoreSpec

virtualMachineSnapshotName: string
memberof

V1beta1VirtualMachineRestoreSpec

Generated using TypeDoc