Enum PeeringRoute.Type (0.14.0)

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

The type of the peering route.

Protobuf enum google.cloud.vmwareengine.v1.PeeringRoute.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DYNAMIC_PEERING_ROUTE

Dynamic routes in the peer network.

DYNAMIC_PEERING_ROUTE = 1;

DYNAMIC_PEERING_ROUTE_VALUE

Dynamic routes in the peer network.

DYNAMIC_PEERING_ROUTE = 1;

STATIC_PEERING_ROUTE

Static routes in the peer network.

STATIC_PEERING_ROUTE = 2;

STATIC_PEERING_ROUTE_VALUE

Static routes in the peer network.

STATIC_PEERING_ROUTE = 2;

SUBNET_PEERING_ROUTE

Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network.

SUBNET_PEERING_ROUTE = 3;

SUBNET_PEERING_ROUTE_VALUE

Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network.

SUBNET_PEERING_ROUTE = 3;

TYPE_UNSPECIFIED

Unspecified peering route type. This is the default value.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified peering route type. This is the default value.

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