VmNicStatsTuple#
- class VmNicStatsTuple(timestamp=None, network_dropped_received_packets=None, network_dropped_transmitted_packets=None, *args, **kwargs)#
Bases:
object
A collection of VM NIC stats.
- Parameters:
timestamp – (
timestamp
) The timestamp of a specific VM stats response data point.network_dropped_received_packets – (
network_dropped_received_packets
) The VM NIC number of dropped received packets.network_dropped_transmitted_packets – (
network_dropped_transmitted_packets
) The VM NIC number of dropped transmitted packets.
- property network_dropped_received_packets#
The VM NIC number of dropped received packets.
- Type:
int
- property network_dropped_transmitted_packets#
The VM NIC number of dropped transmitted packets.
- Type:
int
- property timestamp#
The timestamp of a specific VM stats response data point.
- Type:
datetime
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model