Class DiskPerformanceDetails
Representation of disk performance detail parameters.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DiskPerformanceDetails
Properties
DiskIops
Declaration
[Required(ErrorMessage = "DiskIops is required.")]
[JsonProperty(PropertyName = "diskIops")]
public float? DiskIops { get; set; }
Property Value
Type | Description |
---|---|
float? | Disk IOPS in thousands. |
Remarks
Required
DiskThroughputInMbps
Declaration
[Required(ErrorMessage = "DiskThroughputInMbps is required.")]
[JsonProperty(PropertyName = "diskThroughputInMbps")]
public float? DiskThroughputInMbps { get; set; }
Property Value
Type | Description |
---|---|
float? | Disk Throughput in Mbps. |
Remarks
Required