DeleteRemoteAccessVpnGatewayConnections
処理概要
リモートアクセスVPNゲートウェイのコネクションを削除します。
指定するパラメーター
| パラメーター | 型 | 説明 | 必須 |
|---|---|---|---|
| RemoteAccessVpnGatewayId | string |
リモートアクセスVPNゲートウェイユニークID |
○ |
| Connection.n.ConnectionId | string |
コネクションID 備考: 1つのみ指定可能です。 |
○ |
応答フィールド
| フィールド (項目) | 型 | 説明 |
|---|---|---|
| DeleteRemoteAccessVpnGatewayConnectionsResponse | - |
DeleteRemoteAccessVpnGatewayConnectionsレスポンス |
| ␣requestId | string |
リクエスト識別子 |
| ␣return | boolean |
処理ステータス 値:
|
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/?
Action=DeleteRemoteAccessVpnGatewayConnections
&RemoteAccessVpnGatewayId=ravgw-01234567
&Connection.1.ConnectionId=xxxxxxxxxxxxxx
&CommonParams
応答サンプル
<DeleteRemoteAccessVpnGatewayConnectionsResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>cec1c6a8-9642-413c-a741-2f56e9138b64</requestId>
<return>true</return>
</DeleteRemoteAccessVpnGatewayConnectionsResponse>
