public class VirtualMachineImportSpec extends ImportSpec
Java class for VirtualMachineImportSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineImportSpec">
<complexContent>
<extension base="{urn:vim25}ImportSpec">
<sequence>
<element name="configSpec" type="{urn:vim25}VirtualMachineConfigSpec"/>
<element name="resPoolEntity" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachineConfigSpec |
configSpec |
protected ManagedObjectReference |
resPoolEntity |
entityConfig, instantiationOst| Constructor and Description |
|---|
VirtualMachineImportSpec() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineConfigSpec |
getConfigSpec()
Gets the value of the configSpec property.
|
ManagedObjectReference |
getResPoolEntity()
Gets the value of the resPoolEntity property.
|
void |
setConfigSpec(VirtualMachineConfigSpec value)
Sets the value of the configSpec property.
|
void |
setResPoolEntity(ManagedObjectReference value)
Sets the value of the resPoolEntity property.
|
getEntityConfig, getInstantiationOst, setEntityConfig, setInstantiationOstprotected VirtualMachineConfigSpec configSpec
protected ManagedObjectReference resPoolEntity
public VirtualMachineConfigSpec getConfigSpec()
VirtualMachineConfigSpecpublic void setConfigSpec(VirtualMachineConfigSpec value)
value - allowed object is
VirtualMachineConfigSpecpublic ManagedObjectReference getResPoolEntity()
ManagedObjectReferencepublic void setResPoolEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.