public class ClusterDasAdvancedRuntimeInfo extends DynamicData
Java class for ClusterDasAdvancedRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasAdvancedRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="dasHostInfo" type="{urn:vim25}ClusterDasHostInfo" minOccurs="0"/>
<element name="vmcpSupported" type="{urn:vim25}ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo" minOccurs="0"/>
<element name="heartbeatDatastoreInfo" type="{urn:vim25}DasHeartbeatDatastoreInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasHostInfo |
dasHostInfo |
protected List<DasHeartbeatDatastoreInfo> |
heartbeatDatastoreInfo |
protected ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo |
vmcpSupported |
| Constructor and Description |
|---|
ClusterDasAdvancedRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasHostInfo |
getDasHostInfo()
Gets the value of the dasHostInfo property.
|
List<DasHeartbeatDatastoreInfo> |
getHeartbeatDatastoreInfo()
Gets the value of the heartbeatDatastoreInfo property.
|
ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo |
getVmcpSupported()
Gets the value of the vmcpSupported property.
|
void |
setDasHostInfo(ClusterDasHostInfo value)
Sets the value of the dasHostInfo property.
|
void |
setVmcpSupported(ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo value)
Sets the value of the vmcpSupported property.
|
protected ClusterDasHostInfo dasHostInfo
protected ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo vmcpSupported
protected List<DasHeartbeatDatastoreInfo> heartbeatDatastoreInfo
public ClusterDasHostInfo getDasHostInfo()
ClusterDasHostInfopublic void setDasHostInfo(ClusterDasHostInfo value)
value - allowed object is
ClusterDasHostInfopublic ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo getVmcpSupported()
ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfopublic void setVmcpSupported(ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfo value)
value - allowed object is
ClusterDasAdvancedRuntimeInfoVmcpCapabilityInfopublic List<DasHeartbeatDatastoreInfo> getHeartbeatDatastoreInfo()
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 heartbeatDatastoreInfo property.
For example, to add a new item, do as follows:
getHeartbeatDatastoreInfo().add(newItem);
Objects of the following type(s) are allowed in the list
DasHeartbeatDatastoreInfo
Copyright © 2018. All rights reserved.