public class MoveDatastoreFileRequestType extends Object
Java class for MoveDatastoreFileRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveDatastoreFileRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="sourceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sourceDatacenter" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="destinationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destinationDatacenter" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
destinationDatacenter |
protected String |
destinationName |
protected Boolean |
force |
protected ManagedObjectReference |
sourceDatacenter |
protected String |
sourceName |
| Constructor and Description |
|---|
MoveDatastoreFileRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDestinationDatacenter()
Gets the value of the destinationDatacenter property.
|
String |
getDestinationName()
Gets the value of the destinationName property.
|
ManagedObjectReference |
getSourceDatacenter()
Gets the value of the sourceDatacenter property.
|
String |
getSourceName()
Gets the value of the sourceName property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
Boolean |
isForce()
Gets the value of the force property.
|
void |
setDestinationDatacenter(ManagedObjectReference value)
Sets the value of the destinationDatacenter property.
|
void |
setDestinationName(String value)
Sets the value of the destinationName property.
|
void |
setForce(Boolean value)
Sets the value of the force property.
|
void |
setSourceDatacenter(ManagedObjectReference value)
Sets the value of the sourceDatacenter property.
|
void |
setSourceName(String value)
Sets the value of the sourceName property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String sourceName
protected ManagedObjectReference sourceDatacenter
protected String destinationName
protected ManagedObjectReference destinationDatacenter
protected Boolean force
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getSourceName()
Stringpublic void setSourceName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getSourceDatacenter()
ManagedObjectReferencepublic void setSourceDatacenter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDestinationName()
Stringpublic void setDestinationName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getDestinationDatacenter()
ManagedObjectReferencepublic void setDestinationDatacenter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isForce()
BooleanCopyright © 2018. All rights reserved.