public class VirtualMachineScsiDiskDeviceInfo extends VirtualMachineDiskDeviceInfo
Java class for VirtualMachineScsiDiskDeviceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineScsiDiskDeviceInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineDiskDeviceInfo">
<sequence>
<element name="disk" type="{urn:vim25}HostScsiDisk" minOccurs="0"/>
<element name="transportHint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lunNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostScsiDisk |
disk |
protected Integer |
lunNumber |
protected String |
transportHint |
capacity, vmconfigurationTag, name| Constructor and Description |
|---|
VirtualMachineScsiDiskDeviceInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostScsiDisk |
getDisk()
Gets the value of the disk property.
|
Integer |
getLunNumber()
Gets the value of the lunNumber property.
|
String |
getTransportHint()
Gets the value of the transportHint property.
|
void |
setDisk(HostScsiDisk value)
Sets the value of the disk property.
|
void |
setLunNumber(Integer value)
Sets the value of the lunNumber property.
|
void |
setTransportHint(String value)
Sets the value of the transportHint property.
|
getCapacity, getVm, setCapacitygetConfigurationTag, getName, setNameprotected HostScsiDisk disk
protected String transportHint
protected Integer lunNumber
public HostScsiDisk getDisk()
HostScsiDiskpublic void setDisk(HostScsiDisk value)
value - allowed object is
HostScsiDiskpublic String getTransportHint()
Stringpublic void setTransportHint(String value)
value - allowed object is
Stringpublic Integer getLunNumber()
IntegerCopyright © 2018. All rights reserved.