Interface

NM-1.0NMSettingWiredConstructorProps

interface ConstructorProps {
    accept_all_mac_addresses: NM.Ternary;
    acceptAllMacAddresses: NM.Ternary;
    auto_negotiate: boolean;
    autoNegotiate: boolean;
    cloned_mac_address: string;
    clonedMacAddress: string;
    duplex: string;
    generate_mac_address_mask: string;
    generateMacAddressMask: string;
    mac_address: string;
    mac_address_blacklist: string[];
    mac_address_denylist: string[];
    macAddress: string;
    macAddressBlacklist: string[];
    macAddressDenylist: string[];
    mtu: number;
    name: string;
    port: string;
    s390_nettype: string;
    s390_options: GLib.HashTable<string, string>;
    s390_subchannels: string[];
    s390Nettype: string;
    s390Options: GLib.HashTable<string, string>;
    s390Subchannels: string[];
    speed: number;
    wake_on_lan: number;
    wake_on_lan_password: string;
    wakeOnLan: number;
    wakeOnLanPassword: string;
}

Hierarchy (View Summary)

Index

Properties

accept_all_mac_addresses: NM.Ternary
acceptAllMacAddresses: NM.Ternary
auto_negotiate: boolean
autoNegotiate: boolean
cloned_mac_address: string
clonedMacAddress: string
duplex: string
generate_mac_address_mask: string
generateMacAddressMask: string
mac_address: string
mac_address_blacklist: string[]
mac_address_denylist: string[]
macAddress: string
macAddressBlacklist: string[]
macAddressDenylist: string[]
mtu: number
port: string
s390_nettype: string
s390_options: GLib.HashTable<string, string>
s390_subchannels: string[]
s390Nettype: string
s390Options: GLib.HashTable<string, string>
s390Subchannels: string[]
speed: number
wake_on_lan: number
wake_on_lan_password: string
wakeOnLan: number
wakeOnLanPassword: string

Properties - Inherited from NM.Setting.ConstructorProps

name: string