Uses of Class
com.oracle.bmc.core.model.ComputeNetworkBlockSummary
-
Packages that use ComputeNetworkBlockSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ComputeNetworkBlockSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ComputeNetworkBlockSummary Modifier and Type Method Description Iterable<ComputeNetworkBlockSummary>
ComputePaginators. listComputeCapacityTopologyComputeNetworkBlocksRecordIterator(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Creates a new iterable which will iterate over theComputeNetworkBlockSummary
objects contained in responses from the listComputeCapacityTopologyComputeNetworkBlocks operation. -
Uses of ComputeNetworkBlockSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeNetworkBlockSummary Modifier and Type Method Description ComputeNetworkBlockSummary
ComputeNetworkBlockSummary.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type ComputeNetworkBlockSummary Modifier and Type Method Description List<ComputeNetworkBlockSummary>
ComputeNetworkBlockCollection. getItems()
The list of compute network blocks.Methods in com.oracle.bmc.core.model with parameters of type ComputeNetworkBlockSummary Modifier and Type Method Description ComputeNetworkBlockSummary.Builder
ComputeNetworkBlockSummary.Builder. copy(ComputeNetworkBlockSummary model)
Method parameters in com.oracle.bmc.core.model with type arguments of type ComputeNetworkBlockSummary Modifier and Type Method Description ComputeNetworkBlockCollection.Builder
ComputeNetworkBlockCollection.Builder. items(List<ComputeNetworkBlockSummary> items)
The list of compute network blocks.Constructor parameters in com.oracle.bmc.core.model with type arguments of type ComputeNetworkBlockSummary Constructor Description ComputeNetworkBlockCollection(List<ComputeNetworkBlockSummary> items)
Deprecated.
-