peeringState property
Peering state between service network and VMware Engine network.
Output only. Possible string values are:
- "PEERING_STATE_UNSPECIFIED" : The default value. This value is used if the peering state is omitted or unknown.
- "PEERING_ACTIVE" : The peering is in active state.
- "PEERING_INACTIVE" : The peering is in inactive state.
Implementation
core.String? peeringState;