public class ISCSIVolumeSourceFluentImpl<T extends ISCSIVolumeSourceFluent<T>> extends BaseFluent<T> implements ISCSIVolumeSourceFluent<T>
_visitables
Constructor and Description |
---|
ISCSIVolumeSourceFluentImpl() |
ISCSIVolumeSourceFluentImpl(ISCSIVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getIqn() |
String |
getIscsiInterface() |
Integer |
getLun() |
String |
getTargetPortal() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFsType(String fsType) |
T |
withIqn(String iqn) |
T |
withIscsiInterface(String iscsiInterface) |
T |
withLun(Integer lun) |
T |
withReadOnly(Boolean readOnly) |
T |
withTargetPortal(String targetPortal) |
public ISCSIVolumeSourceFluentImpl()
public ISCSIVolumeSourceFluentImpl(ISCSIVolumeSource instance)
public String getFsType()
getFsType
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withFsType(String fsType)
withFsType
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public String getIqn()
getIqn
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withIqn(String iqn)
withIqn
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public String getIscsiInterface()
getIscsiInterface
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withIscsiInterface(String iscsiInterface)
withIscsiInterface
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public Integer getLun()
getLun
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withLun(Integer lun)
withLun
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public Boolean isReadOnly()
isReadOnly
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withReadOnly(Boolean readOnly)
withReadOnly
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public String getTargetPortal()
getTargetPortal
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withTargetPortal(String targetPortal)
withTargetPortal
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ISCSIVolumeSourceFluent<T extends ISCSIVolumeSourceFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.