bestRoutes = $bestRoutes;
}
/**
* @return Google_Service_Compute_Route[]
*/
public function getBestRoutes()
{
return $this->bestRoutes;
}
/**
* @param Google_Service_Compute_Route[]
*/
public function setBestRoutesForRouter($bestRoutesForRouter)
{
$this->bestRoutesForRouter = $bestRoutesForRouter;
}
/**
* @return Google_Service_Compute_Route[]
*/
public function getBestRoutesForRouter()
{
return $this->bestRoutesForRouter;
}
/**
* @param Google_Service_Compute_RouterStatusBgpPeerStatus[]
*/
public function setBgpPeerStatus($bgpPeerStatus)
{
$this->bgpPeerStatus = $bgpPeerStatus;
}
/**
* @return Google_Service_Compute_RouterStatusBgpPeerStatus[]
*/
public function getBgpPeerStatus()
{
return $this->bgpPeerStatus;
}
/**
* @param Google_Service_Compute_RouterStatusNatStatus[]
*/
public function setNatStatus($natStatus)
{
$this->natStatus = $natStatus;
}
/**
* @return Google_Service_Compute_RouterStatusNatStatus[]
*/
public function getNatStatus()
{
return $this->natStatus;
}
public function setNetwork($network)
{
$this->network = $network;
}
public function getNetwork()
{
return $this->network;
}
}