VolumeDiskStatsProjection#

class VolumeDiskStatsProjection(volume_disk_ext_id=None, controller_user_bytes=None, controller_num_iops=None, controller_num_read_iops=None, controller_num_write_iops=None, controller_io_bandwidth_k_bps=None, controller_read_io_bandwidth_k_bps=None, controller_write_io_bandwidth_k_bps=None, controller_avg_io_latency_usecs=None, controller_avg_read_io_latency_usecs=None, controller_avg_write_io_latency_usecs=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: VolumeDiskStats

Parameters:
  • volume_disk_ext_id – (volume_disk_ext_id) Uuid of the Volume Disk.

  • controller_user_bytes – (controller_user_bytes) Controller user bytes.

  • controller_num_iops – (controller_num_iops) Controller I/O rate measured in iops.

  • controller_num_read_iops – (controller_num_read_iops) Controller read I/O measured in iops.

  • controller_num_write_iops – (controller_num_write_iops) Controller write I/O measured in iops.

  • controller_io_bandwidth_k_bps – (controller_io_bandwidth_k_bps) Controller I/O bandwidth measured in Kbps.

  • controller_read_io_bandwidth_k_bps – (controller_read_io_bandwidth_k_bps) Controller read I/O bandwidth measured in Kbps.

  • controller_write_io_bandwidth_k_bps – (controller_write_io_bandwidth_k_bps) Controller write I/O bandwidth measured in Kbps.

  • controller_avg_io_latency_usecs – (controller_avg_io_latency_usecs) Controller average I/O latency measured in microseconds.

  • controller_avg_read_io_latency_usecs – (controller_avg_read_io_latency_usecs) Controller average read I/O latency measured in microseconds.

  • controller_avg_write_io_latency_usecs – (controller_avg_write_io_latency_usecs) Controller average write I/O latency measured in microseconds.

  • ext_id – (ext_id) A globally unique identifier of an instance that is suitable for external consumption.

  • links – (links) A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.

  • tenant_id – (tenant_id) A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model