public class FCVolumeSourceFluentImpl<T extends FCVolumeSourceFluent<T>> extends BaseFluent<T> implements FCVolumeSourceFluent<T>
_visitables| Constructor and Description |
|---|
FCVolumeSourceFluentImpl() |
FCVolumeSourceFluentImpl(FCVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToTargetWWNs(String... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Integer |
getLun() |
List<String> |
getTargetWWNs() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromTargetWWNs(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFsType(String fsType) |
T |
withLun(Integer lun) |
T |
withReadOnly(Boolean readOnly) |
T |
withTargetWWNs(List<String> targetWWNs) |
T |
withTargetWWNs(String... targetWWNs) |
public FCVolumeSourceFluentImpl()
public FCVolumeSourceFluentImpl(FCVolumeSource instance)
public String getFsType()
getFsType in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T withFsType(String fsType)
withFsType in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public Integer getLun()
getLun in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T withLun(Integer lun)
withLun in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public Boolean isReadOnly()
isReadOnly in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T withReadOnly(Boolean readOnly)
withReadOnly in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T addToTargetWWNs(String... items)
addToTargetWWNs in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T removeFromTargetWWNs(String... items)
removeFromTargetWWNs in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public List<String> getTargetWWNs()
getTargetWWNs in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T withTargetWWNs(List<String> targetWWNs)
withTargetWWNs in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T withTargetWWNs(String... targetWWNs)
withTargetWWNs in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface FCVolumeSourceFluent<T extends FCVolumeSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.