ReleaseAddress
処理概要
付替IPアドレスの解放を行います。
指定するパラメーター
| パラメーター | 型 | 説明 | 必須 |
|---|---|---|---|
| PublicIp | string |
グローバルIPアドレス |
○ (PrivateIpAddressといずれか) |
| PrivateIpAddress | string |
プライベートIPアドレス |
○ (PublicIpといずれか) |
| AllocationId | string |
※指定不可 |
応答フィールド
| フィールド (項目) | 型 | 説明 |
|---|---|---|
| ReleaseAddressResponse | - |
ReleaseAddressレスポンス |
| ␣requestId | string |
リクエスト識別子 |
| ␣return | boolean |
処理ステータス 値:
|
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/
?Action=ReleaseAddress
&PublicIp=203.0.113.2
&CommonParams
応答サンプル
<ReleaseAddressResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
<return>true</return>
</ReleaseAddressResponse>


