hmci/src/main/groovy/biz/nellemann/hmci/pcm/VirtualFiberChannelAdapter....

21 lines
423 B
Groovy
Raw Normal View History

2020-08-18 11:49:48 +00:00
package biz.nellemann.hmci.pcm
2020-08-07 14:27:42 +00:00
import groovy.transform.ToString
@ToString
class VirtualFiberChannelAdapter {
String wwpn
String wwpn2
String physicalLocation
String physicalPortWWPN
Integer viosId
2020-08-13 10:27:16 +00:00
List<BigDecimal> numOfReads
List<BigDecimal> numOfWrites
List<BigDecimal> readBytes
List<BigDecimal> writeBytes
List<BigDecimal> runningSpeed
List<BigDecimal> transmittedBytes
2020-08-07 14:27:42 +00:00
}