Enum RouteType (1.40.0)

public enum RouteType extends Enum<RouteType> implements ProtocolMessageEnum

The route's type

Protobuf enum google.cloud.networkconnectivity.v1.RouteType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ROUTE_TYPE_UNSPECIFIED

No route type information specified

ROUTE_TYPE_UNSPECIFIED = 0;

ROUTE_TYPE_UNSPECIFIED_VALUE

No route type information specified

ROUTE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VPC_PRIMARY_SUBNET

The route leads to a destination within the primary address range of the VPC network's subnet.

VPC_PRIMARY_SUBNET = 1;

VPC_PRIMARY_SUBNET_VALUE

The route leads to a destination within the primary address range of the VPC network's subnet.

VPC_PRIMARY_SUBNET = 1;

VPC_SECONDARY_SUBNET

The route leads to a destination within the secondary address range of the VPC network's subnet.

VPC_SECONDARY_SUBNET = 2;

VPC_SECONDARY_SUBNET_VALUE

The route leads to a destination within the secondary address range of the VPC network's subnet.

VPC_SECONDARY_SUBNET = 2;

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