kaios-types
Preparing search index...
IPConfiguration
Interface IPConfiguration
Configuration for a static IP address.
interface
IPConfiguration
{
dns1
:
string
;
dns2
:
string
;
enabled
:
boolean
;
gateway
:
string
;
ipaddr
:
string
;
maskLength
:
number
;
proxy
:
string
;
}
Index
Properties
dns1
dns2
enabled
gateway
ipaddr
mask
Length
proxy
Properties
dns1
dns1
:
string
dns2
dns2
:
string
enabled
enabled
:
boolean
gateway
gateway
:
string
ipaddr
ipaddr
:
string
mask
Length
maskLength
:
number
proxy
proxy
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dns1
dns2
enabled
gateway
ipaddr
mask
Length
proxy
kaios-types
Loading...
Configuration for a static IP address.