public class HostScsiTopologyLun extends DynamicData
Java class for HostScsiTopologyLun complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostScsiTopologyLun">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lun" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="scsiLun" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected int |
lun |
protected String |
scsiLun |
| Constructor and Description |
|---|
HostScsiTopologyLun() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
int |
getLun()
Gets the value of the lun property.
|
String |
getScsiLun()
Gets the value of the scsiLun property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLun(int value)
Sets the value of the lun property.
|
void |
setScsiLun(String value)
Sets the value of the scsiLun property.
|
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic int getLun()
public void setLun(int value)
public String getScsiLun()
StringCopyright © 2018. All rights reserved.