\App\NetworkModule\EnumsInterfaceStates

Network interface states enum

Summary

Methods
Properties
Constants
CONNECTED()
DISCONNECTED()
GETTING_IP_CONFIGURATION()
UNAVAILABLE()
UNMANAGED()
No public properties found
CONNECTED
DISCONNECTED
GETTING_IP_CONFIGURATION
UNAVAILABLE
UNMANAGED
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

CONNECTED

CONNECTED = 'connected' : 

The interface has a network connection

DISCONNECTED

DISCONNECTED = 'disconnected' : 

The interface can be activated, but is currently idle and not connected to the network

GETTING_IP_CONFIGURATION

GETTING_IP_CONFIGURATION = 'connecting (getting IP configuration)' : 

UNAVAILABLE

UNAVAILABLE = 'unavailable' : 

The interface is managed by NetworkManager, but is not available for use

UNMANAGED

UNMANAGED = 'unmanaged' : 

The interface is recognized, but not managed by NetworkManager

Methods

CONNECTED()

CONNECTED() : \App\NetworkModule\Enums\InterfaceStates

Returns

\App\NetworkModule\Enums\InterfaceStates

DISCONNECTED()

DISCONNECTED() : \App\NetworkModule\Enums\InterfaceStates

Returns

\App\NetworkModule\Enums\InterfaceStates

GETTING_IP_CONFIGURATION()

GETTING_IP_CONFIGURATION() : \App\NetworkModule\Enums\InterfaceStates

Returns

\App\NetworkModule\Enums\InterfaceStates

UNAVAILABLE()

UNAVAILABLE() : \App\NetworkModule\Enums\InterfaceStates

Returns

\App\NetworkModule\Enums\InterfaceStates

UNMANAGED()

UNMANAGED() : \App\NetworkModule\Enums\InterfaceStates

Returns

\App\NetworkModule\Enums\InterfaceStates