Enum ServiceConnectionMap.ConsumerPscConfig.State (0.15.0)

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

PSC Consumer Config State.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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;

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

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