VmStats#

class VmStats(vm_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.

  • 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[ VmStatsTuple ]

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 stats.

Type:

str