@taiyi-io/api-connector-ts
Preparing search index...
ControlMigrateToNodeParams
Interface ControlMigrateToNodeParams
迁移云主机到目标节点请求参数
Interface
interface
ControlMigrateToNodeParams
{
guests
:
string
[]
;
target_node
:
string
;
}
Index
Properties
guests
target_
node
Properties
guests
guests
:
string
[]
云主机ID列表
target_
node
target_node
:
string
目标节点ID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
guests
target_
node
@taiyi-io/api-connector-ts
Loading...
迁移云主机到目标节点请求参数
Interface