Interface

NM-1.0NMSettingIPTunnelConstructorProps

interface ConstructorProps {
    encapsulation_limit: number;
    encapsulationLimit: number;
    flags: number;
    flow_label: number;
    flowLabel: number;
    fwmark: number;
    input_key: string;
    inputKey: string;
    local: string;
    mode: number;
    mtu: number;
    name: string;
    output_key: string;
    outputKey: string;
    parent: string;
    path_mtu_discovery: boolean;
    pathMtuDiscovery: boolean;
    remote: string;
    tos: number;
    ttl: number;
}

Hierarchy (View Summary)

Index

Properties

encapsulation_limit: number
encapsulationLimit: number
flags: number
flow_label: number
flowLabel: number
fwmark: number
input_key: string
inputKey: string
local: string
mode: number
mtu: number
output_key: string
outputKey: string
parent: string
path_mtu_discovery: boolean
pathMtuDiscovery: boolean
remote: string
tos: number
ttl: number

Properties - Inherited from NM.Setting.ConstructorProps

name: string