Interface

NM-1.0NMSettingHostnameConstructorProps

interface ConstructorProps {
    from_dhcp: NM.Ternary;
    from_dns_lookup: NM.Ternary;
    fromDhcp: NM.Ternary;
    fromDnsLookup: NM.Ternary;
    name: string;
    only_from_default: NM.Ternary;
    onlyFromDefault: NM.Ternary;
    priority: number;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

from_dhcp: NM.Ternary
from_dns_lookup: NM.Ternary
fromDhcp: NM.Ternary
fromDnsLookup: NM.Ternary
only_from_default: NM.Ternary
onlyFromDefault: NM.Ternary
priority: number

Properties - Inherited from NM.Setting.ConstructorProps

name: string