Module: Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap::ConsumerPscConfig::State

Defined in:
proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb

Overview

PSC Consumer Config State.

Constant Summary collapse

STATE_UNSPECIFIED =

Default state, when Connection Map is created initially.

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

1
CONNECTION_POLICY_MISSING =

No Service Connection Policy found for this network and Service Class

2
POLICY_LIMIT_REACHED =

Service Connection Policy limit reached for this network and Service Class

3
CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED =

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

4