Enum ExchangedPeeringRoute.Type (1.49.0)

public enum ExchangedPeeringRoute.Type extends Enum<ExchangedPeeringRoute.Type> implements ProtocolMessageEnum

The type of the peering route.

Protobuf enum google.cloud.compute.v1.ExchangedPeeringRoute.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DYNAMIC_PEERING_ROUTE

For routes exported from local network.

DYNAMIC_PEERING_ROUTE = 469794858;

DYNAMIC_PEERING_ROUTE_VALUE

For routes exported from local network.

DYNAMIC_PEERING_ROUTE = 469794858;

STATIC_PEERING_ROUTE

The peering route.

STATIC_PEERING_ROUTE = 473407545;

STATIC_PEERING_ROUTE_VALUE

The peering route.

STATIC_PEERING_ROUTE = 473407545;

SUBNET_PEERING_ROUTE

The peering route corresponding to subnetwork range.

SUBNET_PEERING_ROUTE = 465782504;

SUBNET_PEERING_ROUTE_VALUE

The peering route corresponding to subnetwork range.

SUBNET_PEERING_ROUTE = 465782504;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

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