public class HostPlugStoreTopology extends DynamicData
Java class for HostPlugStoreTopology complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPlugStoreTopology">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="adapter" type="{urn:vim25}HostPlugStoreTopologyAdapter" maxOccurs="unbounded" minOccurs="0"/>
<element name="path" type="{urn:vim25}HostPlugStoreTopologyPath" maxOccurs="unbounded" minOccurs="0"/>
<element name="target" type="{urn:vim25}HostPlugStoreTopologyTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="device" type="{urn:vim25}HostPlugStoreTopologyDevice" maxOccurs="unbounded" minOccurs="0"/>
<element name="plugin" type="{urn:vim25}HostPlugStoreTopologyPlugin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostPlugStoreTopologyAdapter> |
adapter |
protected List<HostPlugStoreTopologyDevice> |
device |
protected List<HostPlugStoreTopologyPath> |
path |
protected List<HostPlugStoreTopologyPlugin> |
plugin |
protected List<HostPlugStoreTopologyTarget> |
target |
| Constructor and Description |
|---|
HostPlugStoreTopology() |
| Modifier and Type | Method and Description |
|---|---|
List<HostPlugStoreTopologyAdapter> |
getAdapter()
Gets the value of the adapter property.
|
List<HostPlugStoreTopologyDevice> |
getDevice()
Gets the value of the device property.
|
List<HostPlugStoreTopologyPath> |
getPath()
Gets the value of the path property.
|
List<HostPlugStoreTopologyPlugin> |
getPlugin()
Gets the value of the plugin property.
|
List<HostPlugStoreTopologyTarget> |
getTarget()
Gets the value of the target property.
|
protected List<HostPlugStoreTopologyAdapter> adapter
protected List<HostPlugStoreTopologyPath> path
protected List<HostPlugStoreTopologyTarget> target
protected List<HostPlugStoreTopologyDevice> device
protected List<HostPlugStoreTopologyPlugin> plugin
public List<HostPlugStoreTopologyAdapter> getAdapter()
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 adapter property.
For example, to add a new item, do as follows:
getAdapter().add(newItem);
Objects of the following type(s) are allowed in the list
HostPlugStoreTopologyAdapter
public List<HostPlugStoreTopologyPath> 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
HostPlugStoreTopologyPath
public List<HostPlugStoreTopologyTarget> getTarget()
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 target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
HostPlugStoreTopologyTarget
public List<HostPlugStoreTopologyDevice> getDevice()
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 device property.
For example, to add a new item, do as follows:
getDevice().add(newItem);
Objects of the following type(s) are allowed in the list
HostPlugStoreTopologyDevice
public List<HostPlugStoreTopologyPlugin> getPlugin()
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 plugin property.
For example, to add a new item, do as follows:
getPlugin().add(newItem);
Objects of the following type(s) are allowed in the list
HostPlugStoreTopologyPlugin
Copyright © 2018. All rights reserved.