Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 706 Bytes

File metadata and controls

22 lines (16 loc) · 706 Bytes

NutanixVmm::VmmV40AhvStatsVmNicStatsTuple

Properties

Name Type Description Notes
timestamp Time The timestamp of a specific VM stats response data point. [optional]
network_dropped_received_packets Integer The VM NIC number of dropped received packets. [optional]
network_dropped_transmitted_packets Integer The VM NIC number of dropped transmitted packets. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40AhvStatsVmNicStatsTuple.new(
  timestamp: 2009-09-23T14:30-07:00,
  network_dropped_received_packets: 63,
  network_dropped_transmitted_packets: 68
)