FabricClusterServerInstance

Prev Next

VPC環境で利用できます。

Fabric Clusterに含まれたサーバインスタンス情報です。

構文

構文は次の通りです。

private String serverInstanceNo;
private String serverName;
private CommonCode serverInstanceStatus;
private CommonCode serverInstanceOperation;
private String serverInstanceStatusName;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
serverInstanceNo String Required サーバインスタンス番号
  • サーバインスタンス(VM)を識別するための NAVERクラウドプラットフォームの識別子
serverName String Required サーバ名
serverInstanceStatus CommonCode Required サーバインスタンスの状態
  • 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 サーバインスタンスの運用状態
  • 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: 強制 Restart
    • HSHTD: 強制 Shutdown
    • CHNG: Spec Change
    • CREAT: Create
serverInstanceStatusName String Required サーバインスタンスの状態名
  • サーバインスタンスの状態とサーバインスタンスの運用状態を組み合わせて現在のサーバインスタンスの状態名を渡す
  • init | creating | booting | setting up | running | rebooting | hard rebooting | shutting down | hard shutting down | terminating | changingSpec | copying | repairing