Uses of Class
com.ibm.cloud.is.vpc.v1.model.RoutingTableIdentity
Packages that use RoutingTableIdentity
-
Uses of RoutingTableIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of RoutingTableIdentity in com.ibm.cloud.is.vpc.v1.modelModifier and TypeClassDescriptionclassRoutingTableIdentityByCRN.classRoutingTableIdentityByHref.classRoutingTableIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return RoutingTableIdentityModifier and TypeMethodDescriptionSubnetPatch.routingTable()Gets the routingTable.SubnetPrototype.routingTable()Gets the routingTable.ReplaceSubnetRoutingTableOptions.routingTableIdentity()Gets the routingTableIdentity.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type RoutingTableIdentityModifier and TypeMethodDescriptionSubnetPatch.Builder.routingTable(RoutingTableIdentity routingTable) Set the routingTable.SubnetPrototypeSubnetByCIDR.Builder.routingTable(RoutingTableIdentity routingTable) Set the routingTable.SubnetPrototypeSubnetByTotalCount.Builder.routingTable(RoutingTableIdentity routingTable) Set the routingTable.ReplaceSubnetRoutingTableOptions.Builder.routingTableIdentity(RoutingTableIdentity routingTableIdentity) Set the routingTableIdentity.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type RoutingTableIdentityModifierConstructorDescriptionBuilder(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.