@taiyi-io/api-connector-ts
Preparing search index...
NodeConfig
Interface NodeConfig
资源节点配置
Interface
interface
NodeConfig
{
api_version
?:
string
;
host
:
string
;
id
:
string
;
locale
:
Locale
;
max_guests
?:
number
;
mode
:
NodeMode
;
name
:
string
;
port
:
number
;
portal_port
?:
number
;
published_host
?:
string
;
published_port
?:
number
;
published_portal_port
?:
number
;
tls_enabled
?:
boolean
;
}
Hierarchy (
View Summary
)
NodeData
NodeConfig
NodeConfigStatus
Index
Properties
api_
version?
host
id
locale
max_
guests?
mode
name
port
portal_
port?
published_
host?
published_
port?
published_
portal_
port?
tls_
enabled?
Properties
Optional
api_
version
api_version
?:
string
API版本
host
host
:
string
节点主机
id
id
:
string
节点ID
locale
locale
:
Locale
区域
Optional
max_
guests
max_guests
?:
number
最大云主机数
mode
mode
:
NodeMode
节点模式
name
name
:
string
节点名称
port
port
:
number
节点端口
Optional
portal_
port
portal_port
?:
number
门户端口
Optional
published_
host
published_host
?:
string
发布节点主机
Optional
published_
port
published_port
?:
number
发布节点端口
Optional
published_
portal_
port
published_portal_port
?:
number
发布门户端口
Optional
tls_
enabled
tls_enabled
?:
boolean
是否启用TLS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api_
version
host
id
locale
max_
guests
mode
name
port
portal_
port
published_
host
published_
port
published_
portal_
port
tls_
enabled
@taiyi-io/api-connector-ts
Loading...
资源节点配置
Interface