Enum RemotePeeringNetworkType (0.53.0)

public enum RemotePeeringNetworkType extends Enum<RemotePeeringNetworkType> implements ProtocolMessageEnum

Defines the remote peering destination for the interface. It is required when peering separation is enabled.

Protobuf enum google.cloud.edgenetwork.v1.RemotePeeringNetworkType

Implements

ProtocolMessageEnum

Static Fields

Name Description
REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL

Customer's trusted internal network.

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL = 1;

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL_VALUE

Customer's trusted internal network.

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNAL = 1;

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET

Customer's untrust network that has internet access.

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET = 2;

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET_VALUE

Customer's untrust network that has internet access.

REMOTE_PEERING_NETWORK_TYPE_CUSTOMER_INTERNET = 2;

REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED

Unspecified.

REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED = 0;

REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED_VALUE

Unspecified.

REMOTE_PEERING_NETWORK_TYPE_UNSPECIFIED = 0;

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()