public class ISCSIVolumeSourceFluentImpl<A extends ISCSIVolumeSourceFluent<A>> extends BaseFluent<A> implements ISCSIVolumeSourceFluent<A>
_visitables| Constructor and Description |
|---|
ISCSIVolumeSourceFluentImpl() |
ISCSIVolumeSourceFluentImpl(ISCSIVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFsType() |
String |
getIqn() |
String |
getIscsiInterface() |
Integer |
getLun() |
String |
getTargetPortal() |
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) |
public ISCSIVolumeSourceFluentImpl()
public ISCSIVolumeSourceFluentImpl(ISCSIVolumeSource instance)
public String getFsType()
getFsType in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public A withFsType(String fsType)
withFsType in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public String getIqn()
getIqn in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public A withIqn(String iqn)
withIqn in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public String getIscsiInterface()
getIscsiInterface in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public A withIscsiInterface(String iscsiInterface)
withIscsiInterface in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public Integer getLun()
getLun in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public A withLun(Integer lun)
withLun in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public String getTargetPortal()
getTargetPortal in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>public A withTargetPortal(String targetPortal)
withTargetPortal in interface ISCSIVolumeSourceFluent<A extends ISCSIVolumeSourceFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.