VmNicStats#

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

Bases: ExternalizableAbstractModel

A collection of VM NIC stats.

Parameters:
  • vm_ext_id – (vm_ext_id) The VM external ID associated with the VM NIC 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[ VmNicStatsTuple ]

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

Type:

str