Enum NetworkRoutingConfig.RoutingMode (1.50.0)

public enum NetworkRoutingConfig.RoutingMode extends Enum<NetworkRoutingConfig.RoutingMode> implements ProtocolMessageEnum

The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.

Protobuf enum google.cloud.compute.v1.NetworkRoutingConfig.RoutingMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GLOBAL

GLOBAL = 494663587;

GLOBAL_VALUE

GLOBAL = 494663587;

REGIONAL

REGIONAL = 92288543;

REGIONAL_VALUE

REGIONAL = 92288543;

UNDEFINED_ROUTING_MODE

A value indicating that the enum field is not set.

UNDEFINED_ROUTING_MODE = 0;

UNDEFINED_ROUTING_MODE_VALUE

A value indicating that the enum field is not set.

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