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.ObjectV1VirtualMachineInstanceMigrationState
-
-
Constructor Summary
Constructors Constructor Description V1VirtualMachineInstanceMigrationState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1VirtualMachineInstanceMigrationStateabortRequested(java.lang.Boolean abortRequested)V1VirtualMachineInstanceMigrationStateabortStatus(java.lang.String abortStatus)V1VirtualMachineInstanceMigrationStatecompleted(java.lang.Boolean completed)V1VirtualMachineInstanceMigrationStateendTimestamp(java.lang.String endTimestamp)booleanequals(java.lang.Object o)V1VirtualMachineInstanceMigrationStatefailed(java.lang.Boolean failed)java.lang.StringgetAbortStatus()Indicates the final status of the live migration abortionjava.lang.StringgetEndTimestamp()The time the migration action endedjava.lang.StringgetMigrationUid()The VirtualMachineInstanceMigration object associated with this migrationjava.lang.StringgetSourceNode()The source node that the VMI originated onjava.lang.StringgetStartTimestamp()The time the migration action beganjava.lang.ObjectgetTargetDirectMigrationNodePorts()The list of ports opened for live migration on the destination nodejava.lang.StringgetTargetNode()The target node that the VMI is moving tojava.lang.StringgetTargetNodeAddress()The address of the target node to use for the migrationjava.lang.StringgetTargetPod()The target pod that the VMI is moving tointhashCode()java.lang.BooleanisAbortRequested()Indicates that the migration has been requested to abortjava.lang.BooleanisCompleted()Indicates the migration completedjava.lang.BooleanisFailed()Indicates that the migration failedjava.lang.BooleanisTargetNodeDomainDetected()The Target Node has seen the Domain Start EventV1VirtualMachineInstanceMigrationStatemigrationUid(java.lang.String migrationUid)voidsetAbortRequested(java.lang.Boolean abortRequested)voidsetAbortStatus(java.lang.String abortStatus)voidsetCompleted(java.lang.Boolean completed)voidsetEndTimestamp(java.lang.String endTimestamp)voidsetFailed(java.lang.Boolean failed)voidsetMigrationUid(java.lang.String migrationUid)voidsetSourceNode(java.lang.String sourceNode)voidsetStartTimestamp(java.lang.String startTimestamp)voidsetTargetDirectMigrationNodePorts(java.lang.Object targetDirectMigrationNodePorts)voidsetTargetNode(java.lang.String targetNode)voidsetTargetNodeAddress(java.lang.String targetNodeAddress)voidsetTargetNodeDomainDetected(java.lang.Boolean targetNodeDomainDetected)voidsetTargetPod(java.lang.String targetPod)V1VirtualMachineInstanceMigrationStatesourceNode(java.lang.String sourceNode)V1VirtualMachineInstanceMigrationStatestartTimestamp(java.lang.String startTimestamp)V1VirtualMachineInstanceMigrationStatetargetDirectMigrationNodePorts(java.lang.Object targetDirectMigrationNodePorts)V1VirtualMachineInstanceMigrationStatetargetNode(java.lang.String targetNode)V1VirtualMachineInstanceMigrationStatetargetNodeAddress(java.lang.String targetNodeAddress)V1VirtualMachineInstanceMigrationStatetargetNodeDomainDetected(java.lang.Boolean targetNodeDomainDetected)V1VirtualMachineInstanceMigrationStatetargetPod(java.lang.String targetPod)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-