perimeterType property

String? perimeterType
getter/setter pair

Perimeter type indicator.

A single project or VPC network is allowed to be a member of single regular perimeter, but multiple service perimeter bridges. A project cannot be a included in a perimeter bridge without being included in regular perimeter. For perimeter bridges, the restricted service list as well as access level lists must be empty. Possible string values are:

  • "PERIMETER_TYPE_REGULAR" : Regular Perimeter. When no value is specified, the perimeter uses this type.
  • "PERIMETER_TYPE_BRIDGE" : Perimeter Bridge.

Implementation

core.String? perimeterType;