INPUT_OBJECT
MountDiskInput
Description
Input required to mount disks.
link GraphQL Schema definition
- input MountDiskInput {
- # Snapshot ID from which disk will be mounted.
- UUID! :
- # Target workload ID on which the disk must be mounted.
- UUID! :
- # Snapshot types.
- SnapshotType! :
- # List of disk IDs that would be mounted.
- UUID!]! : [
- # ID of the archived snapshot.
- UUID :
- # Workload type.
- CloudNativeObjectType! :
- }