更新NAT网关绑定的子网-UpdateNATGWSubnet

更新NAT网关绑定的子网

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
ProjectIdstring项目Id。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
NATGWIdstringNAT网关IdYes
SubnetworkIds.nstringNAT网关绑定的子网IdYes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

https://api.ucloud.cn/?Action=UpdateNATGWSubnet
&Region=xxx
&ProjectId=xxx
&NATGWId=BKyXAAfg
&SubnetworkIds.0=ShexPLKL

Response Example

{
    "Action": "UpdateNATGWSubnetResponse",
    "RetCode": 0
}