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