public class V1AzureDiskVolumeSourceFluentImpl<A extends V1AzureDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements V1AzureDiskVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
V1AzureDiskVolumeSourceFluentImpl() |
V1AzureDiskVolumeSourceFluentImpl(V1AzureDiskVolumeSource 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 |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(String arg1) |
A |
withReadOnly(Boolean readOnly) |
public V1AzureDiskVolumeSourceFluentImpl()
public V1AzureDiskVolumeSourceFluentImpl(V1AzureDiskVolumeSource instance)
public String getCachingMode()
getCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withCachingMode(String cachingMode)
withCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasCachingMode()
hasCachingMode
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getDiskName()
getDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withDiskName(String diskName)
withDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasDiskName()
hasDiskName
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getDiskURI()
getDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withDiskURI(String diskURI)
withDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasDiskURI()
hasDiskURI
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getFsType()
getFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withFsType(String fsType)
withFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasFsType()
hasFsType
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public String getKind()
getKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withKind(String kind)
withKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasKind()
hasKind
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean isReadOnly()
isReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withNewReadOnly(boolean arg1)
withNewReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
public A withNewReadOnly(String arg1)
withNewReadOnly
in interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
Copyright © 2018. All rights reserved.