public class Compute.Routers
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Routers.AggregatedList |
class |
Compute.Routers.Delete |
class |
Compute.Routers.Get |
class |
Compute.Routers.GetRouterStatus |
class |
Compute.Routers.Insert |
class |
Compute.Routers.List |
class |
Compute.Routers.Patch |
class |
Compute.Routers.Preview |
class |
Compute.Routers.Update |
Constructor and Description |
---|
Compute.Routers() |
Modifier and Type | Method and Description |
---|---|
Compute.Routers.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves an aggregated list of routers.
|
Compute.Routers.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String router)
Deletes the specified Router resource.
|
Compute.Routers.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String router)
Returns the specified Router resource.
|
Compute.Routers.GetRouterStatus |
getRouterStatus(java.lang.String project,
java.lang.String region,
java.lang.String router)
Retrieves runtime information of the specified router.
|
Compute.Routers.Insert |
insert(java.lang.String project,
java.lang.String region,
Router content)
Creates a Router resource in the specified project and region using the data included in the
request.
|
Compute.Routers.List |
list(java.lang.String project,
java.lang.String region)
Retrieves a list of Router resources available to the specified project.
|
Compute.Routers.Patch |
patch(java.lang.String project,
java.lang.String region,
java.lang.String router,
Router content)
Updates the specified Router resource with the data included in the request.
|
Compute.Routers.Preview |
preview(java.lang.String project,
java.lang.String region,
java.lang.String router,
Router content)
Preview fields auto-generated during router create and update operations.
|
Compute.Routers.Update |
update(java.lang.String project,
java.lang.String region,
java.lang.String router,
Router content)
Updates the specified Router resource with the data included in the request.
|
public Compute.Routers.AggregatedList aggregatedList(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.Routers.Delete delete(java.lang.String project, java.lang.String region, java.lang.String router) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.router
- Name of the Router resource to delete.java.io.IOException
public Compute.Routers.Get get(java.lang.String project, java.lang.String region, java.lang.String router) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.router
- Name of the Router resource to return.java.io.IOException
public Compute.Routers.GetRouterStatus getRouterStatus(java.lang.String project, java.lang.String region, java.lang.String router) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.router
- Name of the Router resource to query.java.io.IOException
public Compute.Routers.Insert insert(java.lang.String project, java.lang.String region, Router content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.content
- the Router
java.io.IOException
public Compute.Routers.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.java.io.IOException
public Compute.Routers.Patch patch(java.lang.String project, java.lang.String region, java.lang.String router, Router content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.router
- Name of the Router resource to update.content
- the Router
java.io.IOException
public Compute.Routers.Preview preview(java.lang.String project, java.lang.String region, java.lang.String router, Router content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.router
- Name of the Router resource to query.content
- the Router
java.io.IOException
public Compute.Routers.Update update(java.lang.String project, java.lang.String region, java.lang.String router, Router content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.router
- Name of the Router resource to update.content
- the Router
java.io.IOException