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

    Interface IoK8sApiResourceV1alpha3DeviceAttribute

    DeviceAttribute must have exactly one field set.

    interface IoK8sApiResourceV1alpha3DeviceAttribute {
        bool?: boolean;
        int?: number;
        string?: string;
        version?: string;
    }
    Index

    Properties

    bool?: boolean

    BoolValue is a true/false value.

    int?: number

    IntValue is a number.

    int64

    string?: string

    StringValue is a string. Must not be longer than 64 characters.

    version?: string

    VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.