Compute V1 Client - Class NextHopOrigin (2.0.0)

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

[Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.

Protobuf type google.cloud.compute.v1.Route.NextHopOrigin

Namespace

Google \ Cloud \ Compute \ V1 \ Route

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_NEXT_HOP_ORIGIN

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_NEXT_HOP_ORIGIN = 0;

EGP

Value: 68590

Generated from protobuf enum EGP = 68590;

IGP

Value: 72434

Generated from protobuf enum IGP = 72434;

INCOMPLETE

Value: 11941214

Generated from protobuf enum INCOMPLETE = 11941214;