Uses of Class
com.oracle.bmc.opsi.model.HostInsightSummary
-
Packages that use HostInsightSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of HostInsightSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type HostInsightSummary Modifier and Type Method Description Iterable<HostInsightSummary>
OperationsInsightsPaginators. listHostInsightsRecordIterator(ListHostInsightsRequest request)
Creates a new iterable which will iterate over theHostInsightSummary
objects contained in responses from the listHostInsights operation. -
Uses of HostInsightSummary in com.oracle.bmc.opsi.model
Subclasses of HostInsightSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
EmManagedExternalHostInsightSummary
Summary of an EM-managed external host insight resource.class
MacsManagedCloudDatabaseHostInsightSummary
Summary of a Cloud MACS-managed database host insight resource.class
MacsManagedCloudHostInsightSummary
Summary of a MACS-managed cloud host insight resource.class
MacsManagedExternalHostInsightSummary
Summary of a MACS-managed external host insight resource.class
PeComanagedHostInsightSummary
Summary of a Private Endpoint host insight resource.Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostInsightSummary Modifier and Type Method Description List<HostInsightSummary>
HostInsightSummaryCollection. getItems()
Array of host insight summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type HostInsightSummary Modifier and Type Method Description HostInsightSummaryCollection.Builder
HostInsightSummaryCollection.Builder. items(List<HostInsightSummary> items)
Array of host insight summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostInsightSummary Constructor Description HostInsightSummaryCollection(List<HostInsightSummary> items)
Deprecated.
-