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