API概览
VPC相关接口
| 接口 | 描述 |
|---|---|
| CreateVPC | 创建VPC |
| ListVPCS | 查询VPC列表。 |
| ShowVPCDetails | 查询一个VPC的详情。 |
| UpdateVPC | 更新VPC的名称。 |
| DeleteVPC | 删除一个VPC。 |
子网相关接口
| 接口 | 描述 |
|---|---|
| CreateSubnet | 创建子网 |
| ListSubnets | 查询子网列表 |
| ShowSubnetDetails | 查询一个子网详情 |
| UpdateSubnet | 更新子网 |
| DeleteSubnet | 删除子网 |
路由表相关接口
| 接口 | 描述 |
|---|---|
| ListRouters | 查询路由列表 |
| ShowRouterDetails | 查询路由表详情 |
| AddRoute | 添加一条路由策略 |
| DeleteRoute | 删除一条路由策略 |
安全组关接口
| 接口 | 描述 |
|---|---|
| CreateSecurityGroup | 创建安全组 |
| ListSecurityGroups | 查询安全组列表 |
| ShowSecurityGroup | 查询一个安全组详情 |
| DeleteSecurityGroup | 删除安全组 |
| CreateSecurityGroupRule | 创建安全组规则 |
| ListSecurityGroupRules | 查询安全组规则列表 |
| ShowSecurityGroupRule | 查询一个安全组规则详情 |
| DeleteSecurityGroupRule | 删除一个安全组规则 |