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