@taiyi-io/api-connector-ts
Preparing search index...
ControlStopGuestParams
Interface ControlStopGuestParams
云主机停止请求参数
Interface
interface
ControlStopGuestParams
{
force
:
boolean
;
guest
:
string
;
reboot
:
boolean
;
}
Index
Properties
force
guest
reboot
Properties
force
force
:
boolean
是否强制停止
guest
guest
:
string
云主机ID
reboot
reboot
:
boolean
是否重启
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
force
guest
reboot
@taiyi-io/api-connector-ts
Loading...
云主机停止请求参数
Interface