destRange = $destRange;
}
/**
* @return string
*/
public function getDestRange()
{
return $this->destRange;
}
/**
* @param bool
*/
public function setImported($imported)
{
$this->imported = $imported;
}
/**
* @return bool
*/
public function getImported()
{
return $this->imported;
}
/**
* @param string
*/
public function setNextHopRegion($nextHopRegion)
{
$this->nextHopRegion = $nextHopRegion;
}
/**
* @return string
*/
public function getNextHopRegion()
{
return $this->nextHopRegion;
}
/**
* @param string
*/
public function setPriority($priority)
{
$this->priority = $priority;
}
/**
* @return string
*/
public function getPriority()
{
return $this->priority;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ExchangedPeeringRoute::class, 'Google_Service_Compute_ExchangedPeeringRoute');