| Modifier and Type | Class and Description |
|---|---|
class |
Compute.Routers.AggregatedList |
class |
Compute.Routers.Delete |
class |
Compute.Routers.DeleteNamedSet |
class |
Compute.Routers.DeleteRoutePolicy |
class |
Compute.Routers.Get |
class |
Compute.Routers.GetNamedSet |
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.ListNamedSets |
class |
Compute.Routers.ListRoutePolicies |
class |
Compute.Routers.Patch |
class |
Compute.Routers.Preview |
class |
Compute.Routers.TestIamPermissions |
class |
Compute.Routers.Update |
class |
Compute.Routers.UpdateNamedSet |
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.DeleteNamedSet |
deleteNamedSet(String project,
String region,
String router)
Deletes Named Set
Create a request for the method "routers.deleteNamedSet".
|
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.GetNamedSet |
getNamedSet(String project,
String region,
String router)
Returns specified Named Set
Create a request for the method "routers.getNamedSet".
|
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.ListNamedSets |
listNamedSets(String project,
String region,
String router)
Retrieves a list of router named set subresources 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.Preview |
preview(String project,
String region,
String router,
Router content)
Preview fields auto-generated during router create and update operations.
|
Compute.Routers.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
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.UpdateNamedSet |
updateNamedSet(String project,
String region,
String router,
NamedSet content)
Updates or creates new Named Set
Create a request for the method "routers.updateNamedSet".
|
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.DeleteNamedSet deleteNamedSet(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 Named Set is defined.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.GetNamedSet getNamedSet(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 named set. The name should conform to RFC1035.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.ListNamedSets listNamedSets(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.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.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionpublic 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.UpdateNamedSet updateNamedSet(String project, String region, String router, NamedSet 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 Named Set is defined.content - the NamedSetIOExceptionpublic 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–2024 Google. All rights reserved.