Compute Engine v1 API - Enum NetworkPeering.Types.State (2.15.0)

public enum NetworkPeering.Types.State

Reference documentation and code samples for the Compute Engine v1 API enum NetworkPeering.Types.State.

[Output Only] State for the peering, either ACTIVE or INACTIVE. The peering is ACTIVE when there's a matching configuration in the peer network.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Active

Matching configuration exists on the peer.

Inactive

There is no matching configuration on the peer, including the case when peer does not exist.

UndefinedState

A value indicating that the enum field is not set.