public class HostPlugStoreTopologyDevice extends DynamicData
Java class for HostPlugStoreTopologyDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPlugStoreTopologyDevice">
<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}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
lun |
protected List<String> |
path |
| Constructor and Description |
|---|
HostPlugStoreTopologyDevice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getLun()
Gets the value of the lun property.
|
List<String> |
getPath()
Gets the value of the path property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLun(String value)
Sets the value of the lun property.
|
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getLun()
Stringpublic void setLun(String value)
value - allowed object is
Stringpublic List<String> getPath()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the path property.
For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.