Show / Hide Table of Contents

Class HostNetworkActivitySummary

Network Activity Summary metric for the host

Inheritance
object
HostPerformanceMetricGroup
HostNetworkActivitySummary
Inherited Members
HostPerformanceMetricGroup.TimeCollected
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 HostNetworkActivitySummary : HostPerformanceMetricGroup

Properties

AllNetworkIoInMbps

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

All network interfaces IO rate in Mbps

AllNetworkReadInMbps

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

All network interfaces read rate in Mbps

AllNetworkWriteInMbps

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

All network interfaces write rate in Mbps

InterfaceName

Declaration
[JsonProperty(PropertyName = "interfaceName")]
public string InterfaceName { get; set; }
Property Value
Type Description
string

Name of the network interface

In this article
Back to top