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

    Interface V1BlockSize

    BlockSize provides the option to change the block size presented to the VM for a disk. Only one of its members may be specified.

    interface V1BlockSize {
        custom?: V1CustomBlockSize;
        matchVolume?: V1FeatureState;
    }
    Index

    Properties

    CustomBlockSize represents the desired logical and physical block size for a VM disk.

    matchVolume?: V1FeatureState

    Represents if a feature is enabled or disabled.