Uses of Class
com.ibm.cloud.is.vpc.v1.model.RoutingTable
Packages that use RoutingTable
Package
Description
Virtual Private Cloud API v1.
-
Uses of RoutingTable in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type RoutingTableModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<RoutingTable> Vpc.createVpcRoutingTable(CreateVpcRoutingTableOptions createVpcRoutingTableOptions) Create a routing table for a VPC.com.ibm.cloud.sdk.core.http.ServiceCall<RoutingTable> Vpc.getSubnetRoutingTable(GetSubnetRoutingTableOptions getSubnetRoutingTableOptions) Retrieve a subnet's attached routing table.com.ibm.cloud.sdk.core.http.ServiceCall<RoutingTable> Vpc.getVpcRoutingTable(GetVpcRoutingTableOptions getVpcRoutingTableOptions) Retrieve a VPC routing table.com.ibm.cloud.sdk.core.http.ServiceCall<RoutingTable> Vpc.replaceSubnetRoutingTable(ReplaceSubnetRoutingTableOptions replaceSubnetRoutingTableOptions) Replace the routing table for a subnet.com.ibm.cloud.sdk.core.http.ServiceCall<RoutingTable> Vpc.updateVpcRoutingTable(UpdateVpcRoutingTableOptions updateVpcRoutingTableOptions) Update a VPC routing table. -
Uses of RoutingTable in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type RoutingTableModifier and TypeMethodDescriptionVpcRoutingTablesPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.VpcRoutingTablesPager.getNext()Returns the next page of results.RoutingTableCollection.getRoutingTables()Gets the routingTables.