public class Compute.Firewalls
extends java.lang.Object
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.Update |
Constructor and Description |
---|
Firewalls() |
Modifier and Type | Method and Description |
---|---|
Compute.Firewalls.Delete |
delete(java.lang.String project,
java.lang.String firewall)
Deletes the specified firewall.
|
Compute.Firewalls.Get |
get(java.lang.String project,
java.lang.String firewall)
Returns the specified firewall.
|
Compute.Firewalls.Insert |
insert(java.lang.String project,
Firewall content)
Creates a firewall rule in the specified project using the data included in the request.
|
Compute.Firewalls.List |
list(java.lang.String project)
Retrieves the list of firewall rules available to the specified project.
|
Compute.Firewalls.Patch |
patch(java.lang.String project,
java.lang.String firewall,
Firewall content)
Updates the specified firewall rule with the data included in the request.
|
Compute.Firewalls.Update |
update(java.lang.String project,
java.lang.String firewall,
Firewall content)
Updates the specified firewall rule with the data included in the request.
|
public Compute.Firewalls.Delete delete(java.lang.String project, java.lang.String firewall) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.firewall
- Name of the firewall rule to delete.java.io.IOException
public Compute.Firewalls.Get get(java.lang.String project, java.lang.String firewall) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.firewall
- Name of the firewall rule to return.java.io.IOException
public Compute.Firewalls.Insert insert(java.lang.String project, Firewall content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.content
- the Firewall
java.io.IOException
public Compute.Firewalls.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException
public Compute.Firewalls.Patch patch(java.lang.String project, java.lang.String firewall, Firewall content) throws java.io.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 Firewall
java.io.IOException
public Compute.Firewalls.Update update(java.lang.String project, java.lang.String firewall, Firewall content) throws java.io.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 Firewall
java.io.IOException