| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.dhcp |
DHCPカテゴリの同期・非同期クライアントを提供します。
|
| com.nifty.cloud.sdk.dhcp.model |
DHCPカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| com.nifty.cloud.sdk.sample |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
NiftyCreateDhcpIpAddressPoolResult |
NiftyDhcp.niftyCreateDhcpIpAddressPool(NiftyCreateDhcpIpAddressPoolRequest request)
DHCPコンフィグに自動割り当てIPアドレスの設定を追加します。
|
NiftyCreateDhcpIpAddressPoolResult |
NiftyDhcpClient.niftyCreateDhcpIpAddressPool(NiftyCreateDhcpIpAddressPoolRequest request) |
java.util.concurrent.Future<NiftyCreateDhcpIpAddressPoolResult> |
NiftyDhcpAsyncClient.niftyCreateDhcpIpAddressPoolAsync(NiftyCreateDhcpIpAddressPoolRequest request) |
java.util.concurrent.Future<NiftyCreateDhcpIpAddressPoolResult> |
NiftyDhcpAsync.niftyCreateDhcpIpAddressPoolAsync(NiftyCreateDhcpIpAddressPoolRequest request)
非同期でDHCPコンフィグに自動割り当てIPアドレスの設定を追加します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
NiftyCreateDhcpIpAddressPoolRequest |
NiftyCreateDhcpIpAddressPoolRequest.withDescription(java.lang.String description)
メモを設定し、自オブジェクトを返します。
|
NiftyCreateDhcpIpAddressPoolRequest |
NiftyCreateDhcpIpAddressPoolRequest.withDhcpConfigId(java.lang.String dhcpConfigId)
DHCPコンフィグIDを設定し、自オブジェクトを返します。
|
NiftyCreateDhcpIpAddressPoolRequest |
NiftyCreateDhcpIpAddressPoolRequest.withStartIpAddress(java.lang.String startIpAddress)
開始IPアドレスを設定し、自オブジェクトを返します。
|
NiftyCreateDhcpIpAddressPoolRequest |
NiftyCreateDhcpIpAddressPoolRequest.withStopIpAddress(java.lang.String stopIpAddress)
終了IPアドレスを設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
NiftyCreateDhcpIpAddressPoolSample.invokeNiftyCreateDhcpIpAddressPool(NiftyDhcpClient client,
NiftyCreateDhcpIpAddressPoolRequest request)
NiftyCreateDhcpIpAddressPool 実行サンプル
設定されたリクエストから NiftyCreateDhcpIpAddressPool を実行し、実行結果を表示します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.