INPUT_OBJECT

CreateOnDemandVolumeGroupBackupInput

link GraphQL Schema definition

  • input CreateOnDemandVolumeGroupBackupInput {
  • # Configuration for the on-demand backup. Configuration values are
  • # `volumeIdsIncludedInSnapshot`, which specifies the unique ID of each volume that
  • # is part of this snapshot of the Volume Group, and `slaID`, the ID of the SLA
  • # Domain for the snapshot.
  • config: VolumeGroupOnDemandSnapshotConfigInput
  • # Required. The ID of the Volume Group.
  • id: String!
  • }

link Require by