| Constructor and Description | 
|---|
| RegionNetworkFirewallPolicies() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionNetworkFirewallPolicies.AddAssociation | addAssociation(String project,
              String region,
              String firewallPolicy,
              FirewallPolicyAssociation content)Inserts an association for the specified network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.AddRule | addRule(String project,
       String region,
       String firewallPolicy,
       FirewallPolicyRule content)Inserts a rule into a network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.CloneRules | cloneRules(String project,
          String region,
          String firewallPolicy)Copies rules to the specified network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.Delete | delete(String project,
      String region,
      String firewallPolicy)Deletes the specified network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.Get | get(String project,
   String region,
   String firewallPolicy)Returns the specified network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.GetAssociation | getAssociation(String project,
              String region,
              String firewallPolicy)Gets an association with the specified name. | 
| Compute.RegionNetworkFirewallPolicies.GetEffectiveFirewalls | getEffectiveFirewalls(String project,
                     String region,
                     String network)Returns the effective firewalls on a given network. | 
| Compute.RegionNetworkFirewallPolicies.GetIamPolicy | getIamPolicy(String project,
            String region,
            String resource)Gets the access control policy for a resource. | 
| Compute.RegionNetworkFirewallPolicies.GetRule | getRule(String project,
       String region,
       String firewallPolicy)Gets a rule of the specified priority. | 
| Compute.RegionNetworkFirewallPolicies.Insert | insert(String project,
      String region,
      FirewallPolicy content)Creates a new network firewall policy in the specified project and region. | 
| Compute.RegionNetworkFirewallPolicies.List | list(String project,
    String region)Lists all the network firewall policies that have been configured for the specified project in
 the given region. | 
| Compute.RegionNetworkFirewallPolicies.Patch | patch(String project,
     String region,
     String firewallPolicy,
     FirewallPolicy content)Patches the specified network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.PatchRule | patchRule(String project,
         String region,
         String firewallPolicy,
         FirewallPolicyRule content)Patches a rule of the specified priority. | 
| Compute.RegionNetworkFirewallPolicies.RemoveAssociation | removeAssociation(String project,
                 String region,
                 String firewallPolicy)Removes an association for the specified network firewall policy. | 
| Compute.RegionNetworkFirewallPolicies.RemoveRule | removeRule(String project,
          String region,
          String firewallPolicy)Deletes a rule of the specified priority. | 
| Compute.RegionNetworkFirewallPolicies.SetIamPolicy | setIamPolicy(String project,
            String region,
            String resource,
            RegionSetPolicyRequest content)Sets the access control policy on the specified resource. | 
| Compute.RegionNetworkFirewallPolicies.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.RegionNetworkFirewallPolicies.AddAssociation addAssociation(String project, String region, String firewallPolicy, FirewallPolicyAssociation content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.content - the FirewallPolicyAssociationIOExceptionpublic Compute.RegionNetworkFirewallPolicies.AddRule addRule(String project, String region, String firewallPolicy, FirewallPolicyRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.content - the FirewallPolicyRuleIOExceptionpublic Compute.RegionNetworkFirewallPolicies.CloneRules cloneRules(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.Delete delete(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to delete.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.Get get(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to get.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.GetAssociation getAssociation(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to which the queried association belongs.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.GetEffectiveFirewalls getEffectiveFirewalls(String project, String region, String network) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.project - Project ID for this request.region - Name of the region scoping this request.network - Network referenceIOExceptionpublic Compute.RegionNetworkFirewallPolicies.GetIamPolicy getIamPolicy(String project, String region, String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.GetRule getRule(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to which the queried rule belongs.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.Insert insert(String project, String region, FirewallPolicy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the FirewallPolicyIOExceptionpublic Compute.RegionNetworkFirewallPolicies.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.Patch patch(String project, String region, String firewallPolicy, FirewallPolicy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.content - the FirewallPolicyIOExceptionpublic Compute.RegionNetworkFirewallPolicies.PatchRule patchRule(String project, String region, String firewallPolicy, FirewallPolicyRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.content - the FirewallPolicyRuleIOExceptionpublic Compute.RegionNetworkFirewallPolicies.RemoveAssociation removeAssociation(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.RemoveRule removeRule(String project, String region, String firewallPolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.firewallPolicy - Name of the firewall policy to update.IOExceptionpublic Compute.RegionNetworkFirewallPolicies.SetIamPolicy setIamPolicy(String project, String region, String resource, RegionSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the RegionSetPolicyRequestIOExceptionpublic Compute.RegionNetworkFirewallPolicies.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.