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 Object
V1VirtualMachineInstanceMigrationState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabortRequested(Boolean abortRequested) abortStatus(String abortStatus) endTimestamp(String endTimestamp) booleanIndicates the final status of the live migration abortionThe time the migration action endedThe VirtualMachineInstanceMigration object associated with this migrationThe source node that the VMI originated onThe time the migration action beganThe list of ports opened for live migration on the destination nodeThe target node that the VMI is moving toThe address of the target node to use for the migrationThe target pod that the VMI is moving tointhashCode()Indicates that the migration has been requested to abortIndicates the migration completedisFailed()Indicates that the migration failedThe Target Node has seen the Domain Start EventmigrationUid(String migrationUid) voidsetAbortRequested(Boolean abortRequested) voidsetAbortStatus(String abortStatus) voidsetCompleted(Boolean completed) voidsetEndTimestamp(String endTimestamp) voidvoidsetMigrationUid(String migrationUid) voidsetSourceNode(String sourceNode) voidsetStartTimestamp(String startTimestamp) voidsetTargetDirectMigrationNodePorts(Object targetDirectMigrationNodePorts) voidsetTargetNode(String targetNode) voidsetTargetNodeAddress(String targetNodeAddress) voidsetTargetNodeDomainDetected(Boolean targetNodeDomainDetected) voidsetTargetPod(String targetPod) sourceNode(String sourceNode) startTimestamp(String startTimestamp) targetDirectMigrationNodePorts(Object targetDirectMigrationNodePorts) targetNode(String targetNode) targetNodeAddress(String targetNodeAddress) targetNodeDomainDetected(Boolean targetNodeDomainDetected) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
abortRequested
-
abortStatus
-
completed
-
endTimestamp
-
failed
-
migrationUid
-
sourceNode
-
startTimestamp
-
targetDirectMigrationNodePorts
-
targetNode
-
targetNodeAddress
-
targetNodeDomainDetected
-
targetPod
-
-
Constructor Details
-
V1VirtualMachineInstanceMigrationState
public V1VirtualMachineInstanceMigrationState()
-
-
Method Details
-
abortRequested
-
isAbortRequested
Indicates that the migration has been requested to abort- Returns:
- abortRequested
-
setAbortRequested
-
abortStatus
-
getAbortStatus
Indicates the final status of the live migration abortion- Returns:
- abortStatus
-
setAbortStatus
-
completed
-
isCompleted
Indicates the migration completed- Returns:
- completed
-
setCompleted
-
endTimestamp
-
getEndTimestamp
The time the migration action ended- Returns:
- endTimestamp
-
setEndTimestamp
-
failed
-
isFailed
Indicates that the migration failed- Returns:
- failed
-
setFailed
-
migrationUid
-
getMigrationUid
The VirtualMachineInstanceMigration object associated with this migration- Returns:
- migrationUid
-
setMigrationUid
-
sourceNode
-
getSourceNode
The source node that the VMI originated on- Returns:
- sourceNode
-
setSourceNode
-
startTimestamp
-
getStartTimestamp
The time the migration action began- Returns:
- startTimestamp
-
setStartTimestamp
-
targetDirectMigrationNodePorts
public V1VirtualMachineInstanceMigrationState targetDirectMigrationNodePorts(Object targetDirectMigrationNodePorts) -
getTargetDirectMigrationNodePorts
The list of ports opened for live migration on the destination node- Returns:
- targetDirectMigrationNodePorts
-
setTargetDirectMigrationNodePorts
-
targetNode
-
getTargetNode
The target node that the VMI is moving to- Returns:
- targetNode
-
setTargetNode
-
targetNodeAddress
-
getTargetNodeAddress
The address of the target node to use for the migration- Returns:
- targetNodeAddress
-
setTargetNodeAddress
-
targetNodeDomainDetected
public V1VirtualMachineInstanceMigrationState targetNodeDomainDetected(Boolean targetNodeDomainDetected) -
isTargetNodeDomainDetected
The Target Node has seen the Domain Start Event- Returns:
- targetNodeDomainDetected
-
setTargetNodeDomainDetected
-
targetPod
-
getTargetPod
The target pod that the VMI is moving to- Returns:
- targetPod
-
setTargetPod
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-