public class DatacenterMismatchArgument extends DynamicData
Java class for DatacenterMismatchArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatacenterMismatchArgument">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="inputDatacenter" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected ManagedObjectReference |
inputDatacenter |
| Constructor and Description |
|---|
DatacenterMismatchArgument() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
ManagedObjectReference |
getInputDatacenter()
Gets the value of the inputDatacenter property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setInputDatacenter(ManagedObjectReference value)
Sets the value of the inputDatacenter property.
|
protected ManagedObjectReference entity
protected ManagedObjectReference inputDatacenter
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getInputDatacenter()
ManagedObjectReferencepublic void setInputDatacenter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.