Show / Hide Table of Contents

Class HostNetworkStatistics

Contains network statistics.

Inheritance
object
HostResourceStatistics
HostNetworkStatistics
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 HostNetworkStatistics : HostResourceStatistics

Properties

NetworkReadInMBs

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

NetworkWriteInMBs

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