Compute V1 Client - Class ExchangedPeeringRoute (1.12.1)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ dest_rangestring

The destination range of the route.

↳ importedbool

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_regionstring

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

↳ priorityint

The priority of the peering route.

↳ typestring

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

getDestRange

The destination range of the route.

Returns
TypeDescription
string

hasDestRange

clearDestRange

setDestRange

The destination range of the route.

Parameter
NameDescription
varstring
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getNextHopRegion

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

Returns
TypeDescription
string

hasNextHopRegion

clearNextHopRegion

setNextHopRegion

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getPriority

The priority of the peering route.

Returns
TypeDescription
int

hasPriority

clearPriority

setPriority

The priority of the peering route.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getType

The type of the peering route.

Check the Type enum for the list of possible values.

Returns
TypeDescription
string

hasType

clearType

setType

The type of the peering route.

Check the Type enum for the list of possible values.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this