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

    Interface V1VirtualMachineStateChangeRequest

    interface V1VirtualMachineStateChangeRequest {
        action: string;
        data?: Record<string, string>;
        uid?: string;
    }
    Index

    Properties

    Properties

    action: string

    Indicates the type of action that is requested. e.g. Start or Stop

    ""
    
    data?: Record<string, string>

    Provides additional data in order to perform the Action

    uid?: string

    Indicates the UUID of an existing Virtual Machine Instance that this change request applies to -- if applicable