Home
last modified time | relevance | path

Searched refs:srcIpRanges (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSecurityPolicyRuleMatcherConfig.php26 public $srcIpRanges; variable in Google\\Service\\Compute\\SecurityPolicyRuleMatcherConfig
31 public function setSrcIpRanges($srcIpRanges) argument
33 $this->srcIpRanges = $srcIpRanges;
40 return $this->srcIpRanges;
H A DFirewallPolicyRuleMatcher.php32 public $srcIpRanges; variable in Google\\Service\\Compute\\FirewallPolicyRuleMatcher
67 public function setSrcIpRanges($srcIpRanges) argument
69 $this->srcIpRanges = $srcIpRanges;
76 return $this->srcIpRanges;