Interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1PersistentVolumeSpecFluent.GcePersistentDiskNested<N>, V1VolumeFluent.GcePersistentDiskNested<N>
All Known Implementing Classes:
V1GCEPersistentDiskVolumeSourceBuilder, V1GCEPersistentDiskVolumeSourceFluentImpl

public interface V1GCEPersistentDiskVolumeSourceFluent<A extends V1GCEPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getFsType

      String getFsType()
    • withFsType

      A withFsType(String fsType)
    • hasFsType

      Boolean hasFsType()
    • getPartition

      Integer getPartition()
    • withPartition

      A withPartition(Integer partition)
    • hasPartition

      Boolean hasPartition()
    • getPdName

      String getPdName()
    • withPdName

      A withPdName(String pdName)
    • hasPdName

      Boolean hasPdName()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • withReadOnly

      A withReadOnly()