Representation of a node used by Cloudiator
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Human-readable name for the node. | [optional] |
| loginCredential | LoginCredential | [optional] | |
| ipAddresses | List<IpAddress> | The public/private ip addresses under which this node is reachable. | [optional] |
| nodeProperties | NodeProperties | [optional] | |
| reason | String | Reason this node was created | [optional] |
| diagnostic | String | Diagnostic information about the node state | [optional] |
| nodeCandidate | String | The node candidate this node was created from if applicable. | [optional] |
| 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] |
| Name | Value |
|---|---|
| UNKNOWN_TYPE | "UNKNOWN_TYPE" |
| VM | "VM" |
| BYON | "BYON" |
| CONTAINER | "CONTAINER" |
| FAAS | "FAAS" |
| SIMULATION | "SIMULATION" |
| Name | Value |
|---|---|
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| ERROR | "ERROR" |
| DELETED | "DELETED" |