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