advertiseMode = $advertiseMode;
}
public function getAdvertiseMode()
{
return $this->advertiseMode;
}
public function setAdvertisedGroups($advertisedGroups)
{
$this->advertisedGroups = $advertisedGroups;
}
public function getAdvertisedGroups()
{
return $this->advertisedGroups;
}
/**
* @param Google_Service_Compute_RouterAdvertisedIpRange[]
*/
public function setAdvertisedIpRanges($advertisedIpRanges)
{
$this->advertisedIpRanges = $advertisedIpRanges;
}
/**
* @return Google_Service_Compute_RouterAdvertisedIpRange[]
*/
public function getAdvertisedIpRanges()
{
return $this->advertisedIpRanges;
}
public function setAsn($asn)
{
$this->asn = $asn;
}
public function getAsn()
{
return $this->asn;
}
}