mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
24 lines
892 B
Plaintext
24 lines
892 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-api.adoc
|
|
:_mod-docs-content-type: REFERENCE
|
|
|
|
[id="snapshotlocation-type_{context}"]
|
|
= SnapshotLocation type
|
|
|
|
[role="_abstract"]
|
|
The following are `SnapshotLocation` {oadp-short} APIs:
|
|
|
|
.SnapshotLocation
|
|
[options="header"]
|
|
|===
|
|
|Property|Type|Description
|
|
|
|
|`velero`
|
|
|*link:https://pkg.go.dev/github.com/vmware-tanzu/velero/pkg/apis/velero/v1#VolumeSnapshotLocationSpec[VolumeSnapshotLocationSpec]
|
|
|Location to store volume snapshots, as described in link:https://pkg.go.dev/github.com/vmware-tanzu/velero/pkg/apis/velero/v1#VolumeSnapshotLocation[Volume Snapshot Location].
|
|
|===
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#SnapshotLocation[Complete schema definitions for the type `SnapshotLocation`] |