Available in VPC
This is information of servers included in Fabric cluster.
Syntax
The syntax is as follows:
private String serverInstanceNo;
private String serverName;
private CommonCode serverInstanceStatus;
private CommonCode serverInstanceOperation;
private String serverInstanceStatusName;
Field
The following describes the fields.
| Field |
Type |
Required |
Description |
serverInstanceNo |
String |
Required |
Server instance number- NAVER Cloud Platform's identifier to identify server instances (VMs)
|
serverName |
String |
Required |
Server name |
serverInstanceStatus |
CommonCode |
Required |
Server instance statusINIT | CREAT | RUN | NSTOP | TERMT | FSTOP | SD_FL | RS_FL | ST_FLINIT: InitiatedCREAT: CreatedRUN: RunNSTOP: Normal stoppedTERMT: terminatedFSTOP: Failure stoppedSD_FL: Start failureRS_FL: Restart failureST_FL: Start failure
|
serverInstanceOperation |
CommonCode |
Required |
Server instance operation statusSTART | SHTDN | RESTA | TERMT | NULL | MIGRA | COPY | SETUP | HREST | HSHTD | CHNG | CREATSTART: StartSHTDN: ShutdownRESTA: RestartTERMT: TerminateNULL: No operationMIGRA: MigrationCOPY: CopySETUP: SetupHREST: Force restartHSHTD: Force shutdownCHNG: Spec changeCREAT: Create
|
serverInstanceStatusName |
String |
Required |
Server instance status name- Pass the current server instance status name by combining the server instance status and the server instance operation status.
init | creating | booting | setting up | running | rebooting | hard rebooting | shutting down | hard shutting down | terminating | changingSpec | copying | repairing
|