Compute V1 Client - Class ExchangedPeeringRoute (1.5.0)

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

Generated from protobuf message google.cloud.compute.v1.ExchangedPeeringRoute

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ dest_range
string

The destination range of the route.

↳ imported
bool

True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

↳ next_hop_region
string

The region of peering route next hop, only applies to dynamic routes.

↳ priority
int

The priority of the peering route.

↳ type
string

The type of the peering route. Check the Type enum for the list of possible values.

getDestRange

The destination range of the route.

Generated from protobuf field optional string dest_range = 381327712;

Returns
Type
Description
string

hasDestRange

clearDestRange

setDestRange

The destination range of the route.

Generated from protobuf field optional string dest_range = 381327712;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getImported

True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

Generated from protobuf field optional bool imported = 114502404;

Returns
Type
Description
bool

hasImported

clearImported

setImported

True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

Generated from protobuf field optional bool imported = 114502404;

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getNextHopRegion

The region of peering route next hop, only applies to dynamic routes.

Generated from protobuf field optional string next_hop_region = 122577014;

Returns
Type
Description
string

hasNextHopRegion

clearNextHopRegion

setNextHopRegion

The region of peering route next hop, only applies to dynamic routes.

Generated from protobuf field optional string next_hop_region = 122577014;

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getPriority

The priority of the peering route.

Generated from protobuf field optional uint32 priority = 445151652;

Returns
Type
Description
int

hasPriority

clearPriority

setPriority

The priority of the peering route.

Generated from protobuf field optional uint32 priority = 445151652;

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getType

The type of the peering route.

Check the Type enum for the list of possible values.

Generated from protobuf field optional string type = 3575610;

Returns
Type
Description
string

hasType

clearType

setType

The type of the peering route.

Check the Type enum for the list of possible values.

Generated from protobuf field optional string type = 3575610;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: