UpdateSnatRule
更新时间:2023-12-27 03:24:15
更新 SNAT 规则。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
natgw_id |
String |
NAT网关的ID |
Yes |
name |
String |
SNAT的名称 |
No |
target_id |
String |
主机ID或者VXNET ID |
No |
target_type |
Integer |
目标类型:0 VXNET, 1 主机 |
No |
eip_ids.n |
String |
一个或多个要被绑定的公网 IP 地址 |
No |
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
snat_id |
String |
更新SNAT规则的ID |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
示例
请求示例:
https://api.shanhe.com/iaas/?action=UpdateDnatRule
&natgw_id=nfv-1234abcd
&name=test_snat
&target_id=vxnet-xxxxcccc
&target_type=1
&eip_ids.1=eip-9m3skybb
&COMMON_PARAMS
返回示例:
{
"action":"UpdateDnatRuleponse",
"snat_id":"snat-p8zf9ytc",
"ret_code":0
}