@taiyi-io/api-connector-ts
Preparing search index...
ClusterNode
Interface ClusterNode
资源节点
Interface
interface
ClusterNode
{
api_version
?:
string
;
disabled
?:
boolean
;
host
:
string
;
id
:
string
;
mode
:
NodeMode
;
name
:
string
;
pool
?:
string
;
port
:
number
;
public_key
:
string
;
published_host
?:
string
;
published_port
?:
number
;
signature_algorithm
:
string
;
tls_enabled
?:
boolean
;
}
Hierarchy (
View Summary
)
NodeData
ClusterNode
ClusterNodeData
Index
Properties
api_
version?
disabled?
host
id
mode
name
pool?
port
public_
key
published_
host?
published_
port?
signature_
algorithm
tls_
enabled?
Properties
Optional
api_
version
api_version
?:
string
API版本
Optional
disabled
disabled
?:
boolean
是否禁用
host
host
:
string
节点主机
id
id
:
string
节点ID
mode
mode
:
NodeMode
节点模式
name
name
:
string
节点名称
Optional
pool
pool
?:
string
所属资源池
port
port
:
number
节点端口
public_
key
public_key
:
string
公钥
Optional
published_
host
published_host
?:
string
发布节点主机
Optional
published_
port
published_port
?:
number
发布节点端口
signature_
algorithm
signature_algorithm
:
string
签名算法
Optional
tls_
enabled
tls_enabled
?:
boolean
是否启用TLS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api_
version
disabled
host
id
mode
name
pool
port
public_
key
published_
host
published_
port
signature_
algorithm
tls_
enabled
@taiyi-io/api-connector-ts
Loading...
资源节点
Interface