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