GitHub Project
Developers Reference
Preparing search index...
The search index is not available
Scaleway JS SDK
Scaleway JS SDK
clients/src
Instance
v1
Image
Interface Image
interface
Image
{
arch
:
Arch
;
creationDate
?:
Date
;
defaultBootscript
?:
Bootscript
;
extraVolumes
:
Record
<
string
,
Instance
.
v1
.
Volume
>
;
fromServer
:
string
;
id
:
string
;
modificationDate
?:
Date
;
name
:
string
;
organization
:
string
;
project
:
string
;
public
:
boolean
;
rootVolume
?:
VolumeSummary
;
state
:
ImageState
;
tags
:
string
[]
;
zone
:
Zone
;
}
Index
Properties
arch
creation
Date?
default
Bootscript?
extra
Volumes
from
Server
id
modification
Date?
name
organization
project
public
root
Volume?
state
tags
zone
Properties
arch
arch
:
Arch
Optional
creation
Date
creation
Date
?:
Date
Optional
default
Bootscript
default
Bootscript
?:
Bootscript
Deprecated
extra
Volumes
extra
Volumes
:
Record
<
string
,
Instance
.
v1
.
Volume
>
from
Server
from
Server
:
string
id
id
:
string
Optional
modification
Date
modification
Date
?:
Date
name
name
:
string
organization
organization
:
string
project
project
:
string
public
public
:
boolean
Optional
root
Volume
root
Volume
?:
VolumeSummary
state
state
:
ImageState
tags
tags
:
string
[]
zone
zone
:
Zone
Zone to target. If none is passed will use default zone from the config.
Settings
Theme
OS
Light
Dark
On This Page
Properties
arch
creation
Date
default
Bootscript
extra
Volumes
from
Server
id
modification
Date
name
organization
project
public
root
Volume
state
tags
zone
GitHub Project
Developers Reference
Scaleway JS SDK
Loading...
Deprecated