role property

String? role
getter/setter pair

Indicates whether this points to source or destination.

Output only. Possible string values are:

  • "REPLICATION_ROLE_UNSPECIFIED" : Unspecified replication role
  • "SOURCE" : Indicates Source volume.
  • "DESTINATION" : Indicates Destination volume.

Implementation

core.String? role;