public class HostRuntimeInfoNetworkRuntimeInfo extends DynamicData
Java class for HostRuntimeInfoNetworkRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostRuntimeInfoNetworkRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="netStackInstanceRuntimeInfo" type="{urn:vim25}HostRuntimeInfoNetStackInstanceRuntimeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="networkResourceRuntime" type="{urn:vim25}HostNetworkResourceRuntime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostRuntimeInfoNetStackInstanceRuntimeInfo> |
netStackInstanceRuntimeInfo |
protected HostNetworkResourceRuntime |
networkResourceRuntime |
| Constructor and Description |
|---|
HostRuntimeInfoNetworkRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostRuntimeInfoNetStackInstanceRuntimeInfo> |
getNetStackInstanceRuntimeInfo()
Gets the value of the netStackInstanceRuntimeInfo property.
|
HostNetworkResourceRuntime |
getNetworkResourceRuntime()
Gets the value of the networkResourceRuntime property.
|
void |
setNetworkResourceRuntime(HostNetworkResourceRuntime value)
Sets the value of the networkResourceRuntime property.
|
protected List<HostRuntimeInfoNetStackInstanceRuntimeInfo> netStackInstanceRuntimeInfo
protected HostNetworkResourceRuntime networkResourceRuntime
public List<HostRuntimeInfoNetStackInstanceRuntimeInfo> getNetStackInstanceRuntimeInfo()
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 netStackInstanceRuntimeInfo property.
For example, to add a new item, do as follows:
getNetStackInstanceRuntimeInfo().add(newItem);
Objects of the following type(s) are allowed in the list
HostRuntimeInfoNetStackInstanceRuntimeInfo
public HostNetworkResourceRuntime getNetworkResourceRuntime()
HostNetworkResourceRuntimepublic void setNetworkResourceRuntime(HostNetworkResourceRuntime value)
value - allowed object is
HostNetworkResourceRuntimeCopyright © 2018. All rights reserved.