Show / Hide Table of Contents

Class SummarizeHostInsightsTopProcessesUsageCollection

Top level response object.

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

Properties

Items

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

List of usage data samples for a top process on a specific date.

Remarks

Required

Timestamp

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

The start timestamp that was passed into the request.

Remarks

Required

In this article
Back to top