Uses of Class
com.ibm.cloud.is.vpc.v1.model.RoutingTableIdentity
-
Packages that use RoutingTableIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of RoutingTableIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of RoutingTableIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
RoutingTableIdentityByCRN
RoutingTableIdentityByCRN.class
RoutingTableIdentityByHref
RoutingTableIdentityByHref.class
RoutingTableIdentityById
RoutingTableIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return RoutingTableIdentity Modifier and Type Method Description RoutingTableIdentity
SubnetPatch. routingTable()
Gets the routingTable.RoutingTableIdentity
SubnetPrototype. routingTable()
Gets the routingTable.RoutingTableIdentity
ReplaceSubnetRoutingTableOptions. routingTableIdentity()
Gets the routingTableIdentity.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type RoutingTableIdentity Modifier and Type Method Description SubnetPatch.Builder
SubnetPatch.Builder. routingTable(RoutingTableIdentity routingTable)
Set the routingTable.SubnetPrototypeSubnetByCIDR.Builder
SubnetPrototypeSubnetByCIDR.Builder. routingTable(RoutingTableIdentity routingTable)
Set the routingTable.SubnetPrototypeSubnetByTotalCount.Builder
SubnetPrototypeSubnetByTotalCount.Builder. routingTable(RoutingTableIdentity routingTable)
Set the routingTable.ReplaceSubnetRoutingTableOptions.Builder
ReplaceSubnetRoutingTableOptions.Builder. routingTableIdentity(RoutingTableIdentity routingTableIdentity)
Set the routingTableIdentity.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type RoutingTableIdentity Constructor Description Builder(String id, RoutingTableIdentity routingTableIdentity)
Instantiates a new builder with required properties.Builder(RoutingTableIdentity routingTableIdentityByCrn)
Instantiates a new Builder from an existing RoutingTableIdentityByCRN instance.Builder(RoutingTableIdentity routingTableIdentityByHref)
Instantiates a new Builder from an existing RoutingTableIdentityByHref instance.Builder(RoutingTableIdentity routingTableIdentityById)
Instantiates a new Builder from an existing RoutingTableIdentityById instance.
-