IoUsageTrend¶
-
class
oci.opsi.models.
IoUsageTrend
(**kwargs)¶ Bases:
object
Usage data for IO interface per usage unit.
Methods
__init__
(**kwargs)Initializes a new IoUsageTrend object with values from keyword arguments. Attributes
disk_bytes_read_in_mbs
[Required] Gets the disk_bytes_read_in_mbs of this IoUsageTrend. disk_bytes_written_in_mbs
[Required] Gets the disk_bytes_written_in_mbs of this IoUsageTrend. disk_iops
[Required] Gets the disk_iops of this IoUsageTrend. disk_iops_read
[Required] Gets the disk_iops_read of this IoUsageTrend. disk_iops_written
[Required] Gets the disk_iops_written of this IoUsageTrend. end_timestamp
[Required] Gets the end_timestamp of this IoUsageTrend. -
__init__
(**kwargs)¶ Initializes a new IoUsageTrend object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - end_timestamp (datetime) – The value to assign to the end_timestamp property of this IoUsageTrend.
- disk_bytes_read_in_mbs (float) – The value to assign to the disk_bytes_read_in_mbs property of this IoUsageTrend.
- disk_bytes_written_in_mbs (float) – The value to assign to the disk_bytes_written_in_mbs property of this IoUsageTrend.
- disk_iops_read (float) – The value to assign to the disk_iops_read property of this IoUsageTrend.
- disk_iops_written (float) – The value to assign to the disk_iops_written property of this IoUsageTrend.
- disk_iops (float) – The value to assign to the disk_iops property of this IoUsageTrend.
-
disk_bytes_read_in_mbs
¶ [Required] Gets the disk_bytes_read_in_mbs of this IoUsageTrend. MBs Read.
Returns: The disk_bytes_read_in_mbs of this IoUsageTrend. Return type: float
-
disk_bytes_written_in_mbs
¶ [Required] Gets the disk_bytes_written_in_mbs of this IoUsageTrend. MBs Written.
Returns: The disk_bytes_written_in_mbs of this IoUsageTrend. Return type: float
-
disk_iops
¶ [Required] Gets the disk_iops of this IoUsageTrend. IO operations per second.
Returns: The disk_iops of this IoUsageTrend. Return type: float
-
disk_iops_read
¶ [Required] Gets the disk_iops_read of this IoUsageTrend. Read IO operations per second.
Returns: The disk_iops_read of this IoUsageTrend. Return type: float
-
disk_iops_written
¶ [Required] Gets the disk_iops_written of this IoUsageTrend. Write IO operations per second.
Returns: The disk_iops_written of this IoUsageTrend. Return type: float
-
end_timestamp
¶ [Required] Gets the end_timestamp of this IoUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format.
Returns: The end_timestamp of this IoUsageTrend. Return type: datetime
-