Uses of Class
com.oracle.bmc.opsi.model.HostPerformanceMetricGroup
-
Packages that use HostPerformanceMetricGroup Package Description com.oracle.bmc.opsi.model -
-
Uses of HostPerformanceMetricGroup in com.oracle.bmc.opsi.model
Subclasses of HostPerformanceMetricGroup in com.oracle.bmc.opsi.model Modifier and Type Class Description class
HostCpuUsage
CPU Usage metric for the host
Note: Objects should always be created or deserialized using theHostCpuUsage.Builder
.class
HostFilesystemUsage
Filesystem Usage metric for the host.class
HostGpuProcesses
GPU processes metrics, processes using GPUs.class
HostGpuUsage
GPU performance metrics
Note: Objects should always be created or deserialized using theHostGpuUsage.Builder
.class
HostIoUsage
Host IO Performance Metrics
Note: Objects should always be created or deserialized using theHostIoUsage.Builder
.class
HostMemoryUsage
Memory usage metric for the host
Note: Objects should always be created or deserialized using theHostMemoryUsage.Builder
.class
HostNetworkActivitySummary
Network Activity Summary metric for the host
Note: Objects should always be created or deserialized using theHostNetworkActivitySummary.Builder
.class
HostTopProcesses
Top Processes metric for the host
Note: Objects should always be created or deserialized using theHostTopProcesses.Builder
.Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostPerformanceMetricGroup Modifier and Type Method Description List<HostPerformanceMetricGroup>
IngestHostMetricsDetails. getItems()
Collection of one or more host performance metric data pointsMethod parameters in com.oracle.bmc.opsi.model with type arguments of type HostPerformanceMetricGroup Modifier and Type Method Description IngestHostMetricsDetails.Builder
IngestHostMetricsDetails.Builder. items(List<HostPerformanceMetricGroup> items)
Collection of one or more host performance metric data pointsConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostPerformanceMetricGroup Constructor Description IngestHostMetricsDetails(List<HostPerformanceMetricGroup> items)
Deprecated.
-