Show / Hide Table of Contents

Class NetworkUsageTrend

Usage data samples.

Inheritance
object
NetworkUsageTrend
Inherited Members
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 NetworkUsageTrend

Properties

AllNetworkIoInMbps

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

Network input/output in Mbps.

Remarks

Required

AllNetworkReadInMbps

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

Network read in Mbps.

Remarks

Required

AllNetworkWriteInMbps

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

Network write in Mbps.

Remarks

Required

EndTimestamp

Declaration
[Required(ErrorMessage = "EndTimestamp is required.")]
[JsonProperty(PropertyName = "endTimestamp")]
public DateTime? EndTimestamp { get; set; }
Property Value
Type Description
DateTime?

The timestamp in which the current sampling period ends in RFC 3339 format.

Remarks

Required

In this article
Back to top