|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.compute.Compute.Networks
public class Compute.Networks
The "networks" collection of methods.
Nested Class Summary | |
---|---|
class |
Compute.Networks.Delete
|
class |
Compute.Networks.Get
|
class |
Compute.Networks.Insert
|
class |
Compute.Networks.List
|
Constructor Summary | |
---|---|
Compute.Networks()
|
Method Summary | |
---|---|
Compute.Networks.Delete |
delete(String project,
String network)
Deletes the specified network resource. |
Compute.Networks.Get |
get(String project,
String network)
Returns the specified network resource. |
Compute.Networks.Insert |
insert(String project,
Network content)
Creates a network resource in the specified project using the data included in the request. |
Compute.Networks.List |
list(String project)
Retrieves the list of network resources available to the specified project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Compute.Networks()
Method Detail |
---|
public Compute.Networks.Delete delete(String project, String network) throws 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.
IOException
public Compute.Networks.Get get(String project, String network) throws 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.
IOException
public Compute.Networks.Insert insert(String project, Network content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.content
- the Network
IOException
public Compute.Networks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |