Interface

NM-1.0NMVpnServicePluginConstructorProps

interface ConstructorProps {
    service_name: string;
    serviceName: string;
    state: NM.VpnServiceState;
    watch_peer: boolean;
    watchPeer: boolean;
}

Hierarchy (View Summary)

Index

Properties

service_name: string
serviceName: string
watch_peer: boolean
watchPeer: boolean