INPUT_OBJECT
DownloadOpenstackSnapshotFromLocationInput
Description
Input for downloading OpenStack snapshot.
link GraphQL Schema definition
- input DownloadOpenstackSnapshotFromLocationInput {
- # Additional configuration for the operation. This consists of the SLA Domain to
- # be applied to the snapshot after it is downloaded.
- : OpenstackVmSnapshotDownloadConfigInput
- # Required. ID of the archival or replication location.
- : String!
- # Required. ID of the snapshot to be downloaded.
- : String!
- }