@truenas/api-client
GitHub
Preparing search index...
v25_10_0
VirtInstanceEntry
Interface VirtInstanceEntry
interface
VirtInstanceEntry
{
aliases
:
v25_10_0
.
VirtInstanceAlias
[]
;
autostart
:
boolean
;
cpu
:
string
|
null
;
environment
:
Record
<
string
,
string
>
;
id
:
string
;
image
:
v25_10_0
.
VirtInstanceImage
;
memory
:
number
|
null
;
name
:
string
;
privileged_mode
:
boolean
|
null
;
raw
:
Record
<
string
,
unknown
>
|
null
;
root_disk_io_bus
:
"NVME"
|
"VIRTIO-BLK"
|
"VIRTIO-SCSI"
|
null
;
root_disk_size
:
number
|
null
;
secure_boot
:
boolean
|
null
;
status
:
|
"ERROR"
|
"RUNNING"
|
"STOPPED"
|
"STOPPING"
|
"UNKNOWN"
|
"FROZEN"
|
"STARTING"
|
"FREEZING"
|
"THAWED"
|
"ABORTING"
;
storage_pool
:
string
;
type
:
"VM"
|
"CONTAINER"
;
userns_idmap
:
v25_10_0
.
VirtInstanceUserNsIdmap
|
null
;
vnc_enabled
:
boolean
;
vnc_password
:
string
|
null
;
vnc_port
:
number
|
null
;
}
Index
Properties
aliases
autostart
cpu
environment
id
image
memory
name
privileged_
mode
raw
root_
disk_
io_
bus
root_
disk_
size
secure_
boot
status
storage_
pool
type
userns_
idmap
vnc_
enabled
vnc_
password
vnc_
port
Properties
aliases
aliases
:
v25_10_0
.
VirtInstanceAlias
[]
autostart
autostart
:
boolean
cpu
cpu
:
string
|
null
environment
environment
:
Record
<
string
,
string
>
id
id
:
string
image
image
:
v25_10_0
.
VirtInstanceImage
memory
memory
:
number
|
null
name
name
:
string
privileged_
mode
privileged_mode
:
boolean
|
null
raw
raw
:
Record
<
string
,
unknown
>
|
null
root_
disk_
io_
bus
root_disk_io_bus
:
"NVME"
|
"VIRTIO-BLK"
|
"VIRTIO-SCSI"
|
null
root_
disk_
size
root_disk_size
:
number
|
null
secure_
boot
secure_boot
:
boolean
|
null
status
status
:
|
"ERROR"
|
"RUNNING"
|
"STOPPED"
|
"STOPPING"
|
"UNKNOWN"
|
"FROZEN"
|
"STARTING"
|
"FREEZING"
|
"THAWED"
|
"ABORTING"
storage_
pool
storage_pool
:
string
type
type
:
"VM"
|
"CONTAINER"
userns_
idmap
userns_idmap
:
v25_10_0
.
VirtInstanceUserNsIdmap
|
null
vnc_
enabled
vnc_enabled
:
boolean
vnc_
password
vnc_password
:
string
|
null
vnc_
port
vnc_port
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aliases
autostart
cpu
environment
id
image
memory
name
privileged_
mode
raw
root_
disk_
io_
bus
root_
disk_
size
secure_
boot
status
storage_
pool
type
userns_
idmap
vnc_
enabled
vnc_
password
vnc_
port
GitHub
@truenas/api-client
Loading...