primaryState property

String? primaryState
getter/setter pair

Indicates that this replica is the primary replica.

Output only. Possible string values are:

  • "PRIMARY_STATE_UNSPECIFIED" : Default value. This value is unused.
  • "PRIMARY_REPLICA" : The replica is the primary replica.

Implementation

core.String? primaryState;