Package com.vmware.vim25
Class ClusterDasDataSummary
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ClusterDasData
com.vmware.vim25.ClusterDasDataSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlonglonglongFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongvoidsetClusterConfigVersion(long clusterConfigVersion) voidsetCompatListVersion(long compatListVersion) voidsetHostListVersion(long hostListVersion) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
hostListVersion
public long hostListVersion -
clusterConfigVersion
public long clusterConfigVersion -
compatListVersion
public long compatListVersion
-
-
Constructor Details
-
ClusterDasDataSummary
public ClusterDasDataSummary()
-
-
Method Details
-
getHostListVersion
public long getHostListVersion() -
getClusterConfigVersion
public long getClusterConfigVersion() -
getCompatListVersion
public long getCompatListVersion() -
setHostListVersion
public void setHostListVersion(long hostListVersion) -
setClusterConfigVersion
public void setClusterConfigVersion(long clusterConfigVersion) -
setCompatListVersion
public void setCompatListVersion(long compatListVersion)
-