Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

V1VirtualMachineInstanceMigrationState

Hierarchy

  • V1VirtualMachineInstanceMigrationState

Index

Properties

abortRequested?: boolean

Indicates that the migration has been requested to abort

memberof

V1VirtualMachineInstanceMigrationState

abortStatus?: string

Indicates the final status of the live migration abortion

memberof

V1VirtualMachineInstanceMigrationState

completed?: boolean

Indicates the migration completed

memberof

V1VirtualMachineInstanceMigrationState

endTimestamp?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

V1VirtualMachineInstanceMigrationState

failed?: boolean

Indicates that the migration failed

memberof

V1VirtualMachineInstanceMigrationState

failureReason?: string

Contains the reason why the migration failed

memberof

V1VirtualMachineInstanceMigrationState

migrationConfiguration?: V1MigrationConfiguration
memberof

V1VirtualMachineInstanceMigrationState

migrationPolicyName?: string

Name of the migration policy. If string is empty, no policy is matched

memberof

V1VirtualMachineInstanceMigrationState

migrationUid?: string

The VirtualMachineInstanceMigration object associated with this migration

memberof

V1VirtualMachineInstanceMigrationState

mode?: string

Lets us know if the vmi is currently running pre or post copy migration

memberof

V1VirtualMachineInstanceMigrationState

sourceNode?: string

The source node that the VMI originated on

memberof

V1VirtualMachineInstanceMigrationState

sourcePersistentStatePVCName?: string

If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here

memberof

V1VirtualMachineInstanceMigrationState

sourcePod?: string
memberof

V1VirtualMachineInstanceMigrationState

startTimestamp?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

V1VirtualMachineInstanceMigrationState

targetAttachmentPodUID?: string

The UID of the target attachment pod for hotplug volumes

memberof

V1VirtualMachineInstanceMigrationState

targetCPUSet?: number[]

If the VMI requires dedicated CPUs, this field will hold the dedicated CPU set on the target node

memberof

V1VirtualMachineInstanceMigrationState

targetDirectMigrationNodePorts?: {}

The list of ports opened for live migration on the destination node

memberof

V1VirtualMachineInstanceMigrationState

Type declaration

  • [key: string]: number
targetNode?: string

The target node that the VMI is moving to

memberof

V1VirtualMachineInstanceMigrationState

targetNodeAddress?: string

The address of the target node to use for the migration

memberof

V1VirtualMachineInstanceMigrationState

targetNodeDomainDetected?: boolean

The Target Node has seen the Domain Start Event

memberof

V1VirtualMachineInstanceMigrationState

targetNodeDomainReadyTimestamp?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

V1VirtualMachineInstanceMigrationState

targetNodeTopology?: string

If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node

memberof

V1VirtualMachineInstanceMigrationState

targetPersistentStatePVCName?: string

If the VMI being migrated uses persistent features (backend-storage), its target PVC name is saved here

memberof

V1VirtualMachineInstanceMigrationState

targetPod?: string

The target pod that the VMI is moving to

memberof

V1VirtualMachineInstanceMigrationState

Generated using TypeDoc