hmci/src/main/groovy/biz/nellemann/hmci/pojo/Storage.groovy

15 lines
355 B
Groovy

package biz.nellemann.hmci.pojo
import groovy.transform.ToString
@ToString
class Storage {
List<String> clientLpars
List<GenericPhysicalAdapters> genericPhysicalAdapters
List<GenericVirtualAdapter> genericVirtualAdapters
List<FiberChannelAdapter> fiberChannelAdapters
List<VirtualFiberChannelAdapter> virtualFiberChannelAdapters
}