Enum NetworkPeering.Types.State (1.3.0)

public enum 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.