VirtualMachineRestore
Scope: Namespaced
Version: v1alpha2
VirtualMachineRestore provides a resource for restoring a virtual machine and all associated resources from a snapshot.
- apiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- kind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- metadata
- spec
Required value
- spec.nameReplacements
Renaming conventions for virtual machine resources.
NameReplacement represents a rule for redefining the virtual machine resource names.
- spec.nameReplacements.from
Required value
Selector to choose resources for name replacement.
- spec.nameReplacements.from.kind
Kind of a resource to rename.
- spec.nameReplacements.from.name
Required value
Current name of a resource to rename.
- spec.nameReplacements.to
Required value
New resource name.
- spec.virtualMachineSnapshotName
Required value
Snapshot name to restore a virtual machine from.