public class CinderVolumeSourceFluentImpl<A extends CinderVolumeSourceFluent<A>> extends BaseFluent<A> implements CinderVolumeSourceFluent<A>
_visitables| Constructor and Description |
|---|
CinderVolumeSourceFluentImpl() |
CinderVolumeSourceFluentImpl(CinderVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFsType() |
String |
getVolumeID() |
Boolean |
isReadOnly() |
A |
withFsType(String fsType) |
A |
withReadOnly(Boolean readOnly) |
A |
withVolumeID(String volumeID) |
public CinderVolumeSourceFluentImpl()
public CinderVolumeSourceFluentImpl(CinderVolumeSource instance)
public String getFsType()
getFsType in interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>public A withFsType(String fsType)
withFsType in interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>public String getVolumeID()
getVolumeID in interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>public A withVolumeID(String volumeID)
withVolumeID in interface CinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.