state property
Overall state of PSC Connections management for this consumer psc config.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default state, when Connection Map is created initially.
- "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.
- "CONNECTION_POLICY_MISSING" : No Service Connection Policy found for this network and Service Class
- "POLICY_LIMIT_REACHED" : Service Connection Policy limit reached for this network and Service Class
Implementation
core.String? state;