vpcscPolicy property

String? vpcscPolicy
getter/setter pair

The project per location VPC SC policy that defines the VPC SC behavior for the Remote Repository (Allow/Deny). Possible string values are:

  • "VPCSC_POLICY_UNSPECIFIED" : VPCSC_POLICY_UNSPECIFIED - the VPS SC policy is not defined. When VPS SC policy is not defined - the Service will use the default behavior (VPCSC_DENY).
  • "DENY" : VPCSC_DENY - repository will block the requests to the Upstreams for the Remote Repositories if the resource is in the perimeter.
  • "ALLOW" : VPCSC_ALLOW - repository will allow the requests to the Upstreams for the Remote Repositories if the resource is in the perimeter.

Implementation

core.String? vpcscPolicy;