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

    Interface V1VirtualMachineVolumeRequest

    interface V1VirtualMachineVolumeRequest {
        addVolumeOptions?: V1AddVolumeOptions;
        removeVolumeOptions?: V1RemoveVolumeOptions;
    }
    Index

    Properties

    addVolumeOptions?: V1AddVolumeOptions

    AddVolumeOptions when set indicates a volume should be added. The details within this field specify how to add the volume

    removeVolumeOptions?: V1RemoveVolumeOptions

    RemoveVolumeOptions when set indicates a volume should be removed. The details within this field specify how to add the volume