@taiyi-io/api-connector-ts
Preparing search index...
NetworkInterface
Interface NetworkInterface
网络接口
Interface
interface
NetworkInterface
{
gateway
?:
string
;
ip_address
?:
string
;
ip_address_v6
?:
string
;
mac_address
:
string
;
name_servers
?:
string
[]
;
}
Index
Properties
gateway?
ip_
address?
ip_
address_
v6?
mac_
address
name_
servers?
Properties
Optional
gateway
gateway
?:
string
网关
Optional
ip_
address
ip_address
?:
string
IPv4地址
Optional
ip_
address_
v6
ip_address_v6
?:
string
IPv6地址
mac_
address
mac_address
:
string
MAC地址
Optional
name_
servers
name_servers
?:
string
[]
名称服务器
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
gateway
ip_
address
ip_
address_
v6
mac_
address
name_
servers
@taiyi-io/api-connector-ts
Loading...
网络接口
Interface