Uses of Class
com.oracle.bmc.opsi.model.ImportableComputeEntitySummary
-
Packages that use ImportableComputeEntitySummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of ImportableComputeEntitySummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type ImportableComputeEntitySummary Modifier and Type Method Description Iterable<ImportableComputeEntitySummary>
OperationsInsightsPaginators. listImportableComputeEntitiesRecordIterator(ListImportableComputeEntitiesRequest request)
Creates a new iterable which will iterate over theImportableComputeEntitySummary
objects contained in responses from the listImportableComputeEntities operation. -
Uses of ImportableComputeEntitySummary in com.oracle.bmc.opsi.model
Subclasses of ImportableComputeEntitySummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
CloudImportableComputeEntitySummary
A compute host entity that can be imported into Operations Insights.Methods in com.oracle.bmc.opsi.model that return types with arguments of type ImportableComputeEntitySummary Modifier and Type Method Description List<ImportableComputeEntitySummary>
ImportableComputeEntitySummaryCollection. getItems()
Array of importable compute entity objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type ImportableComputeEntitySummary Modifier and Type Method Description ImportableComputeEntitySummaryCollection.Builder
ImportableComputeEntitySummaryCollection.Builder. items(List<ImportableComputeEntitySummary> items)
Array of importable compute entity objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ImportableComputeEntitySummary Constructor Description ImportableComputeEntitySummaryCollection(List<ImportableComputeEntitySummary> items)
Deprecated.
-