@taiyi-io/api-connector-ts
Preparing search index...
ControlCreateSnapshotParams
Interface ControlCreateSnapshotParams
云主机快照创建请求参数
Interface
interface
ControlCreateSnapshotParams
{
description
?:
string
;
guest
:
string
;
label
:
string
;
}
Index
Properties
description?
guest
label
Properties
Optional
description
description
?:
string
快照描述
guest
guest
:
string
云主机ID
label
label
:
string
快照标签
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
guest
label
@taiyi-io/api-connector-ts
Loading...
云主机快照创建请求参数
Interface