| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.address |
アドレスカテゴリの同期・非同期クライアントを提供します。
|
| com.nifty.cloud.sdk.address.model |
アドレスカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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アドレスを割り当てます。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AllocateAddressResult |
AllocateAddressResult.withAllocationId(java.lang.String allocationId)
allocationIdを設定し、自オブジェクトを返します。
|
AllocateAddressResult |
AllocateAddressResult.withDomain(java.lang.String domain)
domainを設定し、自オブジェクトを返します。
|
AllocateAddressResult |
AllocateAddressResult.withPlacement(Placement placement)
ゾーン情報を設定し、自オブジェクトを返します。
|
AllocateAddressResult |
AllocateAddressResult.withPrivateIpAddress(java.lang.String privateIpAddress)
割り当てられたプライベートIPアドレスを設定し、自オブジェクトを返します。
|
AllocateAddressResult |
AllocateAddressResult.withPublicIp(java.lang.String publicIp)
割り当てられたグローバルIPアドレスを設定し、自オブジェクトを返します。
|
AllocateAddressResult |
AllocateAddressResult.withRequestId(java.lang.String requestId)
リクエスト識別子を設定し、自オブジェクトを返します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.