Show / Hide Table of Contents

Class HostIoStatistics

Contains io statistics.

Inheritance
object
HostResourceStatistics
HostIoStatistics
Inherited Members
HostResourceStatistics.Usage
HostResourceStatistics.Capacity
HostResourceStatistics.UtilizationPercent
HostResourceStatistics.UsageChangePercent
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostIoStatistics : HostResourceStatistics

Properties

DiskIops

Declaration
[JsonProperty(PropertyName = "diskIops")]
public double DiskIops { get; set; }
Property Value
Type Description
double

DiskReadInMBs

Declaration
[JsonProperty(PropertyName = "diskReadInMBs")]
public double DiskReadInMBs { get; set; }
Property Value
Type Description
double

DiskWriteInMBs

Declaration
[JsonProperty(PropertyName = "diskWriteInMBs")]
public double DiskWriteInMBs { get; set; }
Property Value
Type Description
double
In this article
Back to top