public class Compute.Networks
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Networks.Delete |
class |
Compute.Networks.Get |
class |
Compute.Networks.Insert |
class |
Compute.Networks.List |
Constructor and Description |
---|
Compute.Networks() |
Modifier and Type | Method and Description |
---|---|
Compute.Networks.Delete |
delete(java.lang.String project,
java.lang.String network)
Deletes the specified network resource.
|
Compute.Networks.Get |
get(java.lang.String project,
java.lang.String network)
Returns the specified network resource.
|
Compute.Networks.Insert |
insert(java.lang.String project,
Network content)
Creates a network resource in the specified project using the data included in the request.
|
Compute.Networks.List |
list(java.lang.String project)
Retrieves the list of network resources available to the specified project.
|
public Compute.Networks.Delete delete(java.lang.String project, java.lang.String network) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.network
- Name of the network resource to delete.java.io.IOException
public Compute.Networks.Get get(java.lang.String project, java.lang.String network) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.network
- Name of the network resource to return.java.io.IOException
public Compute.Networks.Insert insert(java.lang.String project, Network content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.content
- the Network
java.io.IOException
public Compute.Networks.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.java.io.IOException