|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.compute.Compute.Routes
public class Compute.Routes
The "routes" collection of methods.
Nested Class Summary | |
---|---|
class |
Compute.Routes.Delete
|
class |
Compute.Routes.Get
|
class |
Compute.Routes.Insert
|
class |
Compute.Routes.List
|
Constructor Summary | |
---|---|
Compute.Routes()
|
Method Summary | |
---|---|
Compute.Routes.Delete |
delete(String project,
String route)
Deletes the specified route resource. |
Compute.Routes.Get |
get(String project,
String route)
Returns the specified route resource. |
Compute.Routes.Insert |
insert(String project,
Route content)
Creates a route resource in the specified project using the data included in the request. |
Compute.Routes.List |
list(String project)
Retrieves the list of route 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.Routes()
Method Detail |
---|
public Compute.Routes.Delete delete(String project, String route) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.route
- Name of the route resource to delete.
IOException
public Compute.Routes.Get get(String project, String route) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.route
- Name of the route resource to return.
IOException
public Compute.Routes.Insert insert(String project, Route content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
project
- Name of the project scoping this request.content
- the Route
IOException
public Compute.Routes.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 |