hetzner-ts
Preparing search index...
servers/images/images
ListImagesParams
Interface ListImagesParams
interface
ListImagesParams
{
architecture
?:
"x86"
|
"arm64"
;
bound_to
?:
string
;
include_deprecated
?:
boolean
;
label_selector
?:
string
;
name
?:
string
;
page
?:
number
;
per_page
?:
number
;
sort
?:
"id"
|
"id:asc"
|
"id:desc"
|
"name"
|
"name:asc"
|
"name:desc"
;
status
?:
"available"
|
"creating"
|
"unavailable"
;
type
?:
"system"
|
"app"
|
"snapshot"
|
"backup"
;
}
Index
Properties
architecture?
bound_
to?
include_
deprecated?
label_
selector?
name?
page?
per_
page?
sort?
status?
type?
Properties
Optional
architecture
architecture
?:
"x86"
|
"arm64"
Optional
bound_
to
bound_to
?:
string
Optional
include_
deprecated
include_deprecated
?:
boolean
Optional
label_
selector
label_selector
?:
string
Optional
name
name
?:
string
Optional
page
page
?:
number
Optional
per_
page
per_page
?:
number
Optional
sort
sort
?:
"id"
|
"id:asc"
|
"id:desc"
|
"name"
|
"name:asc"
|
"name:desc"
Optional
status
status
?:
"available"
|
"creating"
|
"unavailable"
Optional
type
type
?:
"system"
|
"app"
|
"snapshot"
|
"backup"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
architecture
bound_
to
include_
deprecated
label_
selector
name
page
per_
page
sort
status
type
hetzner-ts
Loading...