| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.Firewalls.Delete  | 
class  | 
Compute.Firewalls.Get  | 
class  | 
Compute.Firewalls.Insert  | 
class  | 
Compute.Firewalls.List  | 
class  | 
Compute.Firewalls.Patch  | 
class  | 
Compute.Firewalls.TestIamPermissions  | 
class  | 
Compute.Firewalls.Update  | 
| Constructor and Description | 
|---|
Firewalls()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.Firewalls.Delete | 
delete(String project,
      String firewall)
Deletes the specified firewall. 
 | 
Compute.Firewalls.Get | 
get(String project,
   String firewall)
Returns the specified firewall. 
 | 
Compute.Firewalls.Insert | 
insert(String project,
      Firewall content)
Creates a firewall rule in the specified project using the data included in the request. 
 | 
Compute.Firewalls.List | 
list(String project)
Retrieves the list of firewall rules available to the specified project. 
 | 
Compute.Firewalls.Patch | 
patch(String project,
     String firewall,
     Firewall content)
Updates the specified firewall rule with the data included in the request. 
 | 
Compute.Firewalls.TestIamPermissions | 
testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
Compute.Firewalls.Update | 
update(String project,
      String firewall,
      Firewall content)
Updates the specified firewall rule with the data included in the request. 
 | 
public Compute.Firewalls.Delete delete(String project, String firewall) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.firewall - Name of the firewall rule to delete.IOExceptionpublic Compute.Firewalls.Get get(String project, String firewall) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.firewall - Name of the firewall rule to return.IOExceptionpublic Compute.Firewalls.Insert insert(String project, Firewall content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the FirewallIOExceptionpublic Compute.Firewalls.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.Firewalls.Patch patch(String project, String firewall, Firewall content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.firewall - Name of the firewall rule to patch.content - the FirewallIOExceptionpublic Compute.Firewalls.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionpublic Compute.Firewalls.Update update(String project, String firewall, Firewall content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.firewall - Name of the firewall rule to update.content - the FirewallIOExceptionCopyright © 2011–2020 Google. All rights reserved.