Interface AzureDiskVolumeConfig


public interface AzureDiskVolumeConfig
  • Method Details

    • diskName

      String diskName()
      The name of the disk to mount.
    • diskURI

      String diskURI()
      The URI of the vhd blob object OR the resourceID of an Azure managed data disk if Kind is Managed
    • kind

      @WithDefault("Managed") AzureDiskVolumeConfig.Kind kind()
      Kind of disk.
    • cachingMode

      @WithDefault("ReadWrite") AzureDiskVolumeConfig.CachingMode cachingMode()
      Disk caching mode.
    • fsType

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

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