VmDiskStats#

class VmDiskStats(vm_ext_id=None, vm_disk_ext_id=None, stats=None, *args, **kwargs)#

Bases: object

A collection of VM stats.

Parameters:
  • vm_ext_id – (vm_ext_id) The VM external ID associated with the VM stats.

  • vm_disk_ext_id – (vm_disk_ext_id) The VM disk external ID associated with the VM disk stats.

  • stats – (stats) The timestamp of a specific VM stats response data point.

property stats#

The timestamp of a specific VM stats response data point.

Type:

list[ VmDiskStatsTuple ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property vm_disk_ext_id#

The VM disk external ID associated with the VM disk stats.

Type:

str

property vm_ext_id#

The VM external ID associated with the VM stats.

Type:

str