Enum qapi_qmp::NetLegacyOptions[][src]

pub enum NetLegacyOptions {
    vde {
        vde: NetdevVdeOptions,
    },
    tap {
        tap: NetdevTapOptions,
    },
    socket {
        socket: NetdevSocketOptions,
    },
    bridge {
        bridge: NetdevBridgeOptions,
    },
    user {
        user: NetdevUserOptions,
    },
    vhost_user {
        vhost_user: NetdevVhostUserOptions,
    },
    nic {
        nic: NetLegacyNicOptions,
    },
    l2tpv3 {
        l2tpv3: NetdevL2TPv3Options,
    },
    netmap {
        netmap: NetdevNetmapOptions,
    },
}

Variants

Fields of vde

Fields of tap

Fields of socket

Fields of bridge

Fields of user

Fields of vhost_user

Fields of nic

Fields of l2tpv3

Fields of netmap

Methods

impl NetLegacyOptions
[src]

Trait Implementations

impl Debug for NetLegacyOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NetLegacyOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetLegacyOptions

impl Sync for NetLegacyOptions