INPUT_OBJECT

EnablePerLocationPauseInputVariable

Description

Input for replication per location pause.

link GraphQL Schema definition

  • input EnablePerLocationPauseInputVariable {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. v5.3-v7.0: A configuration value that specifies which source clusters
  • # pause replication. Replication jobs can be canceled immediately or be allowed to
  • # finish.
  • #
  • # v8.0+: A configuration value that specifies which source clusters pause
  • # replication. Replication jobs can be canceled immediately, paused immediately or
  • # be allowed to finish.
  • enablePerLocationPause: EnablePerLocationPauseInput!
  • }

link Require by