public class HostLowLevelProvisioningManagerVmMigrationStatus extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
consideredSuccessful |
long |
migrationId |
boolean |
source |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostLowLevelProvisioningManagerVmMigrationStatus() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMigrationId() |
String |
getType() |
boolean |
isConsideredSuccessful() |
boolean |
isSource() |
void |
setConsideredSuccessful(boolean consideredSuccessful) |
void |
setMigrationId(long migrationId) |
void |
setSource(boolean source) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic long migrationId
public String type
public boolean source
public boolean consideredSuccessful
public HostLowLevelProvisioningManagerVmMigrationStatus()
public long getMigrationId()
public String getType()
public boolean isSource()
public boolean isConsideredSuccessful()
public void setMigrationId(long migrationId)
public void setType(String type)
public void setSource(boolean source)
public void setConsideredSuccessful(boolean consideredSuccessful)
Copyright © 2011-2012. All Rights Reserved.