Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 994 Bytes

V1beta1VirtualMachineRestoreSpec.md

File metadata and controls

13 lines (9 loc) · 994 Bytes

V1beta1VirtualMachineRestoreSpec

Properties

Name Type Description Notes
patches list[str] 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"} [optional]
target K8sIoApiCoreV1TypedLocalObjectReference initially only VirtualMachine type supported
target_readiness_policy str [optional]
virtual_machine_snapshot_name str [default to '']

[Back to Model list] [Back to API list] [Back to README]