currentLocationId property

  1. @TagNumber.new(12)
String get currentLocationId

Output only. The current zone where the Redis primary node is located. In basic tier, this will always be the same as location_id. In standard tier, this can be the zone of any node in the instance.

Implementation

@$pb.TagNumber(12)
$core.String get currentLocationId => $_getSZ(9);
  1. @TagNumber.new(12)
set currentLocationId (String v)

Implementation

@$pb.TagNumber(12)
set currentLocationId($core.String v) {
  $_setString(9, v);
}