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