public class AzureDiskVolumeSourceFluentImpl<A extends AzureDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements AzureDiskVolumeSourceFluent<A>
_visitables| Constructor and Description |
|---|
AzureDiskVolumeSourceFluentImpl() |
AzureDiskVolumeSourceFluentImpl(AzureDiskVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCachingMode() |
String |
getDiskName() |
String |
getDiskURI() |
String |
getFsType() |
String |
getKind() |
Boolean |
hasCachingMode() |
Boolean |
hasDiskName() |
Boolean |
hasDiskURI() |
Boolean |
hasFsType() |
Boolean |
hasKind() |
Boolean |
hasReadOnly() |
Boolean |
isReadOnly() |
A |
withCachingMode(String cachingMode) |
A |
withDiskName(String diskName) |
A |
withDiskURI(String diskURI) |
A |
withFsType(String fsType) |
A |
withKind(String kind) |
A |
withReadOnly(Boolean readOnly) |
public AzureDiskVolumeSourceFluentImpl()
public AzureDiskVolumeSourceFluentImpl(AzureDiskVolumeSource instance)
public String getCachingMode()
getCachingMode in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withCachingMode(String cachingMode)
withCachingMode in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean hasCachingMode()
hasCachingMode in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public String getDiskName()
getDiskName in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withDiskName(String diskName)
withDiskName in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean hasDiskName()
hasDiskName in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public String getDiskURI()
getDiskURI in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withDiskURI(String diskURI)
withDiskURI in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean hasDiskURI()
hasDiskURI in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public String getFsType()
getFsType in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withFsType(String fsType)
withFsType in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean hasFsType()
hasFsType in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public String getKind()
getKind in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withKind(String kind)
withKind in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean hasKind()
hasKind in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface AzureDiskVolumeSourceFluent<A extends AzureDiskVolumeSourceFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.