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

    Interface V1alpha1VirtualMachineTemplateRequestSpecVirtualMachineRef

    VirtualMachineReference holds a reference to a VirtualMachine.kubevirt.io

    interface V1alpha1VirtualMachineTemplateRequestSpecVirtualMachineRef {
        name: string;
        namespace: string;
    }
    Index

    Properties

    Properties

    name: string

    name Name is the name of the VirtualMachine.

    namespace: string

    namespace Namespace is the namespace of the VirtualMachine.