Google Cloud Network Connectivity V1 Client - Class RouteType (1.4.2)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class RouteType.

The route's type

Protobuf type google.cloud.networkconnectivity.v1.RouteType

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ROUTE_TYPE_UNSPECIFIED

Value: 0

No route type information specified

Generated from protobuf enum ROUTE_TYPE_UNSPECIFIED = 0;

VPC_PRIMARY_SUBNET

Value: 1

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

Generated from protobuf enum VPC_PRIMARY_SUBNET = 1;

VPC_SECONDARY_SUBNET

Value: 2

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

Generated from protobuf enum VPC_SECONDARY_SUBNET = 2;