state property
State for the peering.
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;