public class ImageDiskReference extends Object
| Constructor and Description |
|---|
ImageDiskReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id value.
|
Integer |
lun()
Get the lun value.
|
ImageDiskReference |
withId(String id)
Set the id value.
|
ImageDiskReference |
withLun(Integer lun)
Set the lun value.
|
public String id()
public ImageDiskReference withId(String id)
id - the id value to setpublic Integer lun()
public ImageDiskReference withLun(Integer lun)
lun - the lun value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/