public interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getFsType() |
String |
getIqn() |
String |
getIscsiInterface() |
Integer |
getLun() |
String |
getTargetPortal() |
Boolean |
hasFsType() |
Boolean |
hasIqn() |
Boolean |
hasIscsiInterface() |
Boolean |
hasLun() |
Boolean |
hasReadOnly() |
Boolean |
hasTargetPortal() |
Boolean |
isReadOnly() |
A |
withFsType(String fsType) |
A |
withIqn(String iqn) |
A |
withIscsiInterface(String iscsiInterface) |
A |
withLun(Integer lun) |
A |
withReadOnly(Boolean readOnly) |
A |
withTargetPortal(String targetPortal) |
String getFsType()
Boolean hasFsType()
String getIqn()
Boolean hasIqn()
String getIscsiInterface()
Boolean hasIscsiInterface()
Integer getLun()
Boolean hasLun()
Boolean isReadOnly()
Boolean hasReadOnly()
String getTargetPortal()
Boolean hasTargetPortal()
Copyright © 2011–2017 Red Hat. All rights reserved.