Enum NetworkPeering.State (1.51.0)

public enum NetworkPeering.State extends Enum<NetworkPeering.State> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.NetworkPeering.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Matching configuration exists on the peer.

ACTIVE = 314733318;

ACTIVE_VALUE

Matching configuration exists on the peer.

ACTIVE = 314733318;

INACTIVE

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

INACTIVE = 270421099;

INACTIVE_VALUE

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

INACTIVE = 270421099;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()