public class ExtMigration extends Object implements Migration
Modifier and Type | Class and Description |
---|---|
static class |
ExtMigration.Migrations |
Migration.Status
Constructor and Description |
---|
ExtMigration() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
String |
getDestCompute() |
String |
getDestHost() |
String |
getDestNode() |
String |
getId() |
String |
getInstanceUuid() |
String |
getNewInstanceTypeId() |
String |
getOldInstanceTypeId() |
String |
getSourceCompute() |
String |
getSourceNode() |
Migration.Status |
getStatus() |
Date |
getUpdatedAt() |
String |
toString() |
public String getInstanceUuid()
getInstanceUuid
in interface Migration
public Migration.Status getStatus()
public Date getCreatedAt()
getCreatedAt
in interface Migration
public Date getUpdatedAt()
getUpdatedAt
in interface Migration
public String getDestCompute()
getDestCompute
in interface Migration
public String getDestHost()
getDestHost
in interface Migration
public String getDestNode()
getDestNode
in interface Migration
public String getSourceCompute()
getSourceCompute
in interface Migration
public String getSourceNode()
getSourceNode
in interface Migration
public String getNewInstanceTypeId()
getNewInstanceTypeId
in interface Migration
public String getOldInstanceTypeId()
getOldInstanceTypeId
in interface Migration
Copyright © 2017. All rights reserved.