DiskPerformanceDetails

class oci.database.models.DiskPerformanceDetails(**kwargs)

Bases: object

Representation of disk performance detail parameters.

Methods

__init__(**kwargs) Initializes a new DiskPerformanceDetails object with values from keyword arguments.

Attributes

disk_iops [Required] Gets the disk_iops of this DiskPerformanceDetails.
disk_throughput_in_mbps [Required] Gets the disk_throughput_in_mbps of this DiskPerformanceDetails.
__init__(**kwargs)

Initializes a new DiskPerformanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • disk_iops (float) – The value to assign to the disk_iops property of this DiskPerformanceDetails.
  • disk_throughput_in_mbps (float) – The value to assign to the disk_throughput_in_mbps property of this DiskPerformanceDetails.
disk_iops

[Required] Gets the disk_iops of this DiskPerformanceDetails. Disk IOPS in thousands.

Returns:The disk_iops of this DiskPerformanceDetails.
Return type:float
disk_throughput_in_mbps

[Required] Gets the disk_throughput_in_mbps of this DiskPerformanceDetails. Disk Throughput in Mbps.

Returns:The disk_throughput_in_mbps of this DiskPerformanceDetails.
Return type:float