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

    DataVolumeSourceVDDK provides the parameters to create a Data Volume from a Vmware source

    interface V1beta1DataVolumeSourceVDDK {
        backingFile?: string;
        extraArgs?: string;
        initImageURL?: string;
        secretRef?: string;
        thumbprint?: string;
        url?: string;
        uuid?: string;
    }
    Index

    Properties

    backingFile?: string

    BackingFile is the path to the virtual hard disk to migrate from vCenter/ESXi

    extraArgs?: string

    ExtraArgs is a reference to a ConfigMap containing extra arguments to pass directly to the VDDK library

    initImageURL?: string

    InitImageURL is an optional URL to an image containing an extracted VDDK library, overrides v2v-vmware config map

    secretRef?: string

    SecretRef provides a reference to a secret containing the username and password needed to access the vCenter or ESXi host

    thumbprint?: string

    Thumbprint is the certificate thumbprint of the vCenter or ESXi host

    url?: string

    URL is the URL of the vCenter or ESXi host with the VM to migrate

    uuid?: string

    UUID is the UUID of the virtual machine that the backing file is attached to in vCenter/ESXi