| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.address |
アドレスカテゴリの同期・非同期クライアントを提供します。
|
| com.nifty.cloud.sdk.address.model |
アドレスカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| com.nifty.cloud.sdk.sample |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AllocateAddressResult |
NiftyAddress.allocateAddress(AllocateAddressRequest request)
付替IPアドレスを割り当てます。
|
AllocateAddressResult |
NiftyAddressClient.allocateAddress(AllocateAddressRequest request) |
java.util.concurrent.Future<AllocateAddressResult> |
NiftyAddressAsyncClient.allocateAddressAsync(AllocateAddressRequest request) |
java.util.concurrent.Future<AllocateAddressResult> |
NiftyAddressAsync.allocateAddressAsync(AllocateAddressRequest request)
非同期で付替IPアドレスを割り当てます。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AllocateAddressRequest |
AllocateAddressRequest.withDomain(java.lang.String domain)
domainを設定し、自オブジェクトを返します。
|
AllocateAddressRequest |
AllocateAddressRequest.withInstanceId(java.lang.String instanceId)
サーバー名を設定し、自オブジェクトを返します。
|
AllocateAddressRequest |
AllocateAddressRequest.withNiftyPrivateIp(java.lang.Boolean niftyPrivateIp)
プライベートIPを設定し、自オブジェクトを返します。
|
AllocateAddressRequest |
AllocateAddressRequest.withPlacement(Placement placement)
ゾーン情報を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
AllocateAddressSample.invokeAllocateAddress(NiftyAddressClient client,
AllocateAddressRequest request)
AllocateAddress 実行サンプル
設定されたリクエストから AllocateAddress を実行し、実行結果を表示します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.