Uses of Class
com.oracle.bmc.opsi.model.HostConfigurationSummary
-
Packages that use HostConfigurationSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of HostConfigurationSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type HostConfigurationSummary Modifier and Type Method Description Iterable<HostConfigurationSummary>
OperationsInsightsPaginators. listHostConfigurationsRecordIterator(ListHostConfigurationsRequest request)
Creates a new iterable which will iterate over theHostConfigurationSummary
objects contained in responses from the listHostConfigurations operation. -
Uses of HostConfigurationSummary in com.oracle.bmc.opsi.model
Subclasses of HostConfigurationSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
EmManagedExternalHostConfigurationSummary
Configuration summary of a EM Managed External host.class
MacsManagedCloudDbHostConfigurationSummary
Configuration Summary of Cloud MACS-managed database host insight resource.class
MacsManagedCloudHostConfigurationSummary
Configuration Summary of a Macs Managed Cloud host.class
MacsManagedExternalHostConfigurationSummary
Configuration Summary of a Macs Managed External host.class
PeComanagedHostConfigurationSummary
Configuration Summary of a PeComanaged host.Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostConfigurationSummary Modifier and Type Method Description List<HostConfigurationSummary>
HostConfigurationCollection. getItems()
Array of host insight configurations summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type HostConfigurationSummary Modifier and Type Method Description HostConfigurationCollection.Builder
HostConfigurationCollection.Builder. items(List<HostConfigurationSummary> items)
Array of host insight configurations summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostConfigurationSummary Constructor Description HostConfigurationCollection(List<HostConfigurationSummary> items)
Deprecated.
-