ServerProperties

Properties

NameTypeDescriptionNotes

availabilityZone

The availability zone in which the server should be provisioned.

[optional]

bootCdrom

[optional]

bootVolume

[optional]

cores

Integer

The total number of cores for the enterprise server.

[optional]

cpuFamily

String

CPU architecture on which server gets provisioned; not all CPU architectures are available in all datacenter regions; available CPU architectures can be retrieved from the datacenter resource; must not be provided for CUBE servers.

[optional]

name

String

The name of the resource.

[optional]

ram

Integer

The memory size for the enterprise server in MB, such as 2048. Size must be specified in multiples of 256 MB with a minimum of 256 MB; however, if you set ramHotPlug to TRUE then you must use a minimum of 1024 MB. If you set the RAM size more than 240GB, then ramHotPlug will be set to FALSE and can not be set to TRUE unless RAM size not set to less than 240GB.

[optional]

templateUuid

String

The ID of the template for creating a CUBE server; the available templates for CUBE servers can be found on the templates resource.

[optional]

type

String

Server type: CUBE or ENTERPRISE.

[optional]

vmState

Status of the virtual machine.

[optional] [readonly]

Enum: AvailabilityZoneEnum

NameValue

AUTO

"AUTO"

ZONE_1

"ZONE_1"

ZONE_2

"ZONE_2"

Enum: VmStateEnum

NameValue

NOSTATE

"NOSTATE"

RUNNING

"RUNNING"

BLOCKED

"BLOCKED"

PAUSED

"PAUSED"

SHUTDOWN

"SHUTDOWN"

SHUTOFF

"SHUTOFF"

CRASHED

"CRASHED"

SUSPENDED

"SUSPENDED"

Last updated