Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 2.65 KB

File metadata and controls

67 lines (54 loc) · 2.65 KB

Server

Properties

Name Type Description Notes
bootOrder BootOrderEnum The storage device boot order. [optional]
coreNumber BigDecimal The number of CPU cores dedicated to the server. See List server configurations. [optional]
firewall FirewallEnum The state of the server firewall rules. [optional]
host BigDecimal [optional]
hostname String A valid hostname, e.g. host.example.com. The maximum length is 128 characters. [optional]
ipAddresses IpAddresses [optional]
license BigDecimal [optional]
memoryAmount BigDecimal The amount of main memory in megabytes. See List server configurations. [optional]
nicModel String The model of the server's network interfaces. [optional]
plan String The pricing plan used. If a plan is selected, the core_number and memory_amount must match the plan if they are present. [optional]
planIpv4Bytes BigDecimal [optional]
planIpv6Bytes BigDecimal [optional]
state ServerState [optional]
storageDevices ServerStorageDevices [optional]
tags ServerTags [optional]
timezone String A timezone identifier, e.g. Europe/Helsinki. See Timezones. [optional]
title String A short description. [optional]
uuid UUID [optional]
videoModel VideoModelEnum The model of the server's video interface. [optional]
vnc VncEnum The state of the VNC remote access service. [optional]
vncHost String [optional]
vncPassword String The VNC remote access password. [optional]
vncPort String [optional]
zone String [optional]

Enum: BootOrderEnum

Name Value
DISK "disk"
CDROM "cdrom"
DISK_CDROM "disk,cdrom"
CDROM_DISK "cdrom,disk"

Enum: FirewallEnum

Name Value
ON "on"
OFF "off"

Enum: VideoModelEnum

Name Value
VGA "vga"
CIRRUS "cirrus"

Enum: VncEnum

Name Value
ON "on"
OFF "off"