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 Details

    • getCachingMode

      String getCachingMode()
    • withCachingMode

      A withCachingMode(String cachingMode)
    • hasCachingMode

      Boolean hasCachingMode()
    • getDiskName

      String getDiskName()
    • withDiskName

      A withDiskName(String diskName)
    • hasDiskName

      Boolean hasDiskName()
    • getDiskURI

      String getDiskURI()
    • withDiskURI

      A withDiskURI(String diskURI)
    • hasDiskURI

      Boolean hasDiskURI()
    • getFsType

      String getFsType()
    • withFsType

      A withFsType(String fsType)
    • hasFsType

      Boolean hasFsType()
    • getKind

      String getKind()
    • withKind

      A withKind(String kind)
    • hasKind

      Boolean hasKind()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • withReadOnly

      A withReadOnly()