Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 980 Bytes

NodeAllOf.md

File metadata and controls

40 lines (25 loc) · 980 Bytes

NodeAllOf

Properties

Name Type Description Notes
id String Unique identifier of this node. [optional]
originId String Original id of this node. Is present of the node was created e.g. at a cloud provider. [optional]
userId String User id of the owner of this node. [optional]
nodeType NodeTypeEnum The type of this node. [optional]
state StateEnum The state the node is currently in. [optional]

Enum: NodeTypeEnum

Name Value
UNKNOWN_TYPE "UNKNOWN_TYPE"
VM "VM"
BYON "BYON"
CONTAINER "CONTAINER"
FAAS "FAAS"
SIMULATION "SIMULATION"

Enum: StateEnum

Name Value
PENDING "PENDING"
RUNNING "RUNNING"
ERROR "ERROR"
DELETED "DELETED"