state property

String? state
getter/setter pair

State of the network peering.

This field has a value of 'ACTIVE' when there's a matching configuration in the peer network. New values may be added to this enum when appropriate.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified network peering state. This is the default value.
  • "INACTIVE" : The peering is not active.
  • "ACTIVE" : The peering is active.
  • "CREATING" : The peering is being created.
  • "DELETING" : The peering is being deleted.

Implementation

core.String? state;