Searched refs:ipRange (Results 1 – 5 of 5) sorted by relevance
25 public $ipRange; variable in Google\\Service\\Compute\\PublicAdvertisedPrefixPublicDelegatedPrefix46 public function setIpRange($ipRange) argument48 $this->ipRange = $ipRange;55 return $this->ipRange;
25 public $ipRange; variable in Google\\Service\\Compute\\RouterInterface58 public function setIpRange($ipRange) argument60 $this->ipRange = $ipRange;67 return $this->ipRange;
50 public $ipRange; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance171 public function setIpRange($ipRange) argument173 $this->ipRange = $ipRange;180 return $this->ipRange;
74 $ipRange = \IPLib\Factory::rangeFromString($range);75 if($ipRange === null) continue;76 if ($ip->matches($ipRange)) {
1055 const ipRange = me._botIPs[i];1057 if (ipNum >= ipRange.from && ipNum <= ipRange.to) {1058 return ipRange;