Uses of Class
com.ibm.cloud.is.vpc.v1.model.Route
-
Packages that use Route Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
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 Route Modifier and Type Method Description com.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 Route Modifier and Type Method Description List<Route>VpcRoutingTableRoutesPager. getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<Route>VpcRoutingTableRoutesPager. getNext()Returns the next page of results.List<Route>RouteCollection. getRoutes()Gets the routes.
-