AppsFirewallIngressRules
class AppsFirewallIngressRules extends Resource (View source)
The "ingressRules" collection of methods.
Typical usage is:
$appengineService = new Google\Service\Appengine(...);
$ingressRules = $appengineService->apps_firewall_ingressRules;
Methods
Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.
Creates a firewall rule for the application. (ingressRules.create)
Deletes the specified firewall rule. (ingressRules.delete)
Gets the specified firewall rule. (ingressRules.get)
Lists the firewall rules of an application.
Updates the specified firewall rule. (ingressRules.patch)
Details
BatchUpdateIngressRulesResponse
batchUpdate(string $appsId, BatchUpdateIngressRulesRequest $postBody, array $optParams = [])
Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list.
(ingressRules.batchUpdate)
FirewallRule
create(string $appsId, FirewallRule $postBody, array $optParams = [])
Creates a firewall rule for the application. (ingressRules.create)
AppengineEmpty
delete(string $appsId, string $ingressRulesId, array $optParams = [])
Deletes the specified firewall rule. (ingressRules.delete)
FirewallRule
get(string $appsId, string $ingressRulesId, array $optParams = [])
Gets the specified firewall rule. (ingressRules.get)
ListIngressRulesResponse
listAppsFirewallIngressRules(string $appsId, array $optParams = [])
Lists the firewall rules of an application.
(ingressRules.listAppsFirewallIngressRules)
FirewallRule
patch(string $appsId, string $ingressRulesId, FirewallRule $postBody, array $optParams = [])
Updates the specified firewall rule. (ingressRules.patch)