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 |
addToTargetWWNs(String... items) |
boolean |
equals(Object o) |
String |
getFsType() |
Integer |
getLun() |
List<String> |
getTargetWWNs() |
Boolean |
isReadOnly() |
A |
removeFromTargetWWNs(String... items) |
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 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 isReadOnly()
isReadOnly in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A addToTargetWWNs(String... items)
addToTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public A removeFromTargetWWNs(String... items)
removeFromTargetWWNs in interface FCVolumeSourceFluent<A extends FCVolumeSourceFluent<A>>public List<String> getTargetWWNs()
getTargetWWNs 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>>Copyright © 2011–2016 Red Hat. All rights reserved.