Class AzureDiskVolumeConfig


  • public class AzureDiskVolumeConfig
    extends Object
    • Field Detail

      • diskName

        @ConfigItem
        String diskName
        The name of the disk to mount.
      • diskURI

        @ConfigItem
        String diskURI
        The URI of the vhd blob object OR the resourceID of an Azure managed data disk if Kind is Managed
      • fsType

        @ConfigItem(defaultValue="ext4")
        String fsType
        File system type.
      • readOnly

        @ConfigItem
        boolean readOnly
        Wether the volumeName is read only or not.
    • Constructor Detail

      • AzureDiskVolumeConfig

        public AzureDiskVolumeConfig()