Class HostNetworkStatistics
Contains network statistics.
Inherited Members
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 |