DataDisk.withLun(int lun) 方法
定义
Set the lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
public DataDisk withLun(int lun)
参数
- lun
-
int
the lun value to set
返回
the DataDisk object itself.
适用于