VmDiskStats#

class VmDiskStats(vm_ext_id=None, stats=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

A collection of VM disk stats.

Parameters:
  • vm_ext_id – (vm_ext_id) The VM 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_ext_id#

The VM external ID associated with the VM Disk stats.

Type:

str