Show / Hide Table of Contents

Class IoUsageTrendAggregation

Usage data per io interface.

Inheritance
object
IoUsageTrendAggregation
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 IoUsageTrendAggregation

Properties

MountPoint

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

Mount point is specialized NTFS filesystem object.

Remarks

Required

UsageData

Declaration
[Required(ErrorMessage = "UsageData is required.")]
[JsonProperty(PropertyName = "usageData")]
public List<IoUsageTrend> UsageData { get; set; }
Property Value
Type Description
List<IoUsageTrend>

List of usage data samples for a IO interface.

Remarks

Required

In this article
Back to top