@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1VirtualMachineInstanceMigrationTargetState

    interface V1VirtualMachineInstanceMigrationTargetState {
        attachmentPodUID?: string;
        cpuSet?: number[];
        directMigrationNodePorts?: Record<string, number>;
        domainDetected?: boolean;
        domainName?: string;
        domainNamespace?: string;
        domainReadyTimestamp?: string;
        migrationUID?: string;
        node?: string;
        nodeAddress?: string;
        nodeTopology?: string;
        persistentStatePVCName?: string;
        pod?: string;
        selinuxContext?: string;
        syncAddress?: string;
        virtualMachineInstanceUID?: string;
    }
    Index

    Properties

    attachmentPodUID?: string

    The UID of the target attachment pod for hotplug volumes

    cpuSet?: number[]

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

    directMigrationNodePorts?: Record<string, number>

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

    domainDetected?: boolean

    The Target Node has seen the Domain Start Event

    domainName?: string

    The name of the domain on the source libvirt domain

    domainNamespace?: string

    Namespace used in the name of the source libvirt domain. Can be used to find and modify paths in the domain

    domainReadyTimestamp?: string

    The timestamp at which the target node detects the domain is active

    migrationUID?: string

    The Source VirtualMachineInstanceMigration object associated with this migration

    node?: string

    The source node that the VMI originated on

    nodeAddress?: string

    The address of the target node to use for the migration

    nodeTopology?: string

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

    persistentStatePVCName?: string

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

    pod?: string

    The source pod that the VMI is originated on

    selinuxContext?: string

    SELinuxContext is the actual SELinux context of the pod

    syncAddress?: string

    The ip address/fqdn:port combination to use to synchronize the VMI with the target.

    virtualMachineInstanceUID?: string

    VirtualMachineInstanceUID is the UID of the target virtual machine instance