advertiseMode = $advertiseMode;
}
/**
* @return string
*/
public function getAdvertiseMode()
{
return $this->advertiseMode;
}
/**
* @param string[]
*/
public function setAdvertisedGroups($advertisedGroups)
{
$this->advertisedGroups = $advertisedGroups;
}
/**
* @return string[]
*/
public function getAdvertisedGroups()
{
return $this->advertisedGroups;
}
/**
* @param RouterAdvertisedIpRange[]
*/
public function setAdvertisedIpRanges($advertisedIpRanges)
{
$this->advertisedIpRanges = $advertisedIpRanges;
}
/**
* @return RouterAdvertisedIpRange[]
*/
public function getAdvertisedIpRanges()
{
return $this->advertisedIpRanges;
}
/**
* @param string
*/
public function setAdvertisedRoutePriority($advertisedRoutePriority)
{
$this->advertisedRoutePriority = $advertisedRoutePriority;
}
/**
* @return string
*/
public function getAdvertisedRoutePriority()
{
return $this->advertisedRoutePriority;
}
/**
* @param RouterBgpPeerBfd
*/
public function setBfd(RouterBgpPeerBfd $bfd)
{
$this->bfd = $bfd;
}
/**
* @return RouterBgpPeerBfd
*/
public function getBfd()
{
return $this->bfd;
}
/**
* @param RouterBgpPeerCustomLearnedIpRange[]
*/
public function setCustomLearnedIpRanges($customLearnedIpRanges)
{
$this->customLearnedIpRanges = $customLearnedIpRanges;
}
/**
* @return RouterBgpPeerCustomLearnedIpRange[]
*/
public function getCustomLearnedIpRanges()
{
return $this->customLearnedIpRanges;
}
/**
* @param int
*/
public function setCustomLearnedRoutePriority($customLearnedRoutePriority)
{
$this->customLearnedRoutePriority = $customLearnedRoutePriority;
}
/**
* @return int
*/
public function getCustomLearnedRoutePriority()
{
return $this->customLearnedRoutePriority;
}
/**
* @param string
*/
public function setEnable($enable)
{
$this->enable = $enable;
}
/**
* @return string
*/
public function getEnable()
{
return $this->enable;
}
/**
* @param bool
*/
public function setEnableIpv6($enableIpv6)
{
$this->enableIpv6 = $enableIpv6;
}
/**
* @return bool
*/
public function getEnableIpv6()
{
return $this->enableIpv6;
}
/**
* @param string
*/
public function setInterfaceName($interfaceName)
{
$this->interfaceName = $interfaceName;
}
/**
* @return string
*/
public function getInterfaceName()
{
return $this->interfaceName;
}
/**
* @param string
*/
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
/**
* @return string
*/
public function getIpAddress()
{
return $this->ipAddress;
}
/**
* @param string
*/
public function setIpv6NexthopAddress($ipv6NexthopAddress)
{
$this->ipv6NexthopAddress = $ipv6NexthopAddress;
}
/**
* @return string
*/
public function getIpv6NexthopAddress()
{
return $this->ipv6NexthopAddress;
}
/**
* @param string
*/
public function setManagementType($managementType)
{
$this->managementType = $managementType;
}
/**
* @return string
*/
public function getManagementType()
{
return $this->managementType;
}
/**
* @param string
*/
public function setMd5AuthenticationKeyName($md5AuthenticationKeyName)
{
$this->md5AuthenticationKeyName = $md5AuthenticationKeyName;
}
/**
* @return string
*/
public function getMd5AuthenticationKeyName()
{
return $this->md5AuthenticationKeyName;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setPeerAsn($peerAsn)
{
$this->peerAsn = $peerAsn;
}
/**
* @return string
*/
public function getPeerAsn()
{
return $this->peerAsn;
}
/**
* @param string
*/
public function setPeerIpAddress($peerIpAddress)
{
$this->peerIpAddress = $peerIpAddress;
}
/**
* @return string
*/
public function getPeerIpAddress()
{
return $this->peerIpAddress;
}
/**
* @param string
*/
public function setPeerIpv6NexthopAddress($peerIpv6NexthopAddress)
{
$this->peerIpv6NexthopAddress = $peerIpv6NexthopAddress;
}
/**
* @return string
*/
public function getPeerIpv6NexthopAddress()
{
return $this->peerIpv6NexthopAddress;
}
/**
* @param string
*/
public function setRouterApplianceInstance($routerApplianceInstance)
{
$this->routerApplianceInstance = $routerApplianceInstance;
}
/**
* @return string
*/
public function getRouterApplianceInstance()
{
return $this->routerApplianceInstance;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RouterBgpPeer::class, 'Google_Service_Compute_RouterBgpPeer');