Package com.oracle.bmc.opsi.model
Class HostIoUsage
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.opsi.model.HostPerformanceMetricGroup
-
- com.oracle.bmc.opsi.model.HostIoUsage
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class HostIoUsage extends HostPerformanceMetricGroup
Host IO Performance Metrics
Note: Objects should always be created or deserialized using theHostIoUsage.Builder
.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the
HostIoUsage.Builder
, which maintain a set of all explicitly set fields calledHostIoUsage.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HostIoUsage.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.opsi.model.HostPerformanceMetricGroup
HostPerformanceMetricGroup.MetricName
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostIoUsage.Builder
builder()
Create a new builder.boolean
equals(Object o)
Double
getDiskBytesRead()
Bytes ReadDouble
getDiskBytesWritten()
Bytes WrittenDouble
getDiskIops()
IO Transactions per secondDouble
getDiskIopsRead()
Read transactions per secondDouble
getDiskIopsWritten()
Write transactions per secondString
getMountPoint()
Mount pointint
hashCode()
HostIoUsage.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.opsi.model.HostPerformanceMetricGroup
getTimeCollected
-
-
-
-
Method Detail
-
builder
public static HostIoUsage.Builder builder()
Create a new builder.
-
toBuilder
public HostIoUsage.Builder toBuilder()
-
getMountPoint
public String getMountPoint()
Mount point- Returns:
- the value
-
getDiskBytesRead
public Double getDiskBytesRead()
Bytes Read- Returns:
- the value
-
getDiskBytesWritten
public Double getDiskBytesWritten()
Bytes Written- Returns:
- the value
-
getDiskIopsRead
public Double getDiskIopsRead()
Read transactions per second- Returns:
- the value
-
getDiskIopsWritten
public Double getDiskIopsWritten()
Write transactions per second- Returns:
- the value
-
getDiskIops
public Double getDiskIops()
IO Transactions per second- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classHostPerformanceMetricGroup
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classHostPerformanceMetricGroup
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classHostPerformanceMetricGroup
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classHostPerformanceMetricGroup
-
-