Enum VPCSCConfig.VPCSCPolicy (1.36.0)

public enum VPCSCConfig.VPCSCPolicy extends Enum<VPCSCConfig.VPCSCPolicy> implements ProtocolMessageEnum

VPCSCPolicy is the VPC SC policy for project and location.

Protobuf enum google.devtools.artifactregistry.v1.VPCSCConfig.VPCSCPolicy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALLOW

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

ALLOW = 2;

ALLOW_VALUE

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

ALLOW = 2;

DENY

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

DENY = 1;

DENY_VALUE

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

DENY = 1;

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

VPCSC_POLICY_UNSPECIFIED = 0;

VPCSC_POLICY_UNSPECIFIED_VALUE

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

VPCSC_POLICY_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()