type property

String? type
getter/setter pair

The type of replica. Possible string values are:

  • "TYPE_UNSPECIFIED" : Not specified.
  • "READ_WRITE" : Read-write replicas support both reads and writes.
  • "READ_ONLY" : Read-only replicas only support reads (not writes).

Implementation

core.String? type;