Class HostNetworkActivitySummary
Network Activity Summary metric for the host
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostNetworkActivitySummary : HostPerformanceMetricGroupProperties
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 |