public class MigrationFeatureNotSupported extends MigrationFault
Java class for MigrationFeatureNotSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationFeatureNotSupported">
<complexContent>
<extension base="{urn:vim25}MigrationFault">
<sequence>
<element name="atSourceHost" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="failedHostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="failedHost" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
atSourceHost |
protected ManagedObjectReference |
failedHost |
protected String |
failedHostName |
faultCause, faultMessage| Constructor and Description |
|---|
MigrationFeatureNotSupported() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getFailedHost()
Gets the value of the failedHost property.
|
String |
getFailedHostName()
Gets the value of the failedHostName property.
|
boolean |
isAtSourceHost()
Gets the value of the atSourceHost property.
|
void |
setAtSourceHost(boolean value)
Sets the value of the atSourceHost property.
|
void |
setFailedHost(ManagedObjectReference value)
Sets the value of the failedHost property.
|
void |
setFailedHostName(String value)
Sets the value of the failedHostName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected boolean atSourceHost
protected String failedHostName
protected ManagedObjectReference failedHost
public boolean isAtSourceHost()
public void setAtSourceHost(boolean value)
public String getFailedHostName()
Stringpublic void setFailedHostName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getFailedHost()
ManagedObjectReferencepublic void setFailedHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.