@taiyi-io/api-connector-ts
Preparing search index...
ControlImportGuestsParams
Interface ControlImportGuestsParams
导入云主机请求参数
Interface
interface
ControlImportGuestsParams
{
guests
:
string
[]
;
source
:
string
;
to_node
?:
string
;
}
Index
Properties
guests
source
to_
node?
Properties
guests
guests
:
string
[]
客户机ID列表
source
source
:
string
导入源ID
Optional
to_
node
to_node
?:
string
目标节点ID(可选)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
guests
source
to_
node
@taiyi-io/api-connector-ts
Loading...
导入云主机请求参数
Interface