pterowraptyl
Preparing search index...
CreateServerRequest
Interface CreateServerRequest
interface
CreateServerRequest
{
allocation
:
CreateServerAllocation
;
deploy
?:
{
dedicated_ip
:
boolean
;
locations
:
number
[]
;
port_range
:
string
[]
;
}
;
docker_image
?:
string
;
egg
:
number
;
environment
?:
Record
<
string
,
string
>
;
feature_limits
:
CreateServerFeatureLimits
;
limits
:
CreateServerLimits
;
name
:
string
;
startup
?:
string
;
user
:
number
;
}
Index
Properties
allocation
deploy?
docker_
image?
egg
environment?
feature_
limits
limits
name
startup?
user
Properties
allocation
allocation
:
CreateServerAllocation
Optional
deploy
deploy
?:
{
dedicated_ip
:
boolean
;
locations
:
number
[]
;
port_range
:
string
[]
}
Optional
docker_
image
docker_image
?:
string
egg
egg
:
number
Optional
environment
environment
?:
Record
<
string
,
string
>
feature_
limits
feature_limits
:
CreateServerFeatureLimits
limits
limits
:
CreateServerLimits
name
name
:
string
Optional
startup
startup
?:
string
user
user
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allocation
deploy
docker_
image
egg
environment
feature_
limits
limits
name
startup
user
pterowraptyl
Loading...