role property
The replication role.
Optional. Possible string values are:
- "ROLE_UNSPECIFIED" : Role not set.
- "ACTIVE" : The instance is the
ACTIVEreplication member, functions as the replication source instance. - "STANDBY" : The instance is the
STANDBYreplication member, functions as the replication destination instance.
Implementation
core.String? role;