@taiyi-io/api-connector-ts
Preparing search index...
ControlInstallDiskImageParams
Interface ControlInstallDiskImageParams
云主机安装镜像请求参数
Interface
interface
ControlInstallDiskImageParams
{
file
:
string
;
guest
:
string
;
volume
:
string
;
}
Index
Properties
file
guest
volume
Properties
file
file
:
string
镜像文件ID
guest
guest
:
string
云主机ID
volume
volume
:
string
磁盘标签
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
guest
volume
@taiyi-io/api-connector-ts
Loading...
云主机安装镜像请求参数
Interface