Uses of Class
com.oracle.bmc.opsi.model.ExadataInsightSummary
-
Packages that use ExadataInsightSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of ExadataInsightSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type ExadataInsightSummary Modifier and Type Method Description Iterable<ExadataInsightSummary>
OperationsInsightsPaginators. listExadataInsightsRecordIterator(ListExadataInsightsRequest request)
Creates a new iterable which will iterate over theExadataInsightSummary
objects contained in responses from the listExadataInsights operation. -
Uses of ExadataInsightSummary in com.oracle.bmc.opsi.model
Subclasses of ExadataInsightSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
EmManagedExternalExadataInsightSummary
Summary of an Exadata insight resource.class
MacsManagedCloudExadataInsightSummary
Summary of a Cloud MACS-managed Exadata insight resource (ExaCC).class
PeComanagedExadataInsightSummary
Summary of a Private endpoint managed Exadata insight resource (ExaCS).Methods in com.oracle.bmc.opsi.model that return types with arguments of type ExadataInsightSummary Modifier and Type Method Description List<ExadataInsightSummary>
ExadataInsightSummaryCollection. getItems()
Array of Exadata insight summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type ExadataInsightSummary Modifier and Type Method Description ExadataInsightSummaryCollection.Builder
ExadataInsightSummaryCollection.Builder. items(List<ExadataInsightSummary> items)
Array of Exadata insight summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ExadataInsightSummary Constructor Description ExadataInsightSummaryCollection(List<ExadataInsightSummary> items)
Deprecated.
-