Class ExadataStorageServerStatisticsSummary
Storage server details and statistics.
Inheritance
ExadataStorageServerStatisticsSummary
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ExadataStorageServerStatisticsSummary : 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 StorageServerDetails ResourceDetails { get; set; }
Property Value
Type | Description |
---|---|
StorageServerDetails |
Remarks
Required