Show / Hide Table of Contents

Class DbSystemComputePerformanceSummary

Representation of disk performance detail parameters.

Inheritance
object
DbSystemComputePerformanceSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbSystemComputePerformanceSummary

Properties

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

In this article
Back to top