@taiyi-io/api-connector-ts
Preparing search index...
ControlCreateGuestParams
Interface ControlCreateGuestParams
云主机创建请求参数
Interface
interface
ControlCreateGuestParams
{
access_level
:
ResourceAccessLevel
;
auto_start
?:
boolean
;
cloud_init
?:
ControlCloudInitConfig
;
cores
:
number
;
disks
:
number
[]
;
memory
:
number
;
name
:
string
;
pool
:
string
;
qos
?:
GuestQoS
;
source_image
?:
string
;
system
?:
string
;
}
Hierarchy (
View Summary
)
GuestConfig
ControlCreateGuestParams
Index
Properties
access_
level
auto_
start?
cloud_
init?
cores
disks
memory
name
pool
qos?
source_
image?
system?
Properties
access_
level
access_level
:
ResourceAccessLevel
资源访问级别
Optional
auto_
start
auto_start
?:
boolean
自动启动
Optional
cloud_
init
cloud_init
?:
ControlCloudInitConfig
CloudInit配置
cores
cores
:
number
核心数
disks
disks
:
number
[]
磁盘大小列表,单位MB
memory
memory
:
number
内存大小,单位MB
name
name
:
string
名称
pool
pool
:
string
所属计算资源池
Optional
qos
qos
?:
GuestQoS
Optional
source_
image
source_image
?:
string
源镜像
Optional
system
system
?:
string
云主机系统规格
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
level
auto_
start
cloud_
init
cores
disks
memory
name
pool
qos
source_
image
system
@taiyi-io/api-connector-ts
Loading...
云主机创建请求参数
Interface