deploymentRole property

String? deploymentRole
getter/setter pair

The deployment role of the GoldengateDeployment.

Output only. Possible string values are:

  • "GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED" : The deployment role type is unspecified.
  • "PRIMARY" : The deployment role type is primary.
  • "STANDBY" : The deployment role type is standby.

Implementation

core.String? deploymentRole;