Package kubevirt.io
Class V1VirtualMachineInstanceMigrationState
- java.lang.Object
-
- kubevirt.io.V1VirtualMachineInstanceMigrationState
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1VirtualMachineInstanceMigrationState extends java.lang.Object
V1VirtualMachineInstanceMigrationState
-
-
Constructor Summary
Constructors Constructor Description V1VirtualMachineInstanceMigrationState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1VirtualMachineInstanceMigrationState
abortRequested(java.lang.Boolean abortRequested)
V1VirtualMachineInstanceMigrationState
abortStatus(java.lang.String abortStatus)
V1VirtualMachineInstanceMigrationState
completed(java.lang.Boolean completed)
V1VirtualMachineInstanceMigrationState
endTimestamp(java.lang.String endTimestamp)
boolean
equals(java.lang.Object o)
V1VirtualMachineInstanceMigrationState
failed(java.lang.Boolean failed)
java.lang.String
getAbortStatus()
Indicates the final status of the live migration abortionjava.lang.String
getEndTimestamp()
The time the migration action endedjava.lang.String
getMigrationUid()
The VirtualMachineInstanceMigration object associated with this migrationjava.lang.String
getSourceNode()
The source node that the VMI originated onjava.lang.String
getStartTimestamp()
The time the migration action beganjava.lang.Object
getTargetDirectMigrationNodePorts()
The list of ports opened for live migration on the destination nodejava.lang.String
getTargetNode()
The target node that the VMI is moving tojava.lang.String
getTargetNodeAddress()
The address of the target node to use for the migrationjava.lang.String
getTargetPod()
The target pod that the VMI is moving toint
hashCode()
java.lang.Boolean
isAbortRequested()
Indicates that the migration has been requested to abortjava.lang.Boolean
isCompleted()
Indicates the migration completedjava.lang.Boolean
isFailed()
Indicates that the migration failedjava.lang.Boolean
isTargetNodeDomainDetected()
The Target Node has seen the Domain Start EventV1VirtualMachineInstanceMigrationState
migrationUid(java.lang.String migrationUid)
void
setAbortRequested(java.lang.Boolean abortRequested)
void
setAbortStatus(java.lang.String abortStatus)
void
setCompleted(java.lang.Boolean completed)
void
setEndTimestamp(java.lang.String endTimestamp)
void
setFailed(java.lang.Boolean failed)
void
setMigrationUid(java.lang.String migrationUid)
void
setSourceNode(java.lang.String sourceNode)
void
setStartTimestamp(java.lang.String startTimestamp)
void
setTargetDirectMigrationNodePorts(java.lang.Object targetDirectMigrationNodePorts)
void
setTargetNode(java.lang.String targetNode)
void
setTargetNodeAddress(java.lang.String targetNodeAddress)
void
setTargetNodeDomainDetected(java.lang.Boolean targetNodeDomainDetected)
void
setTargetPod(java.lang.String targetPod)
V1VirtualMachineInstanceMigrationState
sourceNode(java.lang.String sourceNode)
V1VirtualMachineInstanceMigrationState
startTimestamp(java.lang.String startTimestamp)
V1VirtualMachineInstanceMigrationState
targetDirectMigrationNodePorts(java.lang.Object targetDirectMigrationNodePorts)
V1VirtualMachineInstanceMigrationState
targetNode(java.lang.String targetNode)
V1VirtualMachineInstanceMigrationState
targetNodeAddress(java.lang.String targetNodeAddress)
V1VirtualMachineInstanceMigrationState
targetNodeDomainDetected(java.lang.Boolean targetNodeDomainDetected)
V1VirtualMachineInstanceMigrationState
targetPod(java.lang.String targetPod)
java.lang.String
toString()
-
-
-
Method Detail
-
abortRequested
public V1VirtualMachineInstanceMigrationState abortRequested(java.lang.Boolean abortRequested)
-
isAbortRequested
public java.lang.Boolean isAbortRequested()
Indicates that the migration has been requested to abort- Returns:
- abortRequested
-
setAbortRequested
public void setAbortRequested(java.lang.Boolean abortRequested)
-
abortStatus
public V1VirtualMachineInstanceMigrationState abortStatus(java.lang.String abortStatus)
-
getAbortStatus
public java.lang.String getAbortStatus()
Indicates the final status of the live migration abortion- Returns:
- abortStatus
-
setAbortStatus
public void setAbortStatus(java.lang.String abortStatus)
-
completed
public V1VirtualMachineInstanceMigrationState completed(java.lang.Boolean completed)
-
isCompleted
public java.lang.Boolean isCompleted()
Indicates the migration completed- Returns:
- completed
-
setCompleted
public void setCompleted(java.lang.Boolean completed)
-
endTimestamp
public V1VirtualMachineInstanceMigrationState endTimestamp(java.lang.String endTimestamp)
-
getEndTimestamp
public java.lang.String getEndTimestamp()
The time the migration action ended- Returns:
- endTimestamp
-
setEndTimestamp
public void setEndTimestamp(java.lang.String endTimestamp)
-
failed
public V1VirtualMachineInstanceMigrationState failed(java.lang.Boolean failed)
-
isFailed
public java.lang.Boolean isFailed()
Indicates that the migration failed- Returns:
- failed
-
setFailed
public void setFailed(java.lang.Boolean failed)
-
migrationUid
public V1VirtualMachineInstanceMigrationState migrationUid(java.lang.String migrationUid)
-
getMigrationUid
public java.lang.String getMigrationUid()
The VirtualMachineInstanceMigration object associated with this migration- Returns:
- migrationUid
-
setMigrationUid
public void setMigrationUid(java.lang.String migrationUid)
-
sourceNode
public V1VirtualMachineInstanceMigrationState sourceNode(java.lang.String sourceNode)
-
getSourceNode
public java.lang.String getSourceNode()
The source node that the VMI originated on- Returns:
- sourceNode
-
setSourceNode
public void setSourceNode(java.lang.String sourceNode)
-
startTimestamp
public V1VirtualMachineInstanceMigrationState startTimestamp(java.lang.String startTimestamp)
-
getStartTimestamp
public java.lang.String getStartTimestamp()
The time the migration action began- Returns:
- startTimestamp
-
setStartTimestamp
public void setStartTimestamp(java.lang.String startTimestamp)
-
targetDirectMigrationNodePorts
public V1VirtualMachineInstanceMigrationState targetDirectMigrationNodePorts(java.lang.Object targetDirectMigrationNodePorts)
-
getTargetDirectMigrationNodePorts
public java.lang.Object getTargetDirectMigrationNodePorts()
The list of ports opened for live migration on the destination node- Returns:
- targetDirectMigrationNodePorts
-
setTargetDirectMigrationNodePorts
public void setTargetDirectMigrationNodePorts(java.lang.Object targetDirectMigrationNodePorts)
-
targetNode
public V1VirtualMachineInstanceMigrationState targetNode(java.lang.String targetNode)
-
getTargetNode
public java.lang.String getTargetNode()
The target node that the VMI is moving to- Returns:
- targetNode
-
setTargetNode
public void setTargetNode(java.lang.String targetNode)
-
targetNodeAddress
public V1VirtualMachineInstanceMigrationState targetNodeAddress(java.lang.String targetNodeAddress)
-
getTargetNodeAddress
public java.lang.String getTargetNodeAddress()
The address of the target node to use for the migration- Returns:
- targetNodeAddress
-
setTargetNodeAddress
public void setTargetNodeAddress(java.lang.String targetNodeAddress)
-
targetNodeDomainDetected
public V1VirtualMachineInstanceMigrationState targetNodeDomainDetected(java.lang.Boolean targetNodeDomainDetected)
-
isTargetNodeDomainDetected
public java.lang.Boolean isTargetNodeDomainDetected()
The Target Node has seen the Domain Start Event- Returns:
- targetNodeDomainDetected
-
setTargetNodeDomainDetected
public void setTargetNodeDomainDetected(java.lang.Boolean targetNodeDomainDetected)
-
targetPod
public V1VirtualMachineInstanceMigrationState targetPod(java.lang.String targetPod)
-
getTargetPod
public java.lang.String getTargetPod()
The target pod that the VMI is moving to- Returns:
- targetPod
-
setTargetPod
public void setTargetPod(java.lang.String targetPod)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-