@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VirtInstanceCreate
Interface VirtInstanceCreate
interface
VirtInstanceCreate
{
autostart
?:
boolean
|
null
;
cpu
?:
string
|
null
;
devices
?:
v25_10_0
.
VirtDeviceType
[]
|
null
;
environment
?:
Record
<
string
,
string
>
|
null
;
image
:
string
;
instance_type
?:
"CONTAINER"
;
memory
?:
number
|
null
;
name
:
string
;
privileged_mode
?:
boolean
;
remote
?:
"LINUX_CONTAINERS"
;
root_disk_io_bus
?:
"NVME"
|
"VIRTIO-BLK"
|
"VIRTIO-SCSI"
;
root_disk_size
?:
number
;
source_type
?:
"IMAGE"
;
storage_pool
?:
string
|
null
;
}
Index
Properties
autostart?
cpu?
devices?
environment?
image
instance_
type?
memory?
name
privileged_
mode?
remote?
root_
disk_
io_
bus?
root_
disk_
size?
source_
type?
storage_
pool?
Properties
Optional
autostart
autostart
?:
boolean
|
null
Optional
cpu
cpu
?:
string
|
null
Optional
devices
devices
?:
v25_10_0
.
VirtDeviceType
[]
|
null
Optional
environment
environment
?:
Record
<
string
,
string
>
|
null
image
image
:
string
Optional
instance_
type
instance_type
?:
"CONTAINER"
Optional
memory
memory
?:
number
|
null
name
name
:
string
Optional
privileged_
mode
privileged_mode
?:
boolean
Optional
remote
remote
?:
"LINUX_CONTAINERS"
Optional
root_
disk_
io_
bus
root_disk_io_bus
?:
"NVME"
|
"VIRTIO-BLK"
|
"VIRTIO-SCSI"
Optional
root_
disk_
size
root_disk_size
?:
number
Optional
source_
type
source_type
?:
"IMAGE"
Optional
storage_
pool
storage_pool
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autostart
cpu
devices
environment
image
instance_
type
memory
name
privileged_
mode
remote
root_
disk_
io_
bus
root_
disk_
size
source_
type
storage_
pool
GitHub
@truenas/api-client
Loading...