public class ClusterDasDataSummary extends ClusterDasData
Java class for ClusterDasDataSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasDataSummary">
<complexContent>
<extension base="{urn:vim25}ClusterDasData">
<sequence>
<element name="hostListVersion" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="clusterConfigVersion" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="compatListVersion" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
clusterConfigVersion |
protected long |
compatListVersion |
protected long |
hostListVersion |
| Constructor and Description |
|---|
ClusterDasDataSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getClusterConfigVersion()
Gets the value of the clusterConfigVersion property.
|
long |
getCompatListVersion()
Gets the value of the compatListVersion property.
|
long |
getHostListVersion()
Gets the value of the hostListVersion property.
|
void |
setClusterConfigVersion(long value)
Sets the value of the clusterConfigVersion property.
|
void |
setCompatListVersion(long value)
Sets the value of the compatListVersion property.
|
void |
setHostListVersion(long value)
Sets the value of the hostListVersion property.
|
protected long hostListVersion
protected long clusterConfigVersion
protected long compatListVersion
public long getHostListVersion()
public void setHostListVersion(long value)
public long getClusterConfigVersion()
public void setClusterConfigVersion(long value)
public long getCompatListVersion()
public void setCompatListVersion(long value)
Copyright © 2018. All rights reserved.