Show / Hide Table of Contents

Class HostInsightResourceStatisticsAggregation

Contains host details and resource statistics.

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

Properties

CurrentStatistics

Declaration
[Required(ErrorMessage = "CurrentStatistics is required.")]
[JsonProperty(PropertyName = "currentStatistics")]
public HostResourceStatistics CurrentStatistics { get; set; }
Property Value
Type Description
HostResourceStatistics
Remarks

Required

HostDetails

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

Required

In this article
Back to top