public class HostLowLevelProvisioningManagerVmMigrationStatus extends DynamicData
Java class for HostLowLevelProvisioningManagerVmMigrationStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLowLevelProvisioningManagerVmMigrationStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="migrationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="consideredSuccessful" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
consideredSuccessful |
protected long |
migrationId |
protected boolean |
source |
protected String |
type |
| Constructor and Description |
|---|
HostLowLevelProvisioningManagerVmMigrationStatus() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMigrationId()
Gets the value of the migrationId property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isConsideredSuccessful()
Gets the value of the consideredSuccessful property.
|
boolean |
isSource()
Gets the value of the source property.
|
void |
setConsideredSuccessful(boolean value)
Sets the value of the consideredSuccessful property.
|
void |
setMigrationId(long value)
Sets the value of the migrationId property.
|
void |
setSource(boolean value)
Sets the value of the source property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected long migrationId
protected String type
protected boolean source
protected boolean consideredSuccessful
public HostLowLevelProvisioningManagerVmMigrationStatus()
public long getMigrationId()
public void setMigrationId(long value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSource()
public void setSource(boolean value)
public boolean isConsideredSuccessful()
public void setConsideredSuccessful(boolean value)
Copyright © 2018. All rights reserved.