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 \ V1Methods
__construct
Constructor.
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.
string
hasDestRange
clearDestRange
setDestRange
The destination range of the route.
var
string
$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.
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.
var
bool
$this
getNextHopRegion
The region of peering route next hop, only applies to dynamic routes.
string
hasNextHopRegion
clearNextHopRegion
setNextHopRegion
The region of peering route next hop, only applies to dynamic routes.
var
string
$this
getPriority
The priority of the peering route.
int
hasPriority
clearPriority
setPriority
The priority of the peering route.
var
int
$this
getType
The type of the peering route.
Check the Type enum for the list of possible values.
string
hasType
clearType
setType
The type of the peering route.
Check the Type enum for the list of possible values.
var
string
$this