models.iops_tile module

class models.iops_tile.IopsTile(max_read_iops=None, max_write_iops=None, read_iops_samples=None, write_iops_samples=None)[source]

Bases: object

Implementation of the ‘IopsTile’ model.

IOPs information for dashboard.

Attributes:
max_read_iops (long|int): Maximum Read IOs per second in last 24

hours.

max_write_iops (long|int): Maximum number of Write IOs per second in

last 24 hours.

read_iops_samples (list of Sample): Read IOs per second samples taken

for the past 24 hours at 10 minutes interval given in descending order of time.

write_iops_samples (list of Sample): Write IOs per second samples

taken for the past 24 hours at 10 minutes interval given in descending order of time.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.