调用SetVpnGatewayRenewal修改指定VPN网关的续费方式。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | SetVpnGatewayRenewal | 要执行的操作,取值:SetVpnGatewayRenewal。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
VpnGatewayId | String | 是 | vgw-2fe7zjsz13ksg5oxruwed**** | 要修改续费方式的VPN网关的ID。您可调用DescribeVpnGateways查询VPN网关的ID信息。 |
RenewType | Integer | 是 | 1 | 续费的方式,默认“1”手动续费。
说明 若传入3,平台将不会在VPN网关到期前给您发送到期通知。 |
RenewPeriod | Integer | 否 | 1 | 自动续费的时长,取值范围1、2、3、6、12,单位:月。 说明 若 |
RemainRenewTimes | Integer | 否 | 1 | 自动续费的次数。
说明 若 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202203241614290567524308102CF**** | 请求ID。 |
GET /?Action=SetVpnGatewayRenewal&Version=2020-04-01&VpnGatewayId=vgw-2fe7zjsz13ksg5oxruwed****&RenewType=3 HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata":{ "RequestId":"202203241614290567524308102CF****", "Action":"SetVpnGatewayRenewal", "Version":"2020-04-01", "Service":"vpn", "Region":"cn-beijing" }, "Result":{ "RequestId":"202203241614290567524308102CF****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidRenewType.Malformed | The specified renew type is malformed.Renew type must be 1, 2, or 3. | 指定的续费类型不合法。续费类型只允许为1, 2 或 3。 |
400 | InvalidRenewPeriodTimes.Malformed | The specified renew period times is malformed.Renew period times only support 1, 2, 3, 6, 12. | 指定的自动续费周期不合法。自动续费周期只支持1, 2, 3, 6, 12月。 |
400 | InvalidRemainRenewTimes.Malformed | The specified remain renew times is malformed.Remain renew times only support -1, 1~100. | 指定的自动续费次数不合法。自动续费次数只支持-1, 1~100。 |
400 | InvalidVpnGateway.InvalidBillingType | The specified VPN gateway is not in the correct BillingStatus for the request. | 指定的VPN网关实例所处计费类型无法响应该请求。 |
400 | InvalidVpnGateway.ModifyRenewalSettings | Modify renewal settings failed. | 修改自动续费配置失败。 |
404 | InvalidVpnGateway.NotFound | The specified VPN gateway does not exist. | 指定的VPN网关不存在。 |