调用 ModifyVpcAttributes 接口,修改VPC的信息。
Pending
表示配置中,Available
表示配置完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyVpcAttributes | 要执行的操作,取值:ModifyVpcAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
VpcId | String | 是 | vpc-bp15zct37pq72zv**** | 待修改信息的VPC的ID。 |
VpcName | String | 否 | Vpc-1 | VPC的名称。
|
Description | String | 否 | This is my VPC. | VPC的描述信息。
|
DnsServers.N | String | 否 | DnsServers.1=12.XX.XX.5&DnsServers.2=12.XX.XX.6 | VPC的DnsServers。 |
EnableIpv6 | Boolean | 否 | true | 开启/关闭IPv6功能,取值如下:
说明 IPv6功能正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
Ipv6CidrBlock | String | 否 | 2408:XXXX:0:a600::/56 | VPC的IPv6网段。 说明 IPv6功能正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=ModifyVpcAttributes&Version=2020-04-01&VpcId=vpc-bp15zct37pq72zv****&VpcName=vpc-1 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ModifyVpcAttributes", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCidr.Malformed | The specified cidr block 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 | InvalidEnableIpv6 | Repeat enable vpc IPv6. | VPC 已经开启IPv6,不能重复开启。 |
400 | InvalidIpv6CidrBlock.NotReserved | The specified IPv6 CIDR block is not reserved. | 指定的 IPv6 地址段未预留。 |
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 | InvalidParameter.EnableIpv6 | The EnableIpv6 parameter is currently not supported. | 当前不支持EnableIpv6请求参数。 |
400 | InvalidVpc.InUse | The specified VPC has dependent resource of an IPv6 route entry. | 指定的私有网络包含了IPv6的路由,无法变更。 |
400 | InvalidVpc.InUse | The specified VPC has dependent resource of an IPv6-enabled subnet. | 指定的私有网络包含开启了IPv6的子网,无法变更。 |
400 | InvalidVpc.InvalidStatus | The specified VPC is not in the correct status for the request. | 指定的VPC所处状态无法响应该请求。 |
400 | InvalidVpcDnsServerIpAddress.Malformed | The specified DNS server IP address is malformed. | 指定的DNS服务器IP地址格式不合法。 |
400 | LimitExceeded.VpcDnsServerNumber | You've reached the limit on the number of DNS servers that you can add. | 已达到可添加的DNS服务器数量上限。 |
400 | QuotaExceeded.SystemRouteEntry | You've reached the limit on the number of system route entries per route table. | 已达到可创建系统路由条目的数量上限。 |
404 | InvalidVpc.NotFound | The specified VPC does not exist. | 指定的VPC不存在。 |