state property
Current state of the association.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
 - "CREATING" : Being created.
 - "ACTIVE" : Active and ready for traffic.
 - "DELETING" : Being deleted.
 - "INACTIVE" : Down or in an error state.
 - "ORPHAN" : The project that housed the association has been deleted.
 
Implementation
core.String? state;