| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.server.model |
サーバーカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InstanceState |
InstanceStateChange.getCurrentState()
サーバーの現在のステータスを取得します。
|
InstanceState |
InstanceStateChange.getPreviousState()
サーバーの1つ前のステータスを取得します。
|
InstanceState |
Instance.getState()
サーバーステータス情報を取得します。
|
InstanceState |
InstanceState.withCode(java.lang.Integer code)
ステータスコードを設定し、自オブジェクトを返します。
|
InstanceState |
InstanceState.withName(java.lang.String name)
ステータス名を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InstanceStateChange.setCurrentState(InstanceState currentState)
サーバーの現在のステータスを設定します。
|
void |
InstanceStateChange.setPreviousState(InstanceState previousState)
サーバーの1つ前のステータスを設定します。
|
void |
Instance.setState(InstanceState state)
サーバーステータス情報を設定します。
|
InstanceStateChange |
InstanceStateChange.withCurrentState(InstanceState currentState)
サーバーの現在のステータスを設定し、自オブジェクトを返します。
|
InstanceStateChange |
InstanceStateChange.withPreviousState(InstanceState previousState)
サーバーの1つ前のステータスを設定し、自オブジェクトを返します。
|
Instance |
Instance.withState(InstanceState state)
サーバーステータス情報を設定し、自オブジェクトを返します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.