Show / Hide Table of Contents

Class ExadataDiskgroupStatisticsSummary

Diskgroup details and statistics.

Inheritance
object
ExadataInsightResourceStatisticsAggregation
ExadataDiskgroupStatisticsSummary
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 ExadataDiskgroupStatisticsSummary : ExadataInsightResourceStatisticsAggregation

Properties

CurrentStatistics

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

Required

ResourceDetails

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

Required

In this article
Back to top