Module: Google::Cloud::ArtifactRegistry::V1::VPCSCConfig::VPCSCPolicy

Defined in:
proto_docs/google/devtools/artifactregistry/v1/vpcsc_config.rb

Overview

VPCSCPolicy is the VPC SC policy for project and location.

Constant Summary collapse

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).

0
DENY =

VPCSC_DENY - repository will block the requests to the Upstreams for the Remote Repositories if the resource is in the perimeter.

1
ALLOW =

VPCSC_ALLOW - repository will allow the requests to the Upstreams for the Remote Repositories if the resource is in the perimeter.

2