Class GalleryDataDiskImageArgs.Builder

  • Enclosing class:
    GalleryDataDiskImageArgs

    public static final class GalleryDataDiskImageArgs.Builder
    extends java.lang.Object
    • Method Detail

      • hostCaching

        public GalleryDataDiskImageArgs.Builder hostCaching​(@Nullable
                                                            com.pulumi.core.Output<HostCaching> hostCaching)
        Parameters:
        hostCaching - The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
        Returns:
        builder
      • hostCaching

        public GalleryDataDiskImageArgs.Builder hostCaching​(HostCaching hostCaching)
        Parameters:
        hostCaching - The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'
        Returns:
        builder
      • lun

        public GalleryDataDiskImageArgs.Builder lun​(com.pulumi.core.Output<java.lang.Integer> lun)
        Parameters:
        lun - This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
        Returns:
        builder
      • lun

        public GalleryDataDiskImageArgs.Builder lun​(java.lang.Integer lun)
        Parameters:
        lun - This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine.
        Returns:
        builder