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 classRoutingTableIdentityByHrefRoutingTableIdentityByHref.classRoutingTableIdentityByIdRoutingTableIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return RoutingTableIdentity Modifier and Type Method Description RoutingTableIdentitySubnetPatch. routingTable()Gets the routingTable.RoutingTableIdentitySubnetPrototype. routingTable()Gets the routingTable.RoutingTableIdentityReplaceSubnetRoutingTableOptions. routingTableIdentity()Gets the routingTableIdentity.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type RoutingTableIdentity Modifier and Type Method Description SubnetPatch.BuilderSubnetPatch.Builder. routingTable(RoutingTableIdentity routingTable)Set the routingTable.SubnetPrototypeSubnetByCIDR.BuilderSubnetPrototypeSubnetByCIDR.Builder. routingTable(RoutingTableIdentity routingTable)Set the routingTable.SubnetPrototypeSubnetByTotalCount.BuilderSubnetPrototypeSubnetByTotalCount.Builder. routingTable(RoutingTableIdentity routingTable)Set the routingTable.ReplaceSubnetRoutingTableOptions.BuilderReplaceSubnetRoutingTableOptions.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 routingTableIdentityByHref)Instantiates a new Builder from an existing RoutingTableIdentityByHref instance.Builder(RoutingTableIdentity routingTableIdentityById)Instantiates a new Builder from an existing RoutingTableIdentityById instance.
-