Interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PersistentVolumeSpecFluent.AzureDiskNested<N>
,V1VolumeFluent.AzureDiskNested<N>
- All Known Implementing Classes:
V1AzureDiskVolumeSourceBuilder
,V1AzureDiskVolumeSourceFluentImpl
public interface V1AzureDiskVolumeSourceFluent<A extends V1AzureDiskVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()
hasKind()
withCachingMode
(String cachingMode) withDiskName
(String diskName) withDiskURI
(String diskURI) withFsType
(String fsType) withReadOnly
(Boolean readOnly)
-
Method Details
-
getCachingMode
String getCachingMode() -
withCachingMode
-
hasCachingMode
Boolean hasCachingMode() -
getDiskName
String getDiskName() -
withDiskName
-
hasDiskName
Boolean hasDiskName() -
getDiskURI
String getDiskURI() -
withDiskURI
-
hasDiskURI
Boolean hasDiskURI() -
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withReadOnly
A withReadOnly()
-