Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
SummaryStatistics |
SummaryStatistics.Builder.build() |
SummaryStatistics |
HostMemoryStatistics.getLoad() |
SummaryStatistics |
HostCpuStatistics.getLoad() |
Modifier and Type | Method and Description |
---|---|
SummaryStatistics.Builder |
SummaryStatistics.Builder.copy(SummaryStatistics model) |
HostMemoryStatistics.Builder |
HostMemoryStatistics.Builder.load(SummaryStatistics load) |
HostCpuStatistics.Builder |
HostCpuStatistics.Builder.load(SummaryStatistics load) |
Constructor and Description |
---|
HostCpuStatistics(Double usage,
Double capacity,
Double utilizationPercent,
Double usageChangePercent,
Double cpuBaseline,
SummaryStatistics load)
Deprecated.
|
HostMemoryStatistics(Double usage,
Double capacity,
Double utilizationPercent,
Double usageChangePercent,
Double freeMemory,
Double availableMemory,
Integer hugePagesTotal,
Double hugePageSizeInMB,
Integer hugePagesFree,
Integer hugePagesReserved,
SummaryStatistics load)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.