Class GalleryDataDiskImageArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.compute.inputs.GalleryDataDiskImageArgs.Builder
-
- Enclosing class:
- GalleryDataDiskImageArgs
public static final class GalleryDataDiskImageArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GalleryDataDiskImageArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GalleryDataDiskImageArgs
build()
GalleryDataDiskImageArgs.Builder
hostCaching(HostCaching hostCaching)
GalleryDataDiskImageArgs.Builder
hostCaching(com.pulumi.core.Output<HostCaching> hostCaching)
GalleryDataDiskImageArgs.Builder
lun(com.pulumi.core.Output<java.lang.Integer> lun)
GalleryDataDiskImageArgs.Builder
lun(java.lang.Integer lun)
GalleryDataDiskImageArgs.Builder
source(GalleryDiskImageSourceArgs source)
GalleryDataDiskImageArgs.Builder
source(com.pulumi.core.Output<GalleryDiskImageSourceArgs> source)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GalleryDataDiskImageArgs defaults)
-
-
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
-
source
public GalleryDataDiskImageArgs.Builder source(@Nullable com.pulumi.core.Output<GalleryDiskImageSourceArgs> source)
- Parameters:
source
- The source for the disk image.- Returns:
- builder
-
source
public GalleryDataDiskImageArgs.Builder source(GalleryDiskImageSourceArgs source)
- Parameters:
source
- The source for the disk image.- Returns:
- builder
-
build
public GalleryDataDiskImageArgs build()
-
-