OBJECT

RestoreFormConfigurationReplicationTarget

Description

Supported in v7.0+

link GraphQL Schema definition

  • type RestoreFormConfigurationReplicationTarget {
  • # Required. Supported in v7.0+
  • # Address of replication target cluster.
  • targetClusterAddress: String!
  • # Supported in v8.1+
  • # Name of the replication target cluster.
  • targetClusterName: String
  • }