NiftyCreateNatTable
処理概要
ルーターに設定するNATテーブルを新規作成します。
指定するパラメーター
なし
応答フィールド
フィールド(項目) | 説明 | サンプル値 |
---|---|---|
NiftyCreateNatTableResponse | NiftyCreateNatTableレスポンス Type : NiftyCreateNatTableResponseType Ancestor : なし Children : requestId, natTable |
|
requestId | リクエスト識別子 Type : xsd:string Ancestor : NiftyCreateNatTableResponse Children : なし |
ac501097-4c8d-475b-b06b-a90048ec181c |
natTable | NATテーブル情報 Type : NatTableType Ancestor : NiftyCreateNatTableResponse Children : natTableId, tagSet |
|
natTableId | NATテーブルID Type : xsd:string Ancestor : natTable Children : なし |
|
tagSet | リソースに設定されているタグ情報セット Type : ResourceTagSetType Ancestor : natTable Children : item |
|
item | リソースに設定されているタグ情報 Type : ResourceTagSetItemType Ancestor : tagSet Children : key,value |
|
key | 設定されているタグのキー Type : xsd:string Ancestor : item Children : なし |
|
value | 設定されているタグの値 Type : xsd:string Ancestor : item Children : なし |
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/?Action=NiftyCreateNatTable&CommonParams
応答サンプル
<NiftyCreateNatTableResponse xmlns="https://cp.cloud.nifty.com/api/">
<requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
<natTable>
<natTableId>nat-f9ad4890</natTableId>
</natTable>
</NiftyCreateNatTableResponse>