Enum ServiceConnectionMap.ConsumerPscConfig.State (1.61.0)

public enum ServiceConnectionMap.ConsumerPscConfig.State extends Enum<ServiceConnectionMap.ConsumerPscConfig.State> implements ProtocolMessageEnum

PSC Consumer Config State.

Protobuf enum google.cloud.networkconnectivity.v1.ServiceConnectionMap.ConsumerPscConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTION_POLICY_MISSING

No Service Connection Policy found for this network and Service Class

CONNECTION_POLICY_MISSING = 2;

CONNECTION_POLICY_MISSING_VALUE

No Service Connection Policy found for this network and Service Class

CONNECTION_POLICY_MISSING = 2;

CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED

The consumer instance project is not in AllowedGoogleProducersResourceHierarchyLevels of the matching ServiceConnectionPolicy.

CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED = 4;

CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED_VALUE

The consumer instance project is not in AllowedGoogleProducersResourceHierarchyLevels of the matching ServiceConnectionPolicy.

CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED = 4;

POLICY_LIMIT_REACHED

Service Connection Policy limit reached for this network and Service Class

POLICY_LIMIT_REACHED = 3;

POLICY_LIMIT_REACHED_VALUE

Service Connection Policy limit reached for this network and Service Class

POLICY_LIMIT_REACHED = 3;

STATE_UNSPECIFIED

Default state, when Connection Map is created initially.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default state, when Connection Map is created initially.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
VALID

Set when policy and map configuration is valid, and their matching can lead to allowing creation of PSC Connections subject to other constraints like connections limit.

VALID = 1;

VALID_VALUE

Set when policy and map configuration is valid, and their matching can lead to allowing creation of PSC Connections subject to other constraints like connections limit.

VALID = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()