role property

String? role
getter/setter pair

The instance role in the database engine.

Optional. Possible string values are:

  • "ROLE_UNSPECIFIED" : Unspecified.
  • "PRIMARY" : Primary.
  • "SECONDARY" : Secondary.
  • "ARBITER" : Arbiter.

Implementation

core.String? role;