Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayRouteTableSummary
-
Packages that use IngressGatewayRouteTableSummary Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model -
-
Uses of IngressGatewayRouteTableSummary in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return types with arguments of type IngressGatewayRouteTableSummary Modifier and Type Method Description Iterable<IngressGatewayRouteTableSummary>
ServiceMeshPaginators. listIngressGatewayRouteTablesRecordIterator(ListIngressGatewayRouteTablesRequest request)
Creates a new iterable which will iterate over theIngressGatewayRouteTableSummary
objects contained in responses from the listIngressGatewayRouteTables operation. -
Uses of IngressGatewayRouteTableSummary in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewayRouteTableSummary Modifier and Type Method Description IngressGatewayRouteTableSummary
IngressGatewayRouteTableSummary.Builder. build()
Methods in com.oracle.bmc.servicemesh.model that return types with arguments of type IngressGatewayRouteTableSummary Modifier and Type Method Description List<IngressGatewayRouteTableSummary>
IngressGatewayRouteTableCollection. getItems()
List of ingress gateway route tables.Methods in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayRouteTableSummary Modifier and Type Method Description IngressGatewayRouteTableSummary.Builder
IngressGatewayRouteTableSummary.Builder. copy(IngressGatewayRouteTableSummary model)
Method parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewayRouteTableSummary Modifier and Type Method Description IngressGatewayRouteTableCollection.Builder
IngressGatewayRouteTableCollection.Builder. items(List<IngressGatewayRouteTableSummary> items)
List of ingress gateway route tables.Constructor parameters in com.oracle.bmc.servicemesh.model with type arguments of type IngressGatewayRouteTableSummary Constructor Description IngressGatewayRouteTableCollection(List<IngressGatewayRouteTableSummary> items)
Deprecated.
-