FabricClusterServerInstance

Prev Next

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 status
  • INIT | CREAT | RUN | NSTOP | TERMT | FSTOP | SD_FL | RS_FL | ST_FL
    • INIT: Initiated
    • CREAT: Created
    • RUN: Run
    • NSTOP: Normal stopped
    • TERMT: terminated
    • FSTOP: Failure stopped
    • SD_FL: Start failure
    • RS_FL: Restart failure
    • ST_FL: Start failure
serverInstanceOperation CommonCode Required Server instance operation status
  • START | SHTDN | RESTA | TERMT | NULL | MIGRA | COPY | SETUP | HREST | HSHTD | CHNG | CREAT
    • START: Start
    • SHTDN: Shutdown
    • RESTA: Restart
    • TERMT: Terminate
    • NULL: No operation
    • MIGRA: Migration
    • COPY: Copy
    • SETUP: Setup
    • HREST: Force restart
    • HSHTD: Force shutdown
    • CHNG: Spec change
    • CREAT: 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