state property

String? state
getter/setter pair

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.

Implementation

core.String? state;