OBJECT

DevicePathToVolumeSnapshotId

Description

DevicePathToVolumeSnapshotId type to take key value input.

link GraphQL Schema definition

  • type DevicePathToVolumeSnapshotId {
  • # Key representing device path.
  • key: String!
  • # Value representing volume snapshot ID.
  • value: String!
  • }