package biz.nellemann.hmci.pcm import groovy.transform.ToString @ToString class VirtualEthernetAdapter { String physicalLocation Integer vlanId Integer vswitchId Boolean isPortVlanId Integer viosId String sharedEthernetAdapterId List receivedPackets List sentPackets List droppedPackets List sentBytes List receivedBytes List receivedPhysicalPackets List sentPhysicalPackets List droppedPhysicalPackets List sentPhysicalBytes List receivedPhysicalBytes List transferredBytes List transferredPhysicalBytes }