public class CinderVolumeSourceFluentImpl<T extends CinderVolumeSourceFluent<T>> extends BaseFluent<T> implements CinderVolumeSourceFluent<T>
_visitables| Constructor and Description |
|---|
CinderVolumeSourceFluentImpl() |
CinderVolumeSourceFluentImpl(CinderVolumeSource 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 |
getVolumeID() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFsType(String fsType) |
T |
withReadOnly(Boolean readOnly) |
T |
withVolumeID(String volumeID) |
public CinderVolumeSourceFluentImpl()
public CinderVolumeSourceFluentImpl(CinderVolumeSource instance)
public String getFsType()
getFsType in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T withFsType(String fsType)
withFsType in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public Boolean isReadOnly()
isReadOnly in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T withReadOnly(Boolean readOnly)
withReadOnly in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public String getVolumeID()
getVolumeID in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T withVolumeID(String volumeID)
withVolumeID in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CinderVolumeSourceFluent<T extends CinderVolumeSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.