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_FLINIT: InitiatedCREAT: CreatedRUN: RunNSTOP: Normal StoppedTERMT: TerminatedFSTOP: Failure StoppedSD_FL: Start FailureRS_FL: Restart FailureST_FL: Start Failure
|
serverInstanceOperation |
CommonCode |
Required |
サーバインスタンスの運用状態START | SHTDN | RESTA | TERMT | NULL | MIGRA | COPY | SETUP | HREST | HSHTD | CHNG | CREATSTART: StartSHTDN: ShutdownRESTA: RestartTERMT: TerminateNULL: No OperationMIGRA: MigrationCOPY: CopySETUP: SetupHREST: 強制 RestartHSHTD: 強制 ShutdownCHNG: Spec ChangeCREAT: Create
|
serverInstanceStatusName |
String |
Required |
サーバインスタンスの状態名- サーバインスタンスの状態とサーバインスタンスの運用状態を組み合わせて現在のサーバインスタンスの状態名を渡す
init | creating | booting | setting up | running | rebooting | hard rebooting | shutting down | hard shutting down | terminating | changingSpec | copying | repairing
|