| Modifier and Type | Class and Description |
|---|---|
class |
Compute.Routers.AggregatedList |
class |
Compute.Routers.Delete |
class |
Compute.Routers.DeleteRoutePolicy |
class |
Compute.Routers.Get |
class |
Compute.Routers.GetNatIpInfo |
class |
Compute.Routers.GetNatMappingInfo |
class |
Compute.Routers.GetRoutePolicy |
class |
Compute.Routers.GetRouterStatus |
class |
Compute.Routers.Insert |
class |
Compute.Routers.List |
class |
Compute.Routers.ListBgpRoutes |
class |
Compute.Routers.ListRoutePolicies |
class |
Compute.Routers.Patch |
class |
Compute.Routers.PatchRoutePolicy |
class |
Compute.Routers.Preview |
class |
Compute.Routers.Update |
class |
Compute.Routers.UpdateRoutePolicy |
| Constructor and Description |
|---|
Routers() |
| Modifier and Type | Method and Description |
|---|---|
Compute.Routers.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of routers.
|
Compute.Routers.Delete |
delete(String project,
String region,
String router)
Deletes the specified Router resource.
|
Compute.Routers.DeleteRoutePolicy |
deleteRoutePolicy(String project,
String region,
String router)
Deletes Route Policy
Create a request for the method "routers.deleteRoutePolicy".
|
Compute.Routers.Get |
get(String project,
String region,
String router)
Returns the specified Router resource.
|
Compute.Routers.GetNatIpInfo |
getNatIpInfo(String project,
String region,
String router)
Retrieves runtime NAT IP information.
|
Compute.Routers.GetNatMappingInfo |
getNatMappingInfo(String project,
String region,
String router)
Retrieves runtime Nat mapping information of VM endpoints.
|
Compute.Routers.GetRoutePolicy |
getRoutePolicy(String project,
String region,
String router)
Returns specified Route Policy
Create a request for the method "routers.getRoutePolicy".
|
Compute.Routers.GetRouterStatus |
getRouterStatus(String project,
String region,
String router)
Retrieves runtime information of the specified router.
|
Compute.Routers.Insert |
insert(String project,
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(String project,
String region)
Retrieves a list of Router resources available to the specified project.
|
Compute.Routers.ListBgpRoutes |
listBgpRoutes(String project,
String region,
String router)
Retrieves a list of router bgp routes available to the specified project.
|
Compute.Routers.ListRoutePolicies |
listRoutePolicies(String project,
String region,
String router)
Retrieves a list of router route policy subresources available to the specified project.
|
Compute.Routers.Patch |
patch(String project,
String region,
String router,
Router content)
Patches the specified Router resource with the data included in the request.
|
Compute.Routers.PatchRoutePolicy |
patchRoutePolicy(String project,
String region,
String router,
RoutePolicy content)
Patches Route Policy
Create a request for the method "routers.patchRoutePolicy".
|
Compute.Routers.Preview |
preview(String project,
String region,
String router,
Router content)
Preview fields auto-generated during router create andupdate operations.
|
Compute.Routers.Update |
update(String project,
String region,
String router,
Router content)
Updates the specified Router resource with the data included in the request.
|
Compute.Routers.UpdateRoutePolicy |
updateRoutePolicy(String project,
String region,
String router,
RoutePolicy content)
Updates or creates new Route Policy
Create a request for the method "routers.updateRoutePolicy".
|
public Compute.Routers.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.Routers.Delete delete(String project, String region, String router) throws 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.IOExceptionpublic Compute.Routers.DeleteRoutePolicy deleteRoutePolicy(String project, String region, String router) throws 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 where Route Policy is defined.IOExceptionpublic Compute.Routers.Get get(String project, String region, String router) throws 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.IOExceptionpublic Compute.Routers.GetNatIpInfo getNatIpInfo(String project, String region, String router) throws 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 for Nat IP information. The name
should conform to RFC1035.IOExceptionpublic Compute.Routers.GetNatMappingInfo getNatMappingInfo(String project, String region, String router) throws 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 for Nat Mapping information of
VM endpoints.IOExceptionpublic Compute.Routers.GetRoutePolicy getRoutePolicy(String project, String region, String router) throws 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 for the route policy. The name should
conform to RFC1035.IOExceptionpublic Compute.Routers.GetRouterStatus getRouterStatus(String project, String region, String router) throws 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.IOExceptionpublic Compute.Routers.Insert insert(String project, String region, Router content) throws 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 RouterIOExceptionpublic Compute.Routers.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.IOExceptionpublic Compute.Routers.ListBgpRoutes listBgpRoutes(String project, String region, String router) throws 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 or id of the resource for this request.
Name should conform to RFC1035.IOExceptionpublic Compute.Routers.ListRoutePolicies listRoutePolicies(String project, String region, String router) throws 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 or id of the resource for this request.
Name should conform to RFC1035.IOExceptionpublic Compute.Routers.Patch patch(String project, String region, String router, Router content) throws 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 patch.content - the RouterIOExceptionpublic Compute.Routers.PatchRoutePolicy patchRoutePolicy(String project, String region, String router, RoutePolicy content) throws 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 where Route Policy is defined.content - the RoutePolicyIOExceptionpublic Compute.Routers.Preview preview(String project, String region, String router, Router content) throws 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 RouterIOExceptionpublic Compute.Routers.Update update(String project, String region, String router, Router content) throws 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 RouterIOExceptionpublic Compute.Routers.UpdateRoutePolicy updateRoutePolicy(String project, String region, String router, RoutePolicy content) throws 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 where Route Policy is defined.content - the RoutePolicyIOExceptionCopyright © 2011–2025 Google. All rights reserved.