@taiyi-io/api-connector-ts
Preparing search index...
GuestConfig
Interface GuestConfig
interface
GuestConfig
{
access_level
:
ResourceAccessLevel
;
auto_start
?:
boolean
;
cloud_init
?:
ControlCloudInitConfig
;
cores
:
number
;
disks
:
number
[]
;
memory
:
number
;
name
:
string
;
qos
?:
GuestQoS
;
source_image
?:
string
;
traffic_quota
?:
TrafficQuotaSpec
;
}
Hierarchy (
View Summary
)
GuestConfig
ControlCreateGuestParams
Index
Properties
access_
level
auto_
start?
cloud_
init?
cores
disks
memory
name
qos?
source_
image?
traffic_
quota?
Properties
access_
level
access_level
:
ResourceAccessLevel
Optional
auto_
start
auto_start
?:
boolean
Optional
cloud_
init
cloud_init
?:
ControlCloudInitConfig
cores
cores
:
number
disks
disks
:
number
[]
memory
memory
:
number
name
name
:
string
Optional
qos
qos
?:
GuestQoS
Optional
source_
image
source_image
?:
string
Optional
traffic_
quota
traffic_quota
?:
TrafficQuotaSpec
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
level
auto_
start
cloud_
init
cores
disks
memory
name
qos
source_
image
traffic_
quota
@taiyi-io/api-connector-ts
Loading...