Searched refs:FirewallPolicyRule (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php | 31 protected $rulesType = FirewallPolicyRule::class; 67 * @param FirewallPolicyRule[] 74 * @return FirewallPolicyRule[]
|
H A D | InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php | 31 protected $rulesType = FirewallPolicyRule::class; 71 * @param FirewallPolicyRule[] 78 * @return FirewallPolicyRule[]
|
H A D | NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.php | 31 protected $rulesType = FirewallPolicyRule::class; 71 * @param FirewallPolicyRule[] 78 * @return FirewallPolicyRule[]
|
H A D | FirewallPolicy.php | 65 protected $rulesType = FirewallPolicyRule::class; 235 * @param FirewallPolicyRule[] 242 * @return FirewallPolicyRule[]
|
H A D | FirewallPolicyRule.php | 20 class FirewallPolicyRule extends \Google\Collection class 257 class_alias(FirewallPolicyRule::class, 'Google_Service_Compute_FirewallPolicyRule');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | FirewallPolicies.php | 24 use Google\Service\Compute\FirewallPolicyRule; alias 75 * @param FirewallPolicyRule $postBody 90 public function addRule($firewallPolicy, FirewallPolicyRule $postBody, $optParams = []) 202 * @return FirewallPolicyRule 208 return $this->call('getRule', [$params], FirewallPolicyRule::class); 363 * @param FirewallPolicyRule $postBody 379 public function patchRule($firewallPolicy, FirewallPolicyRule $postBody, $optParams = [])
|
H A D | NetworkFirewallPolicies.php | 23 use Google\Service\Compute\FirewallPolicyRule; alias 76 * @param FirewallPolicyRule $postBody 97 public function addRule($project, $firewallPolicy, FirewallPolicyRule $postBody, $optParams = []) 216 * @return FirewallPolicyRule 222 return $this->call('getRule', [$params], FirewallPolicyRule::class); 336 * @param FirewallPolicyRule $postBody 352 …public function patchRule($project, $firewallPolicy, FirewallPolicyRule $postBody, $optParams = [])
|
H A D | RegionNetworkFirewallPolicies.php | 23 use Google\Service\Compute\FirewallPolicyRule; alias 79 * @param FirewallPolicyRule $postBody 100 …public function addRule($project, $region, $firewallPolicy, FirewallPolicyRule $postBody, $optPara… 244 * @return FirewallPolicyRule 250 return $this->call('getRule', [$params], FirewallPolicyRule::class); 370 * @param FirewallPolicyRule $postBody 386 …public function patchRule($project, $region, $firewallPolicy, FirewallPolicyRule $postBody, $optPa…
|