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