Uses of Class
com.oracle.bmc.core.model.DedicatedVmHostSummary
-
Packages that use DedicatedVmHostSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of DedicatedVmHostSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type DedicatedVmHostSummary Modifier and Type Method Description Iterable<DedicatedVmHostSummary>ComputePaginators. listDedicatedVmHostsRecordIterator(ListDedicatedVmHostsRequest request)Creates a new iterable which will iterate over theDedicatedVmHostSummaryobjects contained in responses from the listDedicatedVmHosts operation. -
Uses of DedicatedVmHostSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DedicatedVmHostSummary Modifier and Type Method Description DedicatedVmHostSummaryDedicatedVmHostSummary.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type DedicatedVmHostSummary Modifier and Type Method Description DedicatedVmHostSummary.BuilderDedicatedVmHostSummary.Builder. copy(DedicatedVmHostSummary model) -
Uses of DedicatedVmHostSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type DedicatedVmHostSummary Modifier and Type Method Description List<DedicatedVmHostSummary>ListDedicatedVmHostsResponse. getItems()A list of com.oracle.bmc.core.model.DedicatedVmHostSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type DedicatedVmHostSummary Modifier and Type Method Description ListDedicatedVmHostsResponse.BuilderListDedicatedVmHostsResponse.Builder. items(List<DedicatedVmHostSummary> items)A list of com.oracle.bmc.core.model.DedicatedVmHostSummary instances.
-