package biz.nellemann.hmci.pcm import groovy.transform.ToString @ToString class FiberChannelAdapter { String id String wwpn String physicalLocation Integer numOfPorts List numOfReads List numOfWrites List readBytes List writeBytes List runningSpeed List transmittedBytes }