Uses of Class
com.ibm.cloud.is.vpc.v1.model.Route
Packages that use Route
Package
Description
Virtual Private Cloud API v1.
-
Uses of Route in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type RouteModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<Route> Vpc.createVpcRoute
(CreateVpcRouteOptions createVpcRouteOptions) Deprecated.this method is deprecated and may be removed in a future releasecom.ibm.cloud.sdk.core.http.ServiceCall
<Route> Vpc.createVpcRoutingTableRoute
(CreateVpcRoutingTableRouteOptions createVpcRoutingTableRouteOptions) Create a route in a VPC routing table.com.ibm.cloud.sdk.core.http.ServiceCall
<Route> Vpc.getVpcRoute
(GetVpcRouteOptions getVpcRouteOptions) Deprecated.this method is deprecated and may be removed in a future releasecom.ibm.cloud.sdk.core.http.ServiceCall
<Route> Vpc.getVpcRoutingTableRoute
(GetVpcRoutingTableRouteOptions getVpcRoutingTableRouteOptions) Retrieve a VPC routing table route.com.ibm.cloud.sdk.core.http.ServiceCall
<Route> Vpc.updateVpcRoute
(UpdateVpcRouteOptions updateVpcRouteOptions) Deprecated.this method is deprecated and may be removed in a future releasecom.ibm.cloud.sdk.core.http.ServiceCall
<Route> Vpc.updateVpcRoutingTableRoute
(UpdateVpcRoutingTableRouteOptions updateVpcRoutingTableRouteOptions) Update a VPC routing table route. -
Uses of Route in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type RouteModifier and TypeMethodDescriptionVpcRoutesPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.VpcRoutingTableRoutesPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.VpcRoutesPager.getNext()
Returns the next page of results.VpcRoutingTableRoutesPager.getNext()
Returns the next page of results.RouteCollection.getRoutes()
Gets the routes.RouteCollectionVPCContext.getRoutes()
Gets the routes.