Interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskLun
-
- All Known Subinterfaces:
VirtualMachineUnmanagedDataDisk.Update
- Enclosing interface:
- VirtualMachineUnmanagedDataDisk.UpdateStages
public static interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskLunThe stage of the virtual machine data disk update allowing to set the disk LUN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.UpdatewithLun(Integer lun)Specifies the new logical unit number for the data disk.
-
-
-
Method Detail
-
withLun
VirtualMachineUnmanagedDataDisk.Update withLun(Integer lun)
Specifies the new logical unit number for the data disk.- Parameters:
lun- the logical unit number- Returns:
- the next stage of data disk update
-
-