state property
State for the peering, either ACTIVE
or INACTIVE
.
The peering is ACTIVE
when there's a matching configuration in the peer
network.
Output only. Possible string values are:
- "ACTIVE" : Matching configuration exists on the peer.
- "INACTIVE" : There is no matching configuration on the peer, including the case when peer does not exist.
Implementation
core.String? state;