public enum NetworkPeering.State extends Enum<NetworkPeering.State> implements ProtocolMessageEnum Output only. [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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Matching configuration exists on the peer. |
ACTIVE_VALUE |
Matching configuration exists on the peer. |
INACTIVE |
There is no matching configuration on the peer, including the case when peer does not exist. |
INACTIVE_VALUE |
There is no matching configuration on the peer, including the case when peer does not exist. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|