Uses of Class
com.oracle.bmc.core.model.ClusterNetworkSummary
-
Packages that use ClusterNetworkSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of ClusterNetworkSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ClusterNetworkSummary Modifier and Type Method Description Iterable<ClusterNetworkSummary>
ComputeManagementPaginators. listClusterNetworksRecordIterator(ListClusterNetworksRequest request)
Creates a new iterable which will iterate over theClusterNetworkSummary
objects contained in responses from the listClusterNetworks operation. -
Uses of ClusterNetworkSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ClusterNetworkSummary Modifier and Type Method Description ClusterNetworkSummary
ClusterNetworkSummary.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ClusterNetworkSummary Modifier and Type Method Description ClusterNetworkSummary.Builder
ClusterNetworkSummary.Builder. copy(ClusterNetworkSummary model)
-
Uses of ClusterNetworkSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type ClusterNetworkSummary Modifier and Type Method Description List<ClusterNetworkSummary>
ListClusterNetworksResponse. getItems()
A list of com.oracle.bmc.core.model.ClusterNetworkSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type ClusterNetworkSummary Modifier and Type Method Description ListClusterNetworksResponse.Builder
ListClusterNetworksResponse.Builder. items(List<ClusterNetworkSummary> items)
A list of com.oracle.bmc.core.model.ClusterNetworkSummary instances.
-