OBJECT

EditReplicationPairTprReqChangesTemplate

Description

Template for editing a replication pair with the quorum authorization request.

link GraphQL Schema definition

  • type EditReplicationPairTprReqChangesTemplate implements RequestedChangesTemplate {
  • # Requested action string.
  • requestedAction: String!
  • # Action description string.
  • actionDescription: String!
  • # Details of the replication pair, including the names of the source and target
  • # clusters.
  • replicationPair: TprReplicationPair
  • # Name of the requested changes template for quorum authorization.
  • templateName: String!
  • }

link Require by

This element is not required by anyone