调用DissociateRouteTablesFromVpcGatewayEndpoint接口将网关终端节点与路由表解绑。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
vpc:DissociateRouteTablesFromVpcGatewayEndpoint | delete |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
EndpointId | string | 是 | 网关终端节点实例 ID。 | vpce-bp11cwae3p6z7ftbm**** |
RouteTableIds | array | 是 | 路由表列表。 | |
string | 是 | VPC 路由表的 ID。 | vtb-m5elgtm3aj586iitr**** | |
ClientToken | string | 否 | 客户端 Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。 说明
若您未指定,则系统自动使用 API 请求的 RequestId 作为 ClientToken 标识。每次 API 请求的 RequestId 可能不一样。
| TF-DissociateRouteTablesFromVpcGatewayEndpoint-1634369235-8f**** |
DryRun | boolean | 否 | 是否检测此次请求。取值:
| false |
RegionId | string | 是 | 终端节点所属的地域 ID。您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-hangzhou |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "30F711D5-E7E2-5D42-A247-0FA7288BEAAA"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | OperationFailed.ConcurrentOperation | The operation is failed because of concurrent operation. | - |
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | - |
400 | ResourceNotFound.GatewayEndpoint | The specified resource gateway endpoint is not found. | 指定的GatewayEndpoint不存在 |
400 | IncorrectStatus.GatewayEndpoint | The status of GatewayEndpoint [%s] is incorrect. | - |
400 | ResourceNotFound.RouteTable | The specified resource routetable is not found. | - |
400 | IncorrectStatus.RouteTable | The status of route table [%s] is incorrect. | - |
400 | ResourceNotFound.Association | The specified resource gateway endpoint is not associated. | - |
400 | IncorrectStatus.RouteEntry | Some route entry status blocked this operation. | - |
400 | Forbbiden | User not authorized to operate on the specified resource. | 用户没有权限操作指定的资源。 |
400 | InvalidRegionId.NotFound | The regionId provided does not exist in our records. | 指定的RegionId不存在。请检查该参数是否正确。 |
400 | IncorrectStatus.CenStatus | The CenStatus of Vpc is incorrect. | - |
400 | ResourceNotFound.RouteEntry | The specified resource is not found. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史