@taiyi-io/api-connector-ts
Preparing search index...
ControlAddPoolNodeParams
Interface ControlAddPoolNodeParams
添加计算资源池节点请求参数
Interface
interface
ControlAddPoolNodeParams
{
node
:
string
;
pool
:
string
;
}
Index
Properties
node
pool
Properties
node
node
:
string
节点ID
pool
pool
:
string
资源池ID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
pool
@taiyi-io/api-connector-ts
Loading...
添加计算资源池节点请求参数
Interface