Class DbSystemComputePerformanceSummary
Representation of disk performance detail parameters.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbSystemComputePerformanceSummaryProperties
ComputePerformanceList
Declaration
[Required(ErrorMessage = "ComputePerformanceList is required.")]
[JsonProperty(PropertyName = "computePerformanceList")]
public List<ComputePerformanceSummary> ComputePerformanceList { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ComputePerformanceSummary> | List of Compute performance details for the specified DB system shape. | 
Remarks
Required
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The shape of the DB system. | 
Remarks
Required