accessType property
The access type of this regional endpoint.
This field is reflected in the PSC Forwarding Rule configuration to enable global access.
Required. Possible string values are:
- "ACCESS_TYPE_UNSPECIFIED" : An invalid type as the default case.
- "GLOBAL" : This regional endpoint is accessible from all regions.
- "REGIONAL" : This regional endpoint is only accessible from the same region where it resides.
Implementation
core.String? accessType;