disableGlobalAccess property

  1. @TagNumber.new(3)
bool get disableGlobalAccess

This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.

Implementation

@$pb.TagNumber(3)
$core.bool get disableGlobalAccess => $_getBF(2);
  1. @TagNumber.new(3)
set disableGlobalAccess (bool v)

Implementation

@$pb.TagNumber(3)
set disableGlobalAccess($core.bool v) {
  $_setBool(2, v);
}