INPUT_OBJECT

BulkTierExistingSnapshotsInput

Description

Input to initiate bulk tiering of existing archived snapshots.

link GraphQL Schema definition

  • input BulkTierExistingSnapshotsInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. A list of object IDs to tier. Optionally specifies a location ID.
  • objectTierInfo: BulkTierSnapshotsConfigInput!
  • }

link Require by