public class FCVolumeSourceFluentImpl<A extends FCVolumeSourceFluent<A>> extends BaseFluent<A> implements FCVolumeSourceFluent<A>
_visitables| Constructor and Description |
|---|
FCVolumeSourceFluentImpl() |
FCVolumeSourceFluentImpl(FCVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToTargetWWNs(Collection<String> items) |
A |
addToTargetWWNs(int index,
String item) |
A |
addToTargetWWNs(String... items) |
boolean |
equals(Object o) |
String |
getFirstTargetWWN() |
String |
getFsType() |
String |
getLastTargetWWN() |
Integer |
getLun() |
String |
getMatchingTargetWWN(Predicate<String> predicate) |
String |
getTargetWWN(int index) |
List<String> |
getTargetWWNs() |
Boolean |
hasFsType() |
Boolean |
hasLun() |
Boolean |
hasReadOnly() |
Boolean |
hasTargetWWNs() |
Boolean |
isReadOnly() |
A |
removeAllFromTargetWWNs(Collection<String> items) |
A |
removeFromTargetWWNs(String... items) |
A |
setToTargetWWNs(int index,
String item) |
A |
withFsType(String fsType) |
A |
withLun(Integer lun) |
A |
withReadOnly(Boolean readOnly) |
A |
withTargetWWNs(List<String> targetWWNs) |
A |
withTargetWWNs(String... targetWWNs) |
public FCVolumeSourceFluentImpl()
public FCVolumeSourceFluentImpl(FCVolumeSource instance)
public String getFsType()
getFsType in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A withFsType(String fsType)
withFsType in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public Boolean hasFsType()
hasFsType in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public Integer getLun()
getLun in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A withLun(Integer lun)
withLun in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public Boolean hasLun()
hasLun in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A addToTargetWWNs(int index, String item)
addToTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A setToTargetWWNs(int index, String item)
setToTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A addToTargetWWNs(String... items)
addToTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A addAllToTargetWWNs(Collection<String> items)
addAllToTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A removeFromTargetWWNs(String... items)
removeFromTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A removeAllFromTargetWWNs(Collection<String> items)
removeAllFromTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public List<String> getTargetWWNs()
getTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public String getTargetWWN(int index)
getTargetWWN in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public String getFirstTargetWWN()
getFirstTargetWWN in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public String getLastTargetWWN()
getLastTargetWWN in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public String getMatchingTargetWWN(Predicate<String> predicate)
getMatchingTargetWWN in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A withTargetWWNs(List<String> targetWWNs)
withTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A withTargetWWNs(String... targetWWNs)
withTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public Boolean hasTargetWWNs()
hasTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.