Uses of Class
com.oracle.bmc.opsi.model.HostConfigurationMetricGroup
-
Packages that use HostConfigurationMetricGroup Package Description com.oracle.bmc.opsi.model -
-
Uses of HostConfigurationMetricGroup in com.oracle.bmc.opsi.model
Subclasses of HostConfigurationMetricGroup in com.oracle.bmc.opsi.model Modifier and Type Class Description class
HostContainers
Host Containers details
Note: Objects should always be created or deserialized using theHostContainers.Builder
.class
HostCpuHardwareConfiguration
CPU Hardware Configuration metric for the host
Note: Objects should always be created or deserialized using theHostCpuHardwareConfiguration.Builder
.class
HostEntities
Database entities running on the host
Note: Objects should always be created or deserialized using theHostEntities.Builder
.class
HostFilesystemConfiguration
Filesystem Configuration metric for the host.class
HostGpuConfiguration
GPU configuration metrics
Note: Objects should always be created or deserialized using theHostGpuConfiguration.Builder
.class
HostHardwareConfiguration
Hardware Configuration metric for the host
Note: Objects should always be created or deserialized using theHostHardwareConfiguration.Builder
.class
HostMemoryConfiguration
Memory Configuration metric for the host
Note: Objects should always be created or deserialized using theHostMemoryConfiguration.Builder
.class
HostNetworkConfiguration
Network Configuration metric for the host
Note: Objects should always be created or deserialized using theHostNetworkConfiguration.Builder
.class
HostProduct
Product metric for the host
Note: Objects should always be created or deserialized using theHostProduct.Builder
.class
HostResourceAllocation
Resource Allocation metric for the host
Note: Objects should always be created or deserialized using theHostResourceAllocation.Builder
.Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostConfigurationMetricGroup Modifier and Type Method Description List<HostConfigurationMetricGroup>
IngestHostConfigurationDetails. getItems()
Collection of one or more host configuration metric data pointsMethod parameters in com.oracle.bmc.opsi.model with type arguments of type HostConfigurationMetricGroup Modifier and Type Method Description IngestHostConfigurationDetails.Builder
IngestHostConfigurationDetails.Builder. items(List<HostConfigurationMetricGroup> items)
Collection of one or more host configuration metric data pointsConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostConfigurationMetricGroup Constructor Description IngestHostConfigurationDetails(List<HostConfigurationMetricGroup> items)
Deprecated.
-