Interface AwsElasticBlockStoreVolumeConfig


public interface AwsElasticBlockStoreVolumeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Filesystem type.
    The partition.
    boolean
    Whether the volumeName is read only or not.
    The name of the disk to mount.
  • Method Details

    • volumeId

      String volumeId()
      The name of the disk to mount.
    • partition

      OptionalInt partition()
      The partition.
    • fsType

      @WithDefault("ext4") String fsType()
      Filesystem type.
    • readOnly

      @WithDefault("false") boolean readOnly()
      Whether the volumeName is read only or not.