INPUT_OBJECT
VsphereVmDownloadSnapshotFilesInput
Description
Input for downloading vSphere snapshot files.
link GraphQL Schema definition
- input VsphereVmDownloadSnapshotFilesInput {
- # Required. ID of the virtual machine snapshot.
- UUID! :
- # Required. Paths of the files.
- String!]! : [
- # The delta type options which the files will be filtered on.
- DeltaType!] : [
- # The fid of the next snapshot to perform the delta on.
- UUID :
- # Supported in v5.2+.
- # v5.2+: Specifies whether the download action is in response to a Legal Hold.
- # This download generates a SHA1 checksum of downloaded data that is used for
- # integrity verification by external bodies.
- Boolean :
- # User note to associate with audits.
- String :
- # Supported in 9.0.1+.
- # v9.0.1+: Password for zip archive created.
- String :
- }