INPUT_OBJECT
DownloadNutanixVmFromLocationInput
Description
Input for downloading a Nutanix snapshot from a replication target.
link GraphQL Schema definition
- input DownloadNutanixVmFromLocationInput {
- # Additional configuration for the operation. This consists of the SLA Domain to
- # be applied to the snapshot after it is downloaded.
- : NutanixVmDownloadRequestInput
- # Required. ID of the replication location.
- : String!
- # Required. ID of the snapshot to be downloaded.
- : String!
- }