tccli 3.0.1149.1__py2.py3-none-any.whl → 3.0.1151.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/cbs/cbs_client.py +61 -8
- tccli/services/cbs/v20170312/api.json +66 -2
- tccli/services/cbs/v20170312/examples.json +8 -0
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +248 -0
- tccli/services/cdz/v20221123/api.json +305 -0
- tccli/services/cdz/v20221123/examples.json +21 -0
- tccli/services/clb/v20180317/api.json +9 -0
- tccli/services/cynosdb/v20190107/api.json +3 -3
- tccli/services/dasb/v20191018/api.json +5 -4
- tccli/services/dc/v20180410/api.json +14 -7
- tccli/services/dts/v20211206/api.json +2 -2
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/facefusion/v20220927/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +11 -1
- tccli/services/gaap/v20180529/examples.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +65 -12
- tccli/services/hunyuan/v20230901/api.json +89 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/iotexplorer/v20190423/api.json +85 -1
- tccli/services/lke/v20231130/api.json +10 -1
- tccli/services/mongodb/v20190725/api.json +18 -9
- tccli/services/mps/v20190612/api.json +45 -41
- tccli/services/mps/v20190612/examples.json +20 -8
- tccli/services/oceanus/v20190422/api.json +9 -0
- tccli/services/ses/v20201002/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +1357 -57
- tccli/services/vpc/v20170312/examples.json +104 -0
- tccli/services/vpc/vpc_client.py +1974 -1285
- {tccli-3.0.1149.1.dist-info → tccli-3.0.1151.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1149.1.dist-info → tccli-3.0.1151.1.dist-info}/RECORD +40 -36
- {tccli-3.0.1149.1.dist-info → tccli-3.0.1151.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1149.1.dist-info → tccli-3.0.1151.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1149.1.dist-info → tccli-3.0.1151.1.dist-info}/license_files/LICENSE +0 -0
@@ -105,6 +105,13 @@
|
|
105
105
|
"output": "AssociateDirectConnectGatewayNatGatewayResponse",
|
106
106
|
"status": "online"
|
107
107
|
},
|
108
|
+
"AssociateInstancesToCcnRouteTable": {
|
109
|
+
"document": "本接口(AssociateInstancesToCcnRouteTable)用于将指定的云联网实例关联到指定的云联网路由表。",
|
110
|
+
"input": "AssociateInstancesToCcnRouteTableRequest",
|
111
|
+
"name": "关联云联网实例到指定的云联网路由表",
|
112
|
+
"output": "AssociateInstancesToCcnRouteTableResponse",
|
113
|
+
"status": "online"
|
114
|
+
},
|
108
115
|
"AssociateNatGatewayAddress": {
|
109
116
|
"document": "本接口(AssociateNatGatewayAddress)用于NAT网关绑定弹性IP(EIP)。",
|
110
117
|
"input": "AssociateNatGatewayAddressRequest",
|
@@ -182,6 +189,13 @@
|
|
182
189
|
"output": "CheckNetDetectStateResponse",
|
183
190
|
"status": "online"
|
184
191
|
},
|
192
|
+
"ClearRouteTableSelectionPolicies": {
|
193
|
+
"document": "本接口(ClearRouteTableSelectionPolicies)用于清空指定云联网的路由表选择策略。",
|
194
|
+
"input": "ClearRouteTableSelectionPoliciesRequest",
|
195
|
+
"name": "清空云联网路由表选择策略",
|
196
|
+
"output": "ClearRouteTableSelectionPoliciesResponse",
|
197
|
+
"status": "online"
|
198
|
+
},
|
185
199
|
"CloneSecurityGroup": {
|
186
200
|
"document": "本接口(CloneSecurityGroup)用于根据存量的安全组,克隆创建出同样规则配置的安全组。仅克隆安全组及其规则信息,不会克隆安全组标签信息。",
|
187
201
|
"input": "CloneSecurityGroupRequest",
|
@@ -231,6 +245,13 @@
|
|
231
245
|
"output": "CreateCcnResponse",
|
232
246
|
"status": "online"
|
233
247
|
},
|
248
|
+
"CreateCcnRouteTables": {
|
249
|
+
"document": "本接口(CreateCcnRouteTables)用于给指定的云联网实例新建路由表。",
|
250
|
+
"input": "CreateCcnRouteTablesRequest",
|
251
|
+
"name": "新建云联网路由表",
|
252
|
+
"output": "CreateCcnRouteTablesResponse",
|
253
|
+
"status": "online"
|
254
|
+
},
|
234
255
|
"CreateCustomerGateway": {
|
235
256
|
"document": "本接口(CreateCustomerGateway)用于创建对端网关。",
|
236
257
|
"input": "CreateCustomerGatewayRequest",
|
@@ -567,6 +588,13 @@
|
|
567
588
|
"output": "DeleteCcnResponse",
|
568
589
|
"status": "online"
|
569
590
|
},
|
591
|
+
"DeleteCcnRouteTables": {
|
592
|
+
"document": "本接口(DeleteCcnRouteTables)用于删除云联网路由表。",
|
593
|
+
"input": "DeleteCcnRouteTablesRequest",
|
594
|
+
"name": "删除云联网路由表",
|
595
|
+
"output": "DeleteCcnRouteTablesResponse",
|
596
|
+
"status": "online"
|
597
|
+
},
|
570
598
|
"DeleteCustomerGateway": {
|
571
599
|
"document": "本接口(DeleteCustomerGateway)用于删除对端网关。",
|
572
600
|
"input": "DeleteCustomerGatewayRequest",
|
@@ -931,6 +959,27 @@
|
|
931
959
|
"output": "DescribeCcnRegionBandwidthLimitsResponse",
|
932
960
|
"status": "online"
|
933
961
|
},
|
962
|
+
"DescribeCcnRouteTableBroadcastPolicys": {
|
963
|
+
"document": "本接口(DescribeCcnRouteTableBroadcastPolicys)用于查询指定云联网路由表的路由传播策略。",
|
964
|
+
"input": "DescribeCcnRouteTableBroadcastPolicysRequest",
|
965
|
+
"name": "查询云联网路由传播策略",
|
966
|
+
"output": "DescribeCcnRouteTableBroadcastPolicysResponse",
|
967
|
+
"status": "online"
|
968
|
+
},
|
969
|
+
"DescribeCcnRouteTableInputPolicys": {
|
970
|
+
"document": "本接口(DescribeCcnRouteTableInputPolicys)用于查询指定云联网路由表的路由接收策略。",
|
971
|
+
"input": "DescribeCcnRouteTableInputPolicysRequest",
|
972
|
+
"name": "查询云联网路由接收策略",
|
973
|
+
"output": "DescribeCcnRouteTableInputPolicysResponse",
|
974
|
+
"status": "online"
|
975
|
+
},
|
976
|
+
"DescribeCcnRouteTables": {
|
977
|
+
"document": "该接口用于查询指定的云联网实例的路由表信息。",
|
978
|
+
"input": "DescribeCcnRouteTablesRequest",
|
979
|
+
"name": "查询云联网路由表信息",
|
980
|
+
"output": "DescribeCcnRouteTablesResponse",
|
981
|
+
"status": "online"
|
982
|
+
},
|
934
983
|
"DescribeCcnRoutes": {
|
935
984
|
"document": "本接口(DescribeCcnRoutes)用于查询已加入云联网(CCN)的路由。",
|
936
985
|
"input": "DescribeCcnRoutesRequest",
|
@@ -1218,6 +1267,20 @@
|
|
1218
1267
|
"output": "DescribeRouteConflictsResponse",
|
1219
1268
|
"status": "online"
|
1220
1269
|
},
|
1270
|
+
"DescribeRouteTableAssociatedInstances": {
|
1271
|
+
"document": "本接口(DescribeRouteTableAssociatedInstances)用于查询指定的云联网关联的实例所绑定的路由表信息。",
|
1272
|
+
"input": "DescribeRouteTableAssociatedInstancesRequest",
|
1273
|
+
"name": "查询实例绑定路由表信息",
|
1274
|
+
"output": "DescribeRouteTableAssociatedInstancesResponse",
|
1275
|
+
"status": "online"
|
1276
|
+
},
|
1277
|
+
"DescribeRouteTableSelectionPolicies": {
|
1278
|
+
"document": "本接口(DescribeRouteTableSelectionPolicies)用于查询云联网路由表选择策略。",
|
1279
|
+
"input": "DescribeRouteTableSelectionPoliciesRequest",
|
1280
|
+
"name": "查询云联网路由表选择策略信息",
|
1281
|
+
"output": "DescribeRouteTableSelectionPoliciesResponse",
|
1282
|
+
"status": "online"
|
1283
|
+
},
|
1221
1284
|
"DescribeRouteTables": {
|
1222
1285
|
"document": "本接口(DescribeRouteTables)用于查询路由表。",
|
1223
1286
|
"input": "DescribeRouteTablesRequest",
|
@@ -1813,6 +1876,13 @@
|
|
1813
1876
|
"output": "ModifyCcnRegionBandwidthLimitsTypeResponse",
|
1814
1877
|
"status": "online"
|
1815
1878
|
},
|
1879
|
+
"ModifyCcnRouteTables": {
|
1880
|
+
"document": "该接口用于修改云联网路由表名称和备注。",
|
1881
|
+
"input": "ModifyCcnRouteTablesRequest",
|
1882
|
+
"name": "修改云联网路由表",
|
1883
|
+
"output": "ModifyCcnRouteTablesResponse",
|
1884
|
+
"status": "online"
|
1885
|
+
},
|
1816
1886
|
"ModifyCustomerGatewayAttribute": {
|
1817
1887
|
"document": "本接口(ModifyCustomerGatewayAttribute)用于修改对端网关信息。",
|
1818
1888
|
"input": "ModifyCustomerGatewayAttributeRequest",
|
@@ -1995,6 +2065,13 @@
|
|
1995
2065
|
"output": "ModifyRouteTableAttributeResponse",
|
1996
2066
|
"status": "online"
|
1997
2067
|
},
|
2068
|
+
"ModifyRouteTableSelectionPolicies": {
|
2069
|
+
"document": "该接口用于编辑云联网路由表选择策略",
|
2070
|
+
"input": "ModifyRouteTableSelectionPoliciesRequest",
|
2071
|
+
"name": "编辑云联网路由表选择策略",
|
2072
|
+
"output": "ModifyRouteTableSelectionPoliciesResponse",
|
2073
|
+
"status": "online"
|
2074
|
+
},
|
1998
2075
|
"ModifySecurityGroupAttribute": {
|
1999
2076
|
"document": "本接口(ModifySecurityGroupAttribute)用于修改安全组(SecurityGroupPolicy)属性。",
|
2000
2077
|
"input": "ModifySecurityGroupAttributeRequest",
|
@@ -2191,6 +2268,20 @@
|
|
2191
2268
|
"output": "RenewVpnGatewayResponse",
|
2192
2269
|
"status": "online"
|
2193
2270
|
},
|
2271
|
+
"ReplaceCcnRouteTableBroadcastPolicys": {
|
2272
|
+
"document": "本接口(ReplaceCcnRouteTableBroadcastPolicys)用于替换云联网路由表路由传播策略。\n> 特别注意:是全量覆盖,非增量添加\n\n**路由条件支持以下四种:**\n\n- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT`、专线网关 `VPNGW`\n- 实例ID: `instance-id`,例如:`dcg-8zljkrft`、`vpc-jdevjrup`,暂不支持 `Edge` 实例\n- 实例地域: `instance-region`,例如:`ap-guangzhou`<br />产品支持的所有地域列表可通过接口 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询,其中参数 `Product` 设置为 `ccn`\n- 路由前缀: `cidr-block`,例如:`10.1.0.0/16`\n\n\n**传播条件支持以下三种:**\n\n- 实例类型: `instance-type`,格式同路由条件\n- 实例ID: `instance-id`,格式同路由条件\n- 实例地域: `instance-region`,格式同路由条件\n\n\n**使用限制:**\n- 一条策略内的单个条件类型,最大支持设置 `25` 个条件值\n- 一张路由表,最大支持 `100` 条路由传播策略\n- 路由条件类型中,只有 `cidr-block` 类型支持模糊匹配和精确匹配两种,其它类型只支持精确匹配一种模式",
|
2273
|
+
"input": "ReplaceCcnRouteTableBroadcastPolicysRequest",
|
2274
|
+
"name": "替换云联网路由传播策略",
|
2275
|
+
"output": "ReplaceCcnRouteTableBroadcastPolicysResponse",
|
2276
|
+
"status": "online"
|
2277
|
+
},
|
2278
|
+
"ReplaceCcnRouteTableInputPolicys": {
|
2279
|
+
"document": "本接口(ReplaceRouteTableInputPolicys)用于替换云联网路由表路由接收策略。\n> 特别注意:是全量覆盖,非增量添加\n\n**路由条件支持以下四种:**\n\n- 实例类型: `instance-type`,可选值:私有网络 `VPC`、专线网关 `DIRECTCONNECT`、专线网关 `VPNGW`\n- 实例ID: `instance-id`,例如:`dcg-8zljkrft`、`vpc-jdevjrup`,暂不支持 `Edge` 实例\n- 实例地域: `instance-region`,例如:`ap-guangzhou`<br />产品支持的所有地域列表可通过接口 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询,其中参数 `Product` 设置为 `ccn`\n- 路由前缀: `cidr-block`,例如:`10.1.0.0/16`\n\n\n**使用限制:**\n- 一条策略内的单个条件类型,最大支持设置 `25` 个条件值\n- 一张路由表,最大支持 `100` 条路由接收策略\n- 路由条件类型中,只有 `cidr-block` 类型支持模糊匹配和精确匹配两种,其它类型只支持精确匹配一种模式",
|
2280
|
+
"input": "ReplaceCcnRouteTableInputPolicysRequest",
|
2281
|
+
"name": "替换云联网路由接收策略",
|
2282
|
+
"output": "ReplaceCcnRouteTableInputPolicysResponse",
|
2283
|
+
"status": "online"
|
2284
|
+
},
|
2194
2285
|
"ReplaceDirectConnectGatewayCcnRoutes": {
|
2195
2286
|
"document": "本接口(ReplaceDirectConnectGatewayCcnRoutes)根据路由ID(RouteId)修改指定的路由(Route),支持批量修改。",
|
2196
2287
|
"input": "ReplaceDirectConnectGatewayCcnRoutesRequest",
|
@@ -3882,6 +3973,51 @@
|
|
3882
3973
|
],
|
3883
3974
|
"type": "object"
|
3884
3975
|
},
|
3976
|
+
"AssociateInstancesToCcnRouteTableRequest": {
|
3977
|
+
"document": "AssociateInstancesToCcnRouteTable请求参数结构体",
|
3978
|
+
"members": [
|
3979
|
+
{
|
3980
|
+
"disabled": false,
|
3981
|
+
"document": "云联网ID。",
|
3982
|
+
"example": "ccn-1223cdfe",
|
3983
|
+
"member": "string",
|
3984
|
+
"name": "CcnId",
|
3985
|
+
"required": true,
|
3986
|
+
"type": "string"
|
3987
|
+
},
|
3988
|
+
{
|
3989
|
+
"disabled": false,
|
3990
|
+
"document": "路由表ID。",
|
3991
|
+
"example": "ccnrtb-1234edfr",
|
3992
|
+
"member": "string",
|
3993
|
+
"name": "RouteTableId",
|
3994
|
+
"required": true,
|
3995
|
+
"type": "string"
|
3996
|
+
},
|
3997
|
+
{
|
3998
|
+
"disabled": false,
|
3999
|
+
"document": "实例列表。",
|
4000
|
+
"example": "无",
|
4001
|
+
"member": "CcnInstanceWithoutRegion",
|
4002
|
+
"name": "Instances",
|
4003
|
+
"required": true,
|
4004
|
+
"type": "list"
|
4005
|
+
}
|
4006
|
+
],
|
4007
|
+
"type": "object"
|
4008
|
+
},
|
4009
|
+
"AssociateInstancesToCcnRouteTableResponse": {
|
4010
|
+
"document": "AssociateInstancesToCcnRouteTable返回参数结构体",
|
4011
|
+
"members": [
|
4012
|
+
{
|
4013
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4014
|
+
"member": "string",
|
4015
|
+
"name": "RequestId",
|
4016
|
+
"type": "string"
|
4017
|
+
}
|
4018
|
+
],
|
4019
|
+
"type": "object"
|
4020
|
+
},
|
3885
4021
|
"AssociateNatGatewayAddressRequest": {
|
3886
4022
|
"document": "AssociateNatGatewayAddress请求参数结构体",
|
3887
4023
|
"members": [
|
@@ -5048,6 +5184,42 @@
|
|
5048
5184
|
],
|
5049
5185
|
"usage": "out"
|
5050
5186
|
},
|
5187
|
+
"CcnBatchRouteTable": {
|
5188
|
+
"document": "云联网路由表信息",
|
5189
|
+
"members": [
|
5190
|
+
{
|
5191
|
+
"disabled": false,
|
5192
|
+
"document": "云联网ID。",
|
5193
|
+
"example": "ccn-245ecr35",
|
5194
|
+
"member": "string",
|
5195
|
+
"name": "CcnId",
|
5196
|
+
"required": true,
|
5197
|
+
"type": "string",
|
5198
|
+
"value_allowed_null": false
|
5199
|
+
},
|
5200
|
+
{
|
5201
|
+
"disabled": false,
|
5202
|
+
"document": "云联网路由表名称。",
|
5203
|
+
"example": "test",
|
5204
|
+
"member": "string",
|
5205
|
+
"name": "Name",
|
5206
|
+
"required": true,
|
5207
|
+
"type": "string",
|
5208
|
+
"value_allowed_null": false
|
5209
|
+
},
|
5210
|
+
{
|
5211
|
+
"disabled": false,
|
5212
|
+
"document": "云联网路由表描述。",
|
5213
|
+
"example": "deerers",
|
5214
|
+
"member": "string",
|
5215
|
+
"name": "Description",
|
5216
|
+
"required": true,
|
5217
|
+
"type": "string",
|
5218
|
+
"value_allowed_null": false
|
5219
|
+
}
|
5220
|
+
],
|
5221
|
+
"usage": "both"
|
5222
|
+
},
|
5051
5223
|
"CcnFlowLock": {
|
5052
5224
|
"document": "云联网限速实例锁对象,该对象特用于运营端使用,用于封禁实例流量。",
|
5053
5225
|
"members": [
|
@@ -5145,6 +5317,32 @@
|
|
5145
5317
|
"members": [],
|
5146
5318
|
"usage": "out"
|
5147
5319
|
},
|
5320
|
+
"CcnInstanceWithoutRegion": {
|
5321
|
+
"document": "ccn实例信息(不带地域属性)",
|
5322
|
+
"members": [
|
5323
|
+
{
|
5324
|
+
"disabled": false,
|
5325
|
+
"document": "云联网支持的实例类型:\n`VPC`\n`DIRECTCONNECT`\n`BMVPC` \n`EDGE`\n`EDGE_TUNNEL`\n`EDGE_VPNGW`\n`VPNGW`",
|
5326
|
+
"example": "VPC",
|
5327
|
+
"member": "string",
|
5328
|
+
"name": "InstanceType",
|
5329
|
+
"required": true,
|
5330
|
+
"type": "string",
|
5331
|
+
"value_allowed_null": false
|
5332
|
+
},
|
5333
|
+
{
|
5334
|
+
"disabled": false,
|
5335
|
+
"document": "实例ID。",
|
5336
|
+
"example": "vpc-m0c2kcun",
|
5337
|
+
"member": "string",
|
5338
|
+
"name": "InstanceId",
|
5339
|
+
"required": true,
|
5340
|
+
"type": "string",
|
5341
|
+
"value_allowed_null": false
|
5342
|
+
}
|
5343
|
+
],
|
5344
|
+
"usage": "both"
|
5345
|
+
},
|
5148
5346
|
"CcnRegionBandwidthLimit": {
|
5149
5347
|
"document": "云联网(CCN)地域出带宽上限",
|
5150
5348
|
"members": [
|
@@ -5322,56 +5520,368 @@
|
|
5322
5520
|
},
|
5323
5521
|
{
|
5324
5522
|
"disabled": false,
|
5325
|
-
"document": "关联实例所属UIN(根账号)",
|
5326
|
-
"example": "",
|
5523
|
+
"document": "关联实例所属UIN(根账号)",
|
5524
|
+
"example": "",
|
5525
|
+
"member": "string",
|
5526
|
+
"name": "InstanceUin",
|
5527
|
+
"required": true,
|
5528
|
+
"type": "string",
|
5529
|
+
"value_allowed_null": false
|
5530
|
+
},
|
5531
|
+
{
|
5532
|
+
"disabled": false,
|
5533
|
+
"document": "路由的扩展状态",
|
5534
|
+
"example": "",
|
5535
|
+
"member": "string",
|
5536
|
+
"name": "ExtraState",
|
5537
|
+
"required": true,
|
5538
|
+
"type": "string",
|
5539
|
+
"value_allowed_null": false
|
5540
|
+
},
|
5541
|
+
{
|
5542
|
+
"disabled": false,
|
5543
|
+
"document": "是否动态路由",
|
5544
|
+
"example": "",
|
5545
|
+
"member": "bool",
|
5546
|
+
"name": "IsBgp",
|
5547
|
+
"required": true,
|
5548
|
+
"type": "bool",
|
5549
|
+
"value_allowed_null": false
|
5550
|
+
},
|
5551
|
+
{
|
5552
|
+
"disabled": false,
|
5553
|
+
"document": "路由优先级",
|
5554
|
+
"example": "",
|
5555
|
+
"member": "uint64",
|
5556
|
+
"name": "RoutePriority",
|
5557
|
+
"required": true,
|
5558
|
+
"type": "int",
|
5559
|
+
"value_allowed_null": false
|
5560
|
+
},
|
5561
|
+
{
|
5562
|
+
"disabled": false,
|
5563
|
+
"document": "下一跳扩展名称(关联实例的扩展名称)",
|
5564
|
+
"example": "",
|
5565
|
+
"member": "string",
|
5566
|
+
"name": "InstanceExtraName",
|
5567
|
+
"required": true,
|
5568
|
+
"type": "string",
|
5569
|
+
"value_allowed_null": false
|
5570
|
+
}
|
5571
|
+
],
|
5572
|
+
"usage": "out"
|
5573
|
+
},
|
5574
|
+
"CcnRouteBroadcastPolicyRouteCondition": {
|
5575
|
+
"document": "云联网路由传播策略之路由条件",
|
5576
|
+
"members": [
|
5577
|
+
{
|
5578
|
+
"disabled": false,
|
5579
|
+
"document": "条件类型",
|
5580
|
+
"example": "instance-type",
|
5581
|
+
"member": "string",
|
5582
|
+
"name": "Name",
|
5583
|
+
"required": true,
|
5584
|
+
"type": "string",
|
5585
|
+
"value_allowed_null": false
|
5586
|
+
},
|
5587
|
+
{
|
5588
|
+
"disabled": false,
|
5589
|
+
"document": "条件值列表",
|
5590
|
+
"example": "['VPC', 'DIRECTCONNECT']",
|
5591
|
+
"member": "string",
|
5592
|
+
"name": "Values",
|
5593
|
+
"required": true,
|
5594
|
+
"type": "list",
|
5595
|
+
"value_allowed_null": false
|
5596
|
+
},
|
5597
|
+
{
|
5598
|
+
"disabled": false,
|
5599
|
+
"document": "匹配模式,`1` 精确匹配,`0` 模糊匹配",
|
5600
|
+
"example": "1",
|
5601
|
+
"member": "uint64",
|
5602
|
+
"name": "MatchPattern",
|
5603
|
+
"required": true,
|
5604
|
+
"type": "int",
|
5605
|
+
"value_allowed_null": false
|
5606
|
+
}
|
5607
|
+
],
|
5608
|
+
"usage": "both"
|
5609
|
+
},
|
5610
|
+
"CcnRouteTable": {
|
5611
|
+
"document": "云联网路由表信息",
|
5612
|
+
"members": [
|
5613
|
+
{
|
5614
|
+
"disabled": false,
|
5615
|
+
"document": "云联网ID。",
|
5616
|
+
"example": "ccn-245ecr35",
|
5617
|
+
"member": "string",
|
5618
|
+
"name": "CcnId",
|
5619
|
+
"required": true,
|
5620
|
+
"type": "string",
|
5621
|
+
"value_allowed_null": false
|
5622
|
+
},
|
5623
|
+
{
|
5624
|
+
"disabled": false,
|
5625
|
+
"document": "云联网路由表ID。",
|
5626
|
+
"example": "ccnrtb-1234edfr",
|
5627
|
+
"member": "string",
|
5628
|
+
"name": "CcnRouteTableId",
|
5629
|
+
"required": true,
|
5630
|
+
"type": "string",
|
5631
|
+
"value_allowed_null": false
|
5632
|
+
},
|
5633
|
+
{
|
5634
|
+
"disabled": false,
|
5635
|
+
"document": "云联网路由表名称。",
|
5636
|
+
"example": "test",
|
5637
|
+
"member": "string",
|
5638
|
+
"name": "RouteTableName",
|
5639
|
+
"required": true,
|
5640
|
+
"type": "string",
|
5641
|
+
"value_allowed_null": false
|
5642
|
+
},
|
5643
|
+
{
|
5644
|
+
"disabled": false,
|
5645
|
+
"document": "云联网路由表描述。",
|
5646
|
+
"example": "deerers",
|
5647
|
+
"member": "string",
|
5648
|
+
"name": "RouteTableDescription",
|
5649
|
+
"required": true,
|
5650
|
+
"type": "string",
|
5651
|
+
"value_allowed_null": false
|
5652
|
+
},
|
5653
|
+
{
|
5654
|
+
"disabled": false,
|
5655
|
+
"document": "True:是默认路由表 False:非默认路由表。",
|
5656
|
+
"example": "True",
|
5657
|
+
"member": "bool",
|
5658
|
+
"name": "IsDefaultTable",
|
5659
|
+
"required": true,
|
5660
|
+
"type": "bool",
|
5661
|
+
"value_allowed_null": false
|
5662
|
+
},
|
5663
|
+
{
|
5664
|
+
"disabled": false,
|
5665
|
+
"document": "创建时间。",
|
5666
|
+
"example": "2021-05-14 11:16:45",
|
5667
|
+
"member": "datetime",
|
5668
|
+
"name": "CreateTime",
|
5669
|
+
"required": true,
|
5670
|
+
"type": "string",
|
5671
|
+
"value_allowed_null": false
|
5672
|
+
}
|
5673
|
+
],
|
5674
|
+
"usage": "out"
|
5675
|
+
},
|
5676
|
+
"CcnRouteTableBroadcastPolicy": {
|
5677
|
+
"document": "云联网路由传播策略",
|
5678
|
+
"members": [
|
5679
|
+
{
|
5680
|
+
"disabled": false,
|
5681
|
+
"document": "路由条件",
|
5682
|
+
"example": "无",
|
5683
|
+
"member": "CcnRouteBroadcastPolicyRouteCondition",
|
5684
|
+
"name": "RouteConditions",
|
5685
|
+
"required": true,
|
5686
|
+
"type": "list",
|
5687
|
+
"value_allowed_null": false
|
5688
|
+
},
|
5689
|
+
{
|
5690
|
+
"disabled": false,
|
5691
|
+
"document": "传播条件",
|
5692
|
+
"example": "无",
|
5693
|
+
"member": "CcnRouteBroadcastPolicyRouteCondition",
|
5694
|
+
"name": "BroadcastConditions",
|
5695
|
+
"required": true,
|
5696
|
+
"type": "list",
|
5697
|
+
"value_allowed_null": false
|
5698
|
+
},
|
5699
|
+
{
|
5700
|
+
"disabled": false,
|
5701
|
+
"document": "路由行为,`accept` 允许,`drop` 拒绝",
|
5702
|
+
"example": "accept",
|
5703
|
+
"member": "string",
|
5704
|
+
"name": "Action",
|
5705
|
+
"required": true,
|
5706
|
+
"type": "string",
|
5707
|
+
"value_allowed_null": false
|
5708
|
+
},
|
5709
|
+
{
|
5710
|
+
"disabled": false,
|
5711
|
+
"document": "策略描述",
|
5712
|
+
"example": "无",
|
5713
|
+
"member": "string",
|
5714
|
+
"name": "Description",
|
5715
|
+
"required": true,
|
5716
|
+
"type": "string",
|
5717
|
+
"value_allowed_null": false
|
5718
|
+
}
|
5719
|
+
],
|
5720
|
+
"usage": "both"
|
5721
|
+
},
|
5722
|
+
"CcnRouteTableBroadcastPolicys": {
|
5723
|
+
"document": "云联网路由传播策略列表",
|
5724
|
+
"members": [
|
5725
|
+
{
|
5726
|
+
"disabled": false,
|
5727
|
+
"document": "策略列表",
|
5728
|
+
"example": "无",
|
5729
|
+
"member": "CcnRouteTableBroadcastPolicy",
|
5730
|
+
"name": "Policys",
|
5731
|
+
"required": true,
|
5732
|
+
"type": "list",
|
5733
|
+
"value_allowed_null": false
|
5734
|
+
},
|
5735
|
+
{
|
5736
|
+
"disabled": false,
|
5737
|
+
"document": "版本号",
|
5738
|
+
"example": "10",
|
5739
|
+
"member": "uint64",
|
5740
|
+
"name": "PolicyVersion",
|
5741
|
+
"required": true,
|
5742
|
+
"type": "int",
|
5743
|
+
"value_allowed_null": false
|
5744
|
+
},
|
5745
|
+
{
|
5746
|
+
"disabled": false,
|
5747
|
+
"document": "创建时间",
|
5748
|
+
"example": "2022-05-24 19:28:31",
|
5749
|
+
"member": "string",
|
5750
|
+
"name": "CreateTime",
|
5751
|
+
"required": true,
|
5752
|
+
"type": "string",
|
5753
|
+
"value_allowed_null": false
|
5754
|
+
}
|
5755
|
+
],
|
5756
|
+
"usage": "out"
|
5757
|
+
},
|
5758
|
+
"CcnRouteTableInputPolicy": {
|
5759
|
+
"document": "云联网路由接收策略",
|
5760
|
+
"members": [
|
5761
|
+
{
|
5762
|
+
"disabled": false,
|
5763
|
+
"document": "路由条件。",
|
5764
|
+
"example": "无",
|
5765
|
+
"member": "CcnRouteBroadcastPolicyRouteCondition",
|
5766
|
+
"name": "RouteConditions",
|
5767
|
+
"required": true,
|
5768
|
+
"type": "list",
|
5769
|
+
"value_allowed_null": false
|
5770
|
+
},
|
5771
|
+
{
|
5772
|
+
"disabled": false,
|
5773
|
+
"document": "路由行为,`accept` 允许,`drop` 拒绝。",
|
5774
|
+
"example": "无",
|
5775
|
+
"member": "string",
|
5776
|
+
"name": "Action",
|
5777
|
+
"required": true,
|
5778
|
+
"type": "string",
|
5779
|
+
"value_allowed_null": false
|
5780
|
+
},
|
5781
|
+
{
|
5782
|
+
"disabled": false,
|
5783
|
+
"document": "策略描述。",
|
5784
|
+
"example": "无",
|
5785
|
+
"member": "string",
|
5786
|
+
"name": "Description",
|
5787
|
+
"required": true,
|
5788
|
+
"type": "string",
|
5789
|
+
"value_allowed_null": false
|
5790
|
+
}
|
5791
|
+
],
|
5792
|
+
"usage": "both"
|
5793
|
+
},
|
5794
|
+
"CcnRouteTableInputPolicys": {
|
5795
|
+
"document": "云联网路由接收策略列表",
|
5796
|
+
"members": [
|
5797
|
+
{
|
5798
|
+
"disabled": false,
|
5799
|
+
"document": "策略列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5800
|
+
"example": "无",
|
5801
|
+
"member": "CcnRouteTableInputPolicy",
|
5802
|
+
"name": "Policys",
|
5803
|
+
"required": false,
|
5804
|
+
"type": "list",
|
5805
|
+
"value_allowed_null": true
|
5806
|
+
},
|
5807
|
+
{
|
5808
|
+
"disabled": false,
|
5809
|
+
"document": "版本号。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5810
|
+
"example": "10",
|
5811
|
+
"member": "uint64",
|
5812
|
+
"name": "PolicyVersion",
|
5813
|
+
"required": false,
|
5814
|
+
"type": "int",
|
5815
|
+
"value_allowed_null": true
|
5816
|
+
},
|
5817
|
+
{
|
5818
|
+
"disabled": false,
|
5819
|
+
"document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5820
|
+
"example": "2022-05-24 19:28:31",
|
5821
|
+
"member": "string",
|
5822
|
+
"name": "CreateTime",
|
5823
|
+
"required": false,
|
5824
|
+
"type": "string",
|
5825
|
+
"value_allowed_null": true
|
5826
|
+
}
|
5827
|
+
],
|
5828
|
+
"usage": "out"
|
5829
|
+
},
|
5830
|
+
"CcnRouteTableSelectPolicy": {
|
5831
|
+
"document": "路由表选择策略信息",
|
5832
|
+
"members": [
|
5833
|
+
{
|
5834
|
+
"disabled": false,
|
5835
|
+
"document": "实例类型:\n私有网络: `VPC`\n专线网关: `DIRECTCONNECT`\n黑石私有网络: `BMVPC`\nEDGE设备: `EDGE`\nEDGE隧道: `EDGE_TUNNEL`\nEDGE网关: `EDGE_VPNGW`\nVPN网关:`VPNGW`",
|
5836
|
+
"example": "VPC",
|
5327
5837
|
"member": "string",
|
5328
|
-
"name": "
|
5838
|
+
"name": "InstanceType",
|
5329
5839
|
"required": true,
|
5330
5840
|
"type": "string",
|
5331
5841
|
"value_allowed_null": false
|
5332
5842
|
},
|
5333
5843
|
{
|
5334
5844
|
"disabled": false,
|
5335
|
-
"document": "
|
5336
|
-
"example": "",
|
5845
|
+
"document": "实例ID。",
|
5846
|
+
"example": "vpc-m0c2kcun",
|
5337
5847
|
"member": "string",
|
5338
|
-
"name": "
|
5848
|
+
"name": "InstanceId",
|
5339
5849
|
"required": true,
|
5340
5850
|
"type": "string",
|
5341
5851
|
"value_allowed_null": false
|
5342
5852
|
},
|
5343
5853
|
{
|
5344
5854
|
"disabled": false,
|
5345
|
-
"document": "
|
5346
|
-
"example": "",
|
5347
|
-
"member": "
|
5348
|
-
"name": "
|
5855
|
+
"document": "源端CIDR。",
|
5856
|
+
"example": "10.0.0.0/16",
|
5857
|
+
"member": "string",
|
5858
|
+
"name": "SourceCidrBlock",
|
5349
5859
|
"required": true,
|
5350
|
-
"type": "
|
5860
|
+
"type": "string",
|
5351
5861
|
"value_allowed_null": false
|
5352
5862
|
},
|
5353
5863
|
{
|
5354
5864
|
"disabled": false,
|
5355
|
-
"document": "
|
5356
|
-
"example": "",
|
5357
|
-
"member": "
|
5358
|
-
"name": "
|
5865
|
+
"document": "路由表ID。",
|
5866
|
+
"example": "ccnrtb-1234edfr",
|
5867
|
+
"member": "string",
|
5868
|
+
"name": "RouteTableId",
|
5359
5869
|
"required": true,
|
5360
|
-
"type": "
|
5361
|
-
"value_allowed_null":
|
5870
|
+
"type": "string",
|
5871
|
+
"value_allowed_null": true
|
5362
5872
|
},
|
5363
5873
|
{
|
5364
5874
|
"disabled": false,
|
5365
|
-
"document": "
|
5366
|
-
"example": "",
|
5875
|
+
"document": "路由表备注。",
|
5876
|
+
"example": "test",
|
5367
5877
|
"member": "string",
|
5368
|
-
"name": "
|
5369
|
-
"required":
|
5878
|
+
"name": "Description",
|
5879
|
+
"required": false,
|
5370
5880
|
"type": "string",
|
5371
5881
|
"value_allowed_null": false
|
5372
5882
|
}
|
5373
5883
|
],
|
5374
|
-
"usage": "
|
5884
|
+
"usage": "in"
|
5375
5885
|
},
|
5376
5886
|
"CheckAssistantCidrRequest": {
|
5377
5887
|
"document": "CheckAssistantCidr请求参数结构体",
|
@@ -5603,6 +6113,33 @@
|
|
5603
6113
|
],
|
5604
6114
|
"usage": "out"
|
5605
6115
|
},
|
6116
|
+
"ClearRouteTableSelectionPoliciesRequest": {
|
6117
|
+
"document": "ClearRouteTableSelectionPolicies请求参数结构体",
|
6118
|
+
"members": [
|
6119
|
+
{
|
6120
|
+
"disabled": false,
|
6121
|
+
"document": "云联网ID。",
|
6122
|
+
"example": "ccnrtb-1234edfr",
|
6123
|
+
"member": "string",
|
6124
|
+
"name": "CcnId",
|
6125
|
+
"required": true,
|
6126
|
+
"type": "string"
|
6127
|
+
}
|
6128
|
+
],
|
6129
|
+
"type": "object"
|
6130
|
+
},
|
6131
|
+
"ClearRouteTableSelectionPoliciesResponse": {
|
6132
|
+
"document": "ClearRouteTableSelectionPolicies返回参数结构体",
|
6133
|
+
"members": [
|
6134
|
+
{
|
6135
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6136
|
+
"member": "string",
|
6137
|
+
"name": "RequestId",
|
6138
|
+
"type": "string"
|
6139
|
+
}
|
6140
|
+
],
|
6141
|
+
"type": "object"
|
6142
|
+
},
|
5606
6143
|
"CloneSecurityGroupRequest": {
|
5607
6144
|
"document": "CloneSecurityGroup请求参数结构体",
|
5608
6145
|
"members": [
|
@@ -6217,6 +6754,42 @@
|
|
6217
6754
|
],
|
6218
6755
|
"type": "object"
|
6219
6756
|
},
|
6757
|
+
"CreateCcnRouteTablesRequest": {
|
6758
|
+
"document": "CreateCcnRouteTables请求参数结构体",
|
6759
|
+
"members": [
|
6760
|
+
{
|
6761
|
+
"disabled": false,
|
6762
|
+
"document": "需要创建的路由表列表。",
|
6763
|
+
"example": "无",
|
6764
|
+
"member": "CcnBatchRouteTable",
|
6765
|
+
"name": "RouteTable",
|
6766
|
+
"required": true,
|
6767
|
+
"type": "list"
|
6768
|
+
}
|
6769
|
+
],
|
6770
|
+
"type": "object"
|
6771
|
+
},
|
6772
|
+
"CreateCcnRouteTablesResponse": {
|
6773
|
+
"document": "CreateCcnRouteTables返回参数结构体",
|
6774
|
+
"members": [
|
6775
|
+
{
|
6776
|
+
"disabled": false,
|
6777
|
+
"document": "路由表信息列表。",
|
6778
|
+
"example": "无",
|
6779
|
+
"member": "CcnRouteTable",
|
6780
|
+
"name": "CcnRouteTableSet",
|
6781
|
+
"type": "list",
|
6782
|
+
"value_allowed_null": false
|
6783
|
+
},
|
6784
|
+
{
|
6785
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6786
|
+
"member": "string",
|
6787
|
+
"name": "RequestId",
|
6788
|
+
"type": "string"
|
6789
|
+
}
|
6790
|
+
],
|
6791
|
+
"type": "object"
|
6792
|
+
},
|
6220
6793
|
"CreateCustomerGatewayRequest": {
|
6221
6794
|
"document": "CreateCustomerGateway请求参数结构体",
|
6222
6795
|
"members": [
|
@@ -9986,6 +10559,33 @@
|
|
9986
10559
|
],
|
9987
10560
|
"type": "object"
|
9988
10561
|
},
|
10562
|
+
"DeleteCcnRouteTablesRequest": {
|
10563
|
+
"document": "DeleteCcnRouteTables请求参数结构体",
|
10564
|
+
"members": [
|
10565
|
+
{
|
10566
|
+
"disabled": false,
|
10567
|
+
"document": "需要删除的路由表列表。",
|
10568
|
+
"example": "无",
|
10569
|
+
"member": "string",
|
10570
|
+
"name": "RouteTableId",
|
10571
|
+
"required": true,
|
10572
|
+
"type": "list"
|
10573
|
+
}
|
10574
|
+
],
|
10575
|
+
"type": "object"
|
10576
|
+
},
|
10577
|
+
"DeleteCcnRouteTablesResponse": {
|
10578
|
+
"document": "DeleteCcnRouteTables返回参数结构体",
|
10579
|
+
"members": [
|
10580
|
+
{
|
10581
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10582
|
+
"member": "string",
|
10583
|
+
"name": "RequestId",
|
10584
|
+
"type": "string"
|
10585
|
+
}
|
10586
|
+
],
|
10587
|
+
"type": "object"
|
10588
|
+
},
|
9989
10589
|
"DeleteCustomerGatewayRequest": {
|
9990
10590
|
"document": "DeleteCustomerGateway请求参数结构体",
|
9991
10591
|
"members": [
|
@@ -11920,30 +12520,194 @@
|
|
11920
12520
|
"member": "string",
|
11921
12521
|
"name": "OrderDirection",
|
11922
12522
|
"required": false,
|
11923
|
-
"type": "string"
|
12523
|
+
"type": "string"
|
12524
|
+
}
|
12525
|
+
],
|
12526
|
+
"type": "object"
|
12527
|
+
},
|
12528
|
+
"DescribeCcnAttachedInstancesResponse": {
|
12529
|
+
"document": "DescribeCcnAttachedInstances返回参数结构体",
|
12530
|
+
"members": [
|
12531
|
+
{
|
12532
|
+
"disabled": false,
|
12533
|
+
"document": "符合条件的对象数。",
|
12534
|
+
"example": "5",
|
12535
|
+
"member": "uint64",
|
12536
|
+
"name": "TotalCount",
|
12537
|
+
"type": "int",
|
12538
|
+
"value_allowed_null": false
|
12539
|
+
},
|
12540
|
+
{
|
12541
|
+
"disabled": false,
|
12542
|
+
"document": "关联实例列表。",
|
12543
|
+
"example": "无",
|
12544
|
+
"member": "CcnAttachedInstance",
|
12545
|
+
"name": "InstanceSet",
|
12546
|
+
"type": "list",
|
12547
|
+
"value_allowed_null": false
|
12548
|
+
},
|
12549
|
+
{
|
12550
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12551
|
+
"member": "string",
|
12552
|
+
"name": "RequestId",
|
12553
|
+
"type": "string"
|
12554
|
+
}
|
12555
|
+
],
|
12556
|
+
"type": "object"
|
12557
|
+
},
|
12558
|
+
"DescribeCcnRegionBandwidthLimitsRequest": {
|
12559
|
+
"document": "DescribeCcnRegionBandwidthLimits请求参数结构体",
|
12560
|
+
"members": [
|
12561
|
+
{
|
12562
|
+
"disabled": false,
|
12563
|
+
"document": "CCN实例ID,形如:ccn-f49l6u0z。",
|
12564
|
+
"example": "ccn-f49l6u0z",
|
12565
|
+
"member": "string",
|
12566
|
+
"name": "CcnId",
|
12567
|
+
"required": true,
|
12568
|
+
"type": "string"
|
12569
|
+
}
|
12570
|
+
],
|
12571
|
+
"type": "object"
|
12572
|
+
},
|
12573
|
+
"DescribeCcnRegionBandwidthLimitsResponse": {
|
12574
|
+
"document": "DescribeCcnRegionBandwidthLimits返回参数结构体",
|
12575
|
+
"members": [
|
12576
|
+
{
|
12577
|
+
"disabled": false,
|
12578
|
+
"document": "云联网(CCN)各地域出带宽上限",
|
12579
|
+
"example": "无",
|
12580
|
+
"member": "CcnRegionBandwidthLimit",
|
12581
|
+
"name": "CcnRegionBandwidthLimitSet",
|
12582
|
+
"type": "list",
|
12583
|
+
"value_allowed_null": false
|
12584
|
+
},
|
12585
|
+
{
|
12586
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12587
|
+
"member": "string",
|
12588
|
+
"name": "RequestId",
|
12589
|
+
"type": "string"
|
12590
|
+
}
|
12591
|
+
],
|
12592
|
+
"type": "object"
|
12593
|
+
},
|
12594
|
+
"DescribeCcnRouteTableBroadcastPolicysRequest": {
|
12595
|
+
"document": "DescribeCcnRouteTableBroadcastPolicys请求参数结构体",
|
12596
|
+
"members": [
|
12597
|
+
{
|
12598
|
+
"disabled": false,
|
12599
|
+
"document": "云联网ID",
|
12600
|
+
"example": "ccn-qd6z2ld1",
|
12601
|
+
"member": "string",
|
12602
|
+
"name": "CcnId",
|
12603
|
+
"required": true,
|
12604
|
+
"type": "string"
|
12605
|
+
},
|
12606
|
+
{
|
12607
|
+
"disabled": false,
|
12608
|
+
"document": "云联网路由表ID",
|
12609
|
+
"example": "ccnrtb-1mkezrkd",
|
12610
|
+
"member": "string",
|
12611
|
+
"name": "RouteTableId",
|
12612
|
+
"required": true,
|
12613
|
+
"type": "string"
|
12614
|
+
},
|
12615
|
+
{
|
12616
|
+
"disabled": false,
|
12617
|
+
"document": "路由传播策略版本号",
|
12618
|
+
"example": "10",
|
12619
|
+
"member": "uint64",
|
12620
|
+
"name": "PolicyVersion",
|
12621
|
+
"required": false,
|
12622
|
+
"type": "int"
|
12623
|
+
}
|
12624
|
+
],
|
12625
|
+
"type": "object"
|
12626
|
+
},
|
12627
|
+
"DescribeCcnRouteTableBroadcastPolicysResponse": {
|
12628
|
+
"document": "DescribeCcnRouteTableBroadcastPolicys返回参数结构体",
|
12629
|
+
"members": [
|
12630
|
+
{
|
12631
|
+
"disabled": false,
|
12632
|
+
"document": "路由表传播策略。",
|
12633
|
+
"example": "无",
|
12634
|
+
"member": "CcnRouteTableBroadcastPolicys",
|
12635
|
+
"name": "PolicySet",
|
12636
|
+
"required": true,
|
12637
|
+
"type": "list",
|
12638
|
+
"value_allowed_null": false
|
12639
|
+
},
|
12640
|
+
{
|
12641
|
+
"disabled": false,
|
12642
|
+
"document": "符合条件的对象数。",
|
12643
|
+
"example": "无",
|
12644
|
+
"member": "uint64",
|
12645
|
+
"name": "TotalCount",
|
12646
|
+
"required": true,
|
12647
|
+
"type": "int",
|
12648
|
+
"value_allowed_null": false
|
12649
|
+
},
|
12650
|
+
{
|
12651
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12652
|
+
"member": "string",
|
12653
|
+
"name": "RequestId",
|
12654
|
+
"type": "string"
|
12655
|
+
}
|
12656
|
+
],
|
12657
|
+
"type": "object"
|
12658
|
+
},
|
12659
|
+
"DescribeCcnRouteTableInputPolicysRequest": {
|
12660
|
+
"document": "DescribeCcnRouteTableInputPolicys请求参数结构体",
|
12661
|
+
"members": [
|
12662
|
+
{
|
12663
|
+
"disabled": false,
|
12664
|
+
"document": "云联网ID。",
|
12665
|
+
"example": "ccn-qd6z2ld1",
|
12666
|
+
"member": "string",
|
12667
|
+
"name": "CcnId",
|
12668
|
+
"required": true,
|
12669
|
+
"type": "string"
|
12670
|
+
},
|
12671
|
+
{
|
12672
|
+
"disabled": false,
|
12673
|
+
"document": "云联网路由表ID。",
|
12674
|
+
"example": "ccnrtb-1mkezrkd",
|
12675
|
+
"member": "string",
|
12676
|
+
"name": "RouteTableId",
|
12677
|
+
"required": true,
|
12678
|
+
"type": "string"
|
12679
|
+
},
|
12680
|
+
{
|
12681
|
+
"disabled": false,
|
12682
|
+
"document": "路由接收策略版本号。",
|
12683
|
+
"example": "10",
|
12684
|
+
"member": "uint64",
|
12685
|
+
"name": "PolicyVersion",
|
12686
|
+
"required": false,
|
12687
|
+
"type": "int"
|
11924
12688
|
}
|
11925
12689
|
],
|
11926
12690
|
"type": "object"
|
11927
12691
|
},
|
11928
|
-
"
|
11929
|
-
"document": "
|
12692
|
+
"DescribeCcnRouteTableInputPolicysResponse": {
|
12693
|
+
"document": "DescribeCcnRouteTableInputPolicys返回参数结构体",
|
11930
12694
|
"members": [
|
11931
12695
|
{
|
11932
12696
|
"disabled": false,
|
11933
|
-
"document": "
|
11934
|
-
"example": "
|
11935
|
-
"member": "
|
11936
|
-
"name": "
|
11937
|
-
"type": "
|
12697
|
+
"document": "路由表接收策略。",
|
12698
|
+
"example": "无",
|
12699
|
+
"member": "CcnRouteTableInputPolicys",
|
12700
|
+
"name": "PolicySet",
|
12701
|
+
"type": "list",
|
11938
12702
|
"value_allowed_null": false
|
11939
12703
|
},
|
11940
12704
|
{
|
11941
12705
|
"disabled": false,
|
11942
|
-
"document": "
|
12706
|
+
"document": "符合条件的对象数。",
|
11943
12707
|
"example": "无",
|
11944
|
-
"member": "
|
11945
|
-
"name": "
|
11946
|
-
"type": "
|
12708
|
+
"member": "uint64",
|
12709
|
+
"name": "TotalCount",
|
12710
|
+
"type": "int",
|
11947
12711
|
"value_allowed_null": false
|
11948
12712
|
},
|
11949
12713
|
{
|
@@ -11955,33 +12719,62 @@
|
|
11955
12719
|
],
|
11956
12720
|
"type": "object"
|
11957
12721
|
},
|
11958
|
-
"
|
11959
|
-
"document": "
|
12722
|
+
"DescribeCcnRouteTablesRequest": {
|
12723
|
+
"document": "DescribeCcnRouteTables请求参数结构体",
|
11960
12724
|
"members": [
|
11961
12725
|
{
|
11962
12726
|
"disabled": false,
|
11963
|
-
"document": "CCN实例ID
|
11964
|
-
"example": "
|
11965
|
-
"member": "
|
11966
|
-
"name": "
|
11967
|
-
"required":
|
11968
|
-
"type": "
|
12727
|
+
"document": "过滤条件:\n<li>ccn-id - String -(过滤条件)CCN实例ID。</li>\n<li>route-table-id - String -(过滤条件)路由表ID。</li>\n<li>route-table-name - String -(过滤条件)路由表名称。</li>\n<li>route-table-description- String -(过滤条件)路由表备注。</li>",
|
12728
|
+
"example": "无",
|
12729
|
+
"member": "Filter",
|
12730
|
+
"name": "Filters",
|
12731
|
+
"required": false,
|
12732
|
+
"type": "list"
|
12733
|
+
},
|
12734
|
+
{
|
12735
|
+
"disabled": false,
|
12736
|
+
"document": "偏移量。",
|
12737
|
+
"example": "0",
|
12738
|
+
"member": "uint64",
|
12739
|
+
"name": "Offset",
|
12740
|
+
"required": false,
|
12741
|
+
"type": "int"
|
12742
|
+
},
|
12743
|
+
{
|
12744
|
+
"disabled": false,
|
12745
|
+
"document": "一次查询最大返回的数量。",
|
12746
|
+
"example": "20",
|
12747
|
+
"member": "uint64",
|
12748
|
+
"name": "Limit",
|
12749
|
+
"required": false,
|
12750
|
+
"type": "int"
|
11969
12751
|
}
|
11970
12752
|
],
|
11971
12753
|
"type": "object"
|
11972
12754
|
},
|
11973
|
-
"
|
11974
|
-
"document": "
|
12755
|
+
"DescribeCcnRouteTablesResponse": {
|
12756
|
+
"document": "DescribeCcnRouteTables返回参数结构体",
|
11975
12757
|
"members": [
|
11976
12758
|
{
|
11977
12759
|
"disabled": false,
|
11978
|
-
"document": "
|
12760
|
+
"document": "路由表信息列表。",
|
11979
12761
|
"example": "无",
|
11980
|
-
"member": "
|
11981
|
-
"name": "
|
12762
|
+
"member": "CcnRouteTable",
|
12763
|
+
"name": "CcnRouteTableSet",
|
12764
|
+
"required": true,
|
11982
12765
|
"type": "list",
|
11983
12766
|
"value_allowed_null": false
|
11984
12767
|
},
|
12768
|
+
{
|
12769
|
+
"disabled": false,
|
12770
|
+
"document": "查询到的路由表数量。",
|
12771
|
+
"example": "2",
|
12772
|
+
"member": "uint64",
|
12773
|
+
"name": "TotalCount",
|
12774
|
+
"required": true,
|
12775
|
+
"type": "int",
|
12776
|
+
"value_allowed_null": false
|
12777
|
+
},
|
11985
12778
|
{
|
11986
12779
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11987
12780
|
"member": "string",
|
@@ -15040,6 +15833,132 @@
|
|
15040
15833
|
],
|
15041
15834
|
"type": "object"
|
15042
15835
|
},
|
15836
|
+
"DescribeRouteTableAssociatedInstancesRequest": {
|
15837
|
+
"document": "DescribeRouteTableAssociatedInstances请求参数结构体",
|
15838
|
+
"members": [
|
15839
|
+
{
|
15840
|
+
"disabled": false,
|
15841
|
+
"document": "过滤条件:\n<li>ccn-id - String -(过滤条件)CCN实例ID。</li>\n<li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>\n<li>instance-type - String -(过滤条件)实例类型:\n私有网络: `VPC`\n专线网关: `DIRECTCONNECT`\n黑石私有网络: `BMVPC`\nEDGE设备: `EDGE`\nEDGE隧道: `EDGE_TUNNEL`\nEDGE网关: `EDGE_VPNGW`\nVPN网关:`VPNGW`</li>\n<li>instance-id- String -(过滤条件)实例ID。</li>",
|
15842
|
+
"example": "无",
|
15843
|
+
"member": "Filter",
|
15844
|
+
"name": "Filters",
|
15845
|
+
"required": false,
|
15846
|
+
"type": "list"
|
15847
|
+
},
|
15848
|
+
{
|
15849
|
+
"disabled": false,
|
15850
|
+
"document": "偏移量。",
|
15851
|
+
"example": "0",
|
15852
|
+
"member": "uint64",
|
15853
|
+
"name": "Offset",
|
15854
|
+
"required": false,
|
15855
|
+
"type": "int"
|
15856
|
+
},
|
15857
|
+
{
|
15858
|
+
"disabled": false,
|
15859
|
+
"document": "一次查询最大返回的数量。",
|
15860
|
+
"example": "20",
|
15861
|
+
"member": "uint64",
|
15862
|
+
"name": "Limit",
|
15863
|
+
"required": false,
|
15864
|
+
"type": "int"
|
15865
|
+
}
|
15866
|
+
],
|
15867
|
+
"type": "object"
|
15868
|
+
},
|
15869
|
+
"DescribeRouteTableAssociatedInstancesResponse": {
|
15870
|
+
"document": "DescribeRouteTableAssociatedInstances返回参数结构体",
|
15871
|
+
"members": [
|
15872
|
+
{
|
15873
|
+
"disabled": false,
|
15874
|
+
"document": "查询到的绑定路由表的实例数量。",
|
15875
|
+
"example": "2",
|
15876
|
+
"member": "uint64",
|
15877
|
+
"name": "TotalCount",
|
15878
|
+
"type": "int",
|
15879
|
+
"value_allowed_null": false
|
15880
|
+
},
|
15881
|
+
{
|
15882
|
+
"disabled": false,
|
15883
|
+
"document": "绑定信息。",
|
15884
|
+
"example": "无",
|
15885
|
+
"member": "InstanceBind",
|
15886
|
+
"name": "InstanceBindSet",
|
15887
|
+
"type": "list",
|
15888
|
+
"value_allowed_null": false
|
15889
|
+
},
|
15890
|
+
{
|
15891
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15892
|
+
"member": "string",
|
15893
|
+
"name": "RequestId",
|
15894
|
+
"type": "string"
|
15895
|
+
}
|
15896
|
+
],
|
15897
|
+
"type": "object"
|
15898
|
+
},
|
15899
|
+
"DescribeRouteTableSelectionPoliciesRequest": {
|
15900
|
+
"document": "DescribeRouteTableSelectionPolicies请求参数结构体",
|
15901
|
+
"members": [
|
15902
|
+
{
|
15903
|
+
"disabled": false,
|
15904
|
+
"document": "偏移量",
|
15905
|
+
"example": "0",
|
15906
|
+
"member": "uint64",
|
15907
|
+
"name": "Offset",
|
15908
|
+
"required": false,
|
15909
|
+
"type": "int"
|
15910
|
+
},
|
15911
|
+
{
|
15912
|
+
"disabled": false,
|
15913
|
+
"document": "返回数量",
|
15914
|
+
"example": "20",
|
15915
|
+
"member": "uint64",
|
15916
|
+
"name": "Limit",
|
15917
|
+
"required": false,
|
15918
|
+
"type": "int"
|
15919
|
+
},
|
15920
|
+
{
|
15921
|
+
"disabled": false,
|
15922
|
+
"document": "过滤条件:\n<li>ccn-id - String -(过滤条件)CCN实例ID。</li>\n<li>instance-type - String -(过滤条件)关联实例类型:\n私有网络: `VPC`\n专线网关: `DIRECTCONNECT`\n黑石私有网络: `BMVPC`\nEDGE设备: `EDGE`\nEDGE隧道: `EDGE_TUNNEL`\nEDGE网关: `EDGE_VPNGW`\nVPN网关:`VPNGW`</li>\n<li>ccn-route-table-id - String -(过滤条件)路由表ID。</li>\n<li>instance-id - String -(过滤条件)关联的实例ID。</li>\n<li>route-table-name - String -(过滤条件)路由表名称。</li>",
|
15923
|
+
"example": "无",
|
15924
|
+
"member": "Filter",
|
15925
|
+
"name": "Filters",
|
15926
|
+
"required": false,
|
15927
|
+
"type": "list"
|
15928
|
+
}
|
15929
|
+
],
|
15930
|
+
"type": "object"
|
15931
|
+
},
|
15932
|
+
"DescribeRouteTableSelectionPoliciesResponse": {
|
15933
|
+
"document": "DescribeRouteTableSelectionPolicies返回参数结构体",
|
15934
|
+
"members": [
|
15935
|
+
{
|
15936
|
+
"disabled": false,
|
15937
|
+
"document": "符合条件的对象数。",
|
15938
|
+
"example": "5",
|
15939
|
+
"member": "uint64",
|
15940
|
+
"name": "TotalCount",
|
15941
|
+
"type": "int",
|
15942
|
+
"value_allowed_null": false
|
15943
|
+
},
|
15944
|
+
{
|
15945
|
+
"disabled": false,
|
15946
|
+
"document": "路由表选择策略信息集合。",
|
15947
|
+
"example": "无",
|
15948
|
+
"member": "RouteSelectionPolicy",
|
15949
|
+
"name": "RouteSelectionPolicySet",
|
15950
|
+
"type": "list",
|
15951
|
+
"value_allowed_null": false
|
15952
|
+
},
|
15953
|
+
{
|
15954
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15955
|
+
"member": "string",
|
15956
|
+
"name": "RequestId",
|
15957
|
+
"type": "string"
|
15958
|
+
}
|
15959
|
+
],
|
15960
|
+
"type": "object"
|
15961
|
+
},
|
15043
15962
|
"DescribeRouteTablesRequest": {
|
15044
15963
|
"document": "DescribeRouteTables请求参数结构体",
|
15045
15964
|
"members": [
|
@@ -20535,21 +21454,117 @@
|
|
20535
21454
|
"members": [
|
20536
21455
|
{
|
20537
21456
|
"disabled": false,
|
20538
|
-
"document": "商品价格。仅支持未过期的预付费网关。",
|
20539
|
-
"example": "{\"InstancePrice\":{\"OriginalPrice\":1717.86,\"DiscountPrice\":1717.86,\"UnitPrice\":0,\"ChargeUnit\":\"\"},\"BandwidthPrice\":{\"OriginalPrice\":0,\"DiscountPrice\":0,\"UnitPrice\":0,\"ChargeUnit\":\"\"}}",
|
20540
|
-
"member": "Price",
|
20541
|
-
"name": "Price",
|
20542
|
-
"output_required": true,
|
20543
|
-
"type": "object"
|
21457
|
+
"document": "商品价格。仅支持未过期的预付费网关。",
|
21458
|
+
"example": "{\"InstancePrice\":{\"OriginalPrice\":1717.86,\"DiscountPrice\":1717.86,\"UnitPrice\":0,\"ChargeUnit\":\"\"},\"BandwidthPrice\":{\"OriginalPrice\":0,\"DiscountPrice\":0,\"UnitPrice\":0,\"ChargeUnit\":\"\"}}",
|
21459
|
+
"member": "Price",
|
21460
|
+
"name": "Price",
|
21461
|
+
"output_required": true,
|
21462
|
+
"type": "object"
|
21463
|
+
},
|
21464
|
+
{
|
21465
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
21466
|
+
"member": "string",
|
21467
|
+
"name": "RequestId",
|
21468
|
+
"type": "string"
|
21469
|
+
}
|
21470
|
+
],
|
21471
|
+
"type": "object"
|
21472
|
+
},
|
21473
|
+
"InstanceBind": {
|
21474
|
+
"document": "云联网实例绑定路由表信息",
|
21475
|
+
"members": [
|
21476
|
+
{
|
21477
|
+
"disabled": false,
|
21478
|
+
"document": "云联网ID。",
|
21479
|
+
"example": "ccn-245ecr35",
|
21480
|
+
"member": "string",
|
21481
|
+
"name": "CcnId",
|
21482
|
+
"required": true,
|
21483
|
+
"type": "string",
|
21484
|
+
"value_allowed_null": false
|
21485
|
+
},
|
21486
|
+
{
|
21487
|
+
"disabled": false,
|
21488
|
+
"document": "实例类型:VPC,DIRECTCONNECT,BMVPC,EDGE,EDGE_TUNNEL,EDGE_VPNGW,VPNGW。",
|
21489
|
+
"example": "VPC",
|
21490
|
+
"member": "string",
|
21491
|
+
"name": "InstanceType",
|
21492
|
+
"required": true,
|
21493
|
+
"type": "string",
|
21494
|
+
"value_allowed_null": false
|
21495
|
+
},
|
21496
|
+
{
|
21497
|
+
"disabled": false,
|
21498
|
+
"document": "实例ID。",
|
21499
|
+
"example": "vpc-m0c2kcun",
|
21500
|
+
"member": "string",
|
21501
|
+
"name": "InstanceId",
|
21502
|
+
"required": true,
|
21503
|
+
"type": "string",
|
21504
|
+
"value_allowed_null": false
|
21505
|
+
},
|
21506
|
+
{
|
21507
|
+
"disabled": false,
|
21508
|
+
"document": "实例绑定路由表的时间。",
|
21509
|
+
"example": "2021-05-20 16:39:34",
|
21510
|
+
"member": "datetime",
|
21511
|
+
"name": "InstanceBindTime",
|
21512
|
+
"required": true,
|
21513
|
+
"type": "string",
|
21514
|
+
"value_allowed_null": false
|
21515
|
+
},
|
21516
|
+
{
|
21517
|
+
"disabled": false,
|
21518
|
+
"document": "路由表ID。",
|
21519
|
+
"example": "ccnrtb-1234edfr",
|
21520
|
+
"member": "string",
|
21521
|
+
"name": "RouteTableId",
|
21522
|
+
"required": true,
|
21523
|
+
"type": "string",
|
21524
|
+
"value_allowed_null": false
|
21525
|
+
},
|
21526
|
+
{
|
21527
|
+
"disabled": false,
|
21528
|
+
"document": "实例名称。",
|
21529
|
+
"example": "tesetsa",
|
21530
|
+
"member": "string",
|
21531
|
+
"name": "InstanceName",
|
21532
|
+
"required": true,
|
21533
|
+
"type": "string",
|
21534
|
+
"value_allowed_null": false
|
21535
|
+
},
|
21536
|
+
{
|
21537
|
+
"disabled": false,
|
21538
|
+
"document": "实例所在地域。",
|
21539
|
+
"example": "ap-guangzhou",
|
21540
|
+
"member": "string",
|
21541
|
+
"name": "InstanceRegion",
|
21542
|
+
"required": true,
|
21543
|
+
"type": "list",
|
21544
|
+
"value_allowed_null": false
|
21545
|
+
},
|
21546
|
+
{
|
21547
|
+
"disabled": false,
|
21548
|
+
"document": "实例所属的账户uin。",
|
21549
|
+
"example": "329087131",
|
21550
|
+
"member": "string",
|
21551
|
+
"name": "InstanceUin",
|
21552
|
+
"required": true,
|
21553
|
+
"type": "string",
|
21554
|
+
"value_allowed_null": false
|
20544
21555
|
},
|
20545
21556
|
{
|
20546
|
-
"
|
21557
|
+
"disabled": false,
|
21558
|
+
"document": "关联实例状态:\n<li>`PENDING`:申请中</li>\n<li>`ACTIVE`:已连接</li>\n<li>`EXPIRED`:已过期</li>\n<li>`REJECTED`:已拒绝</li>\n<li>`DELETED`:已删除</li>\n<li>`FAILED`:失败的(2小时后将异步强制解关联)</li>\n<li>`ATTACHING`:关联中</li>\n<li>`DETACHING`:解关联中</li>\n<li>`DETACHFAILED`:解关联失败(2小时后将异步强制解关联)</li>",
|
21559
|
+
"example": "ACTIVE",
|
20547
21560
|
"member": "string",
|
20548
|
-
"name": "
|
20549
|
-
"
|
21561
|
+
"name": "State",
|
21562
|
+
"required": true,
|
21563
|
+
"type": "string",
|
21564
|
+
"value_allowed_null": false
|
20550
21565
|
}
|
20551
21566
|
],
|
20552
|
-
"
|
21567
|
+
"usage": "out"
|
20553
21568
|
},
|
20554
21569
|
"InstanceChargePrepaid": {
|
20555
21570
|
"document": "预付费(包年包月)计费对象。",
|
@@ -22000,6 +23015,33 @@
|
|
22000
23015
|
],
|
22001
23016
|
"type": "object"
|
22002
23017
|
},
|
23018
|
+
"ModifyCcnRouteTablesRequest": {
|
23019
|
+
"document": "ModifyCcnRouteTables请求参数结构体",
|
23020
|
+
"members": [
|
23021
|
+
{
|
23022
|
+
"disabled": false,
|
23023
|
+
"document": "需要修改的路由表列表。",
|
23024
|
+
"example": "无",
|
23025
|
+
"member": "ModifyRouteTableInfo",
|
23026
|
+
"name": "RouteTableInfo",
|
23027
|
+
"required": true,
|
23028
|
+
"type": "list"
|
23029
|
+
}
|
23030
|
+
],
|
23031
|
+
"type": "object"
|
23032
|
+
},
|
23033
|
+
"ModifyCcnRouteTablesResponse": {
|
23034
|
+
"document": "ModifyCcnRouteTables返回参数结构体",
|
23035
|
+
"members": [
|
23036
|
+
{
|
23037
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
23038
|
+
"member": "string",
|
23039
|
+
"name": "RequestId",
|
23040
|
+
"type": "string"
|
23041
|
+
}
|
23042
|
+
],
|
23043
|
+
"type": "object"
|
23044
|
+
},
|
22003
23045
|
"ModifyCustomerGatewayAttributeRequest": {
|
22004
23046
|
"document": "ModifyCustomerGatewayAttribute请求参数结构体",
|
22005
23047
|
"members": [
|
@@ -23224,6 +24266,78 @@
|
|
23224
24266
|
],
|
23225
24267
|
"type": "object"
|
23226
24268
|
},
|
24269
|
+
"ModifyRouteTableInfo": {
|
24270
|
+
"document": "云联网路由表信息",
|
24271
|
+
"members": [
|
24272
|
+
{
|
24273
|
+
"disabled": false,
|
24274
|
+
"document": "云联网路由表id。",
|
24275
|
+
"example": "ccnrtb-245ecr35",
|
24276
|
+
"member": "string",
|
24277
|
+
"name": "RouteTableId",
|
24278
|
+
"required": true,
|
24279
|
+
"type": "string",
|
24280
|
+
"value_allowed_null": false
|
24281
|
+
},
|
24282
|
+
{
|
24283
|
+
"disabled": false,
|
24284
|
+
"document": "云联网路由表名称。",
|
24285
|
+
"example": "test",
|
24286
|
+
"member": "string",
|
24287
|
+
"name": "Name",
|
24288
|
+
"required": false,
|
24289
|
+
"type": "string",
|
24290
|
+
"value_allowed_null": true
|
24291
|
+
},
|
24292
|
+
{
|
24293
|
+
"disabled": false,
|
24294
|
+
"document": "云联网路由表描述。",
|
24295
|
+
"example": "deerers",
|
24296
|
+
"member": "string",
|
24297
|
+
"name": "Description",
|
24298
|
+
"required": false,
|
24299
|
+
"type": "string",
|
24300
|
+
"value_allowed_null": false
|
24301
|
+
}
|
24302
|
+
],
|
24303
|
+
"usage": "in"
|
24304
|
+
},
|
24305
|
+
"ModifyRouteTableSelectionPoliciesRequest": {
|
24306
|
+
"document": "ModifyRouteTableSelectionPolicies请求参数结构体",
|
24307
|
+
"members": [
|
24308
|
+
{
|
24309
|
+
"disabled": false,
|
24310
|
+
"document": "云联网ID。",
|
24311
|
+
"example": "ccnrtb-1234edfr",
|
24312
|
+
"member": "string",
|
24313
|
+
"name": "CcnId",
|
24314
|
+
"required": true,
|
24315
|
+
"type": "string"
|
24316
|
+
},
|
24317
|
+
{
|
24318
|
+
"disabled": false,
|
24319
|
+
"document": "选择策略信息集合,表示需要按照当前的策略来修改。",
|
24320
|
+
"example": "-",
|
24321
|
+
"member": "CcnRouteTableSelectPolicy",
|
24322
|
+
"name": "SelectionPolicies",
|
24323
|
+
"required": true,
|
24324
|
+
"type": "list"
|
24325
|
+
}
|
24326
|
+
],
|
24327
|
+
"type": "object"
|
24328
|
+
},
|
24329
|
+
"ModifyRouteTableSelectionPoliciesResponse": {
|
24330
|
+
"document": "ModifyRouteTableSelectionPolicies返回参数结构体",
|
24331
|
+
"members": [
|
24332
|
+
{
|
24333
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24334
|
+
"member": "string",
|
24335
|
+
"name": "RequestId",
|
24336
|
+
"type": "string"
|
24337
|
+
}
|
24338
|
+
],
|
24339
|
+
"type": "object"
|
24340
|
+
},
|
23227
24341
|
"ModifySecurityGroupAttributeRequest": {
|
23228
24342
|
"document": "ModifySecurityGroupAttribute请求参数结构体",
|
23229
24343
|
"members": [
|
@@ -26601,6 +27715,96 @@
|
|
26601
27715
|
],
|
26602
27716
|
"type": "object"
|
26603
27717
|
},
|
27718
|
+
"ReplaceCcnRouteTableBroadcastPolicysRequest": {
|
27719
|
+
"document": "ReplaceCcnRouteTableBroadcastPolicys请求参数结构体",
|
27720
|
+
"members": [
|
27721
|
+
{
|
27722
|
+
"disabled": false,
|
27723
|
+
"document": "云联网ID",
|
27724
|
+
"example": "ccn-qd6z2ld1",
|
27725
|
+
"member": "string",
|
27726
|
+
"name": "CcnId",
|
27727
|
+
"required": true,
|
27728
|
+
"type": "string"
|
27729
|
+
},
|
27730
|
+
{
|
27731
|
+
"disabled": false,
|
27732
|
+
"document": "云联网路由表ID",
|
27733
|
+
"example": "ccnrtb-1mkezrkd",
|
27734
|
+
"member": "string",
|
27735
|
+
"name": "RouteTableId",
|
27736
|
+
"required": true,
|
27737
|
+
"type": "string"
|
27738
|
+
},
|
27739
|
+
{
|
27740
|
+
"disabled": false,
|
27741
|
+
"document": "新的路由传播策略",
|
27742
|
+
"example": "无",
|
27743
|
+
"member": "CcnRouteTableBroadcastPolicy",
|
27744
|
+
"name": "Policys",
|
27745
|
+
"required": true,
|
27746
|
+
"type": "list"
|
27747
|
+
}
|
27748
|
+
],
|
27749
|
+
"type": "object"
|
27750
|
+
},
|
27751
|
+
"ReplaceCcnRouteTableBroadcastPolicysResponse": {
|
27752
|
+
"document": "ReplaceCcnRouteTableBroadcastPolicys返回参数结构体",
|
27753
|
+
"members": [
|
27754
|
+
{
|
27755
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
27756
|
+
"member": "string",
|
27757
|
+
"name": "RequestId",
|
27758
|
+
"type": "string"
|
27759
|
+
}
|
27760
|
+
],
|
27761
|
+
"type": "object"
|
27762
|
+
},
|
27763
|
+
"ReplaceCcnRouteTableInputPolicysRequest": {
|
27764
|
+
"document": "ReplaceCcnRouteTableInputPolicys请求参数结构体",
|
27765
|
+
"members": [
|
27766
|
+
{
|
27767
|
+
"disabled": false,
|
27768
|
+
"document": "云联网ID。",
|
27769
|
+
"example": "ccn-qd6z2ld1",
|
27770
|
+
"member": "string",
|
27771
|
+
"name": "CcnId",
|
27772
|
+
"required": true,
|
27773
|
+
"type": "string"
|
27774
|
+
},
|
27775
|
+
{
|
27776
|
+
"disabled": false,
|
27777
|
+
"document": "云联网路由表ID。",
|
27778
|
+
"example": "ccnrtb-1mkezrkd",
|
27779
|
+
"member": "string",
|
27780
|
+
"name": "RouteTableId",
|
27781
|
+
"required": true,
|
27782
|
+
"type": "string"
|
27783
|
+
},
|
27784
|
+
{
|
27785
|
+
"disabled": false,
|
27786
|
+
"document": "新的路由接收策略。",
|
27787
|
+
"example": "无",
|
27788
|
+
"member": "CcnRouteTableInputPolicy",
|
27789
|
+
"name": "Policys",
|
27790
|
+
"required": false,
|
27791
|
+
"type": "list"
|
27792
|
+
}
|
27793
|
+
],
|
27794
|
+
"type": "object"
|
27795
|
+
},
|
27796
|
+
"ReplaceCcnRouteTableInputPolicysResponse": {
|
27797
|
+
"document": "ReplaceCcnRouteTableInputPolicys返回参数结构体",
|
27798
|
+
"members": [
|
27799
|
+
{
|
27800
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
27801
|
+
"member": "string",
|
27802
|
+
"name": "RequestId",
|
27803
|
+
"type": "string"
|
27804
|
+
}
|
27805
|
+
],
|
27806
|
+
"type": "object"
|
27807
|
+
},
|
26604
27808
|
"ReplaceDirectConnectGatewayCcnRoutesRequest": {
|
26605
27809
|
"document": "ReplaceDirectConnectGatewayCcnRoutes请求参数结构体",
|
26606
27810
|
"members": [
|
@@ -27805,6 +29009,102 @@
|
|
27805
29009
|
],
|
27806
29010
|
"usage": "out"
|
27807
29011
|
},
|
29012
|
+
"RouteSelectionPolicy": {
|
29013
|
+
"document": "路由表选择策略信息",
|
29014
|
+
"members": [
|
29015
|
+
{
|
29016
|
+
"disabled": false,
|
29017
|
+
"document": "云联网ID。",
|
29018
|
+
"example": "ccn-245ecr35",
|
29019
|
+
"member": "string",
|
29020
|
+
"name": "CcnId",
|
29021
|
+
"required": true,
|
29022
|
+
"type": "string",
|
29023
|
+
"value_allowed_null": false
|
29024
|
+
},
|
29025
|
+
{
|
29026
|
+
"disabled": false,
|
29027
|
+
"document": "路由表ID。",
|
29028
|
+
"example": "ccnrtb-1234edfr",
|
29029
|
+
"member": "string",
|
29030
|
+
"name": "RouteTableId",
|
29031
|
+
"required": true,
|
29032
|
+
"type": "string",
|
29033
|
+
"value_allowed_null": false
|
29034
|
+
},
|
29035
|
+
{
|
29036
|
+
"disabled": false,
|
29037
|
+
"document": "路由表名称。",
|
29038
|
+
"example": "34tgrdgs",
|
29039
|
+
"member": "string",
|
29040
|
+
"name": "RouteTableName",
|
29041
|
+
"required": true,
|
29042
|
+
"type": "string",
|
29043
|
+
"value_allowed_null": false
|
29044
|
+
},
|
29045
|
+
{
|
29046
|
+
"disabled": false,
|
29047
|
+
"document": "实例类型。如VPC",
|
29048
|
+
"example": "VPC",
|
29049
|
+
"member": "string",
|
29050
|
+
"name": "InstanceType",
|
29051
|
+
"required": true,
|
29052
|
+
"type": "string",
|
29053
|
+
"value_allowed_null": false
|
29054
|
+
},
|
29055
|
+
{
|
29056
|
+
"disabled": false,
|
29057
|
+
"document": "实例名称。",
|
29058
|
+
"example": "tesetsa",
|
29059
|
+
"member": "string",
|
29060
|
+
"name": "InstanceName",
|
29061
|
+
"required": true,
|
29062
|
+
"type": "string",
|
29063
|
+
"value_allowed_null": false
|
29064
|
+
},
|
29065
|
+
{
|
29066
|
+
"disabled": false,
|
29067
|
+
"document": "源端cidr。",
|
29068
|
+
"example": "10.0.0.0/16",
|
29069
|
+
"member": "string",
|
29070
|
+
"name": "SourceCidrBlock",
|
29071
|
+
"required": true,
|
29072
|
+
"type": "string",
|
29073
|
+
"value_allowed_null": false
|
29074
|
+
},
|
29075
|
+
{
|
29076
|
+
"disabled": false,
|
29077
|
+
"document": "路由表描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
29078
|
+
"example": "test",
|
29079
|
+
"member": "string",
|
29080
|
+
"name": "Description",
|
29081
|
+
"required": true,
|
29082
|
+
"type": "string",
|
29083
|
+
"value_allowed_null": true
|
29084
|
+
},
|
29085
|
+
{
|
29086
|
+
"disabled": false,
|
29087
|
+
"document": "实例ID。",
|
29088
|
+
"example": "vpc-m0c2kcun",
|
29089
|
+
"member": "string",
|
29090
|
+
"name": "InstanceId",
|
29091
|
+
"required": true,
|
29092
|
+
"type": "string",
|
29093
|
+
"value_allowed_null": false
|
29094
|
+
},
|
29095
|
+
{
|
29096
|
+
"disabled": false,
|
29097
|
+
"document": "关联实例所属UIN(根账号)。",
|
29098
|
+
"example": "100000072292",
|
29099
|
+
"member": "string",
|
29100
|
+
"name": "InstanceUin",
|
29101
|
+
"required": true,
|
29102
|
+
"type": "string",
|
29103
|
+
"value_allowed_null": false
|
29104
|
+
}
|
29105
|
+
],
|
29106
|
+
"usage": "out"
|
29107
|
+
},
|
27808
29108
|
"RouteTable": {
|
27809
29109
|
"document": "路由表对象",
|
27810
29110
|
"members": [
|