Class HostInsightResourceStatisticsAggregation
Contains host details and resource statistics.
Inherited Members
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