INPUT_OBJECT

CreateExchangeSnapshotMountInput

link GraphQL Schema definition

  • input CreateExchangeSnapshotMountInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Configuration for the mount request.
  • config: ExchangeMountSnapshotConfigInput!
  • # Required. ID of the snapshot.
  • id: String!
  • }

link Require by