Compute V1 Client - Class Type (2.0.0)

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

The type of the peering route.

Protobuf type google.cloud.compute.v1.ExchangedPeeringRoute.Type

Namespace

Google \ Cloud \ Compute \ V1 \ ExchangedPeeringRoute

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TYPE = 0;

DYNAMIC_PEERING_ROUTE

Value: 469794858

For routes exported from local network.

Generated from protobuf enum DYNAMIC_PEERING_ROUTE = 469794858;

STATIC_PEERING_ROUTE

Value: 473407545

The peering route.

Generated from protobuf enum STATIC_PEERING_ROUTE = 473407545;

SUBNET_PEERING_ROUTE

Value: 465782504

The peering route corresponding to subnetwork range.

Generated from protobuf enum SUBNET_PEERING_ROUTE = 465782504;