调用 ModifySubnetAttributes 接口,修改指定子网的信息。
Pending
表示配置中,Available
表示配置完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifySubnetAttributes | 要执行的操作,取值: ModifySubnetAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
SubnetId | String | 是 | subnet-bp1qtch57ywecf**** | 待修改信息的子网的ID。 |
SubnetName | String | 否 | test | 子网的名称。
|
Description | String | 否 | This is my subnet. | 子网的描述信息。
|
EnableIpv6 | Boolean | 否 | false | 开启/关闭IPv6功能。仅当子网所属的VPC开通IPv6功能时,可配置此参数。
说明 IPv6功能正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
Ipv6CidrBlock | Integer | 否 | 99 | 子网IPv6网段的最后8比特位,取值范围:0~255。 说明 仅当 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=ModifySubnetAttributes&Version=2020-04-01&SubnetId=subnet-bp15qtc7ywecf****&Description=This is my subnet&SubnetName=subnet-1 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifySubnetAttributes", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCidr.Malformed | The specified cidr block is malformed. | 指定的网段格式不合法。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidParameter.EnableIpv6 | Operation failed because IPv6 for the vpc of this subnet is not enabled. | 子网所属的VPC尚未开启IPv6。 |
400 | InvalidParameter.EnableIpv6 | Operation failed because IPv6 for the subnet is enabled already. | 子网已经开启IPv6。 |
400 | InvalidParameter.EnableIpv6 | Operation failed because IPv6 is not enabled for the subnet. | 子网未开启IPv6。 |
400 | InvalidParameter.Ipv6CidrBlock | Specified subnet IPv6CidrBlock is invalid. | 子网IPv6网段不合法。 |
400 | InvalidSubnet.InUse | The specified subnet has dependent resource of an elastic network interface. | 指定的子网包含网卡,无法删除。 |
400 | InvalidSubnet.InvalidStatus | The specified subnet is not in the correct status for the request. | 指定的子网所处的状态无法响应该请求。 |
400 | InvalidSubnetCidr.Malformed | The specified subnet cidr is malformed. If you are specifying a subnet cidr, ensure the CIDR of the subnet must fall into the range of the CIDR of the VPC to which the subnet belongs to. | 指定的子网网段不合法。请确保子网网段必须从属于所在VPC的网段。 |
404 | InvalidSubnet.NotFound | The specified subnet does not exist. | 指定的子网不存在。 |
409 | InvalidRouteCidr.Conflict | The specified CIDR block conflicts with that of another route in your route table. | 指定的CIDR地址块与所属路由表中另一个规则CIDR地址块冲突。 |
409 | InvalidSubnetCidr.Conflict | The specified CIDR block conflicts with that of another subnet in your VPC. | 指定的CIDR地址块与所属VPC中另一个子网CIDR地址块冲突。 |