Compute V1 Client - Class RoutingMode (2.0.0)

Reference documentation and code samples for the Compute V1 Client class RoutingMode.

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 type google.cloud.compute.v1.NetworkRoutingConfig.RoutingMode

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkRoutingConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_ROUTING_MODE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_ROUTING_MODE = 0;

PBGLOBAL

Value: 494663587

Generated from protobuf enum GLOBAL = 494663587;

REGIONAL

Value: 92288543

Generated from protobuf enum REGIONAL = 92288543;