public class ClusterGroupSpec extends ArrayUpdateSpec
Java class for ClusterGroupSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterGroupSpec">
<complexContent>
<extension base="{urn:vim25}ArrayUpdateSpec">
<sequence>
<element name="info" type="{urn:vim25}ClusterGroupInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterGroupInfo |
info |
operation, removeKey| Constructor and Description |
|---|
ClusterGroupSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterGroupInfo |
getInfo()
Gets the value of the info property.
|
void |
setInfo(ClusterGroupInfo value)
Sets the value of the info property.
|
getOperation, getRemoveKey, setOperation, setRemoveKeyprotected ClusterGroupInfo info
public ClusterGroupInfo getInfo()
ClusterGroupInfopublic void setInfo(ClusterGroupInfo value)
value - allowed object is
ClusterGroupInfoCopyright © 2018. All rights reserved.