tccli 3.0.1150.1__py2.py3-none-any.whl → 3.0.1152.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 +64 -0
- tccli/services/cbs/v20170312/examples.json +8 -0
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdc/v20201214/api.json +101 -20
- tccli/services/cdc/v20201214/examples.json +1 -1
- 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/cvm/v20170312/api.json +10 -10
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/dasb/v20191018/api.json +5 -4
- tccli/services/dlc/v20210125/api.json +19 -1
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/es/v20180416/api.json +19 -1
- tccli/services/es/v20180416/examples.json +1 -1
- 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 +22 -2
- tccli/services/gaap/v20180529/examples.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +65 -12
- tccli/services/hunyuan/v20230901/api.json +99 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +19 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +109 -94
- tccli/services/monitor/v20180724/examples.json +7 -7
- tccli/services/mps/v20190612/api.json +37 -35
- tccli/services/mps/v20190612/examples.json +19 -7
- tccli/services/tdmq/tdmq_client.py +163 -4
- tccli/services/tdmq/v20200217/api.json +279 -0
- tccli/services/tdmq/v20200217/examples.json +24 -0
- tccli/services/tsi/v20210325/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +1573 -157
- tccli/services/vpc/v20170312/examples.json +104 -0
- tccli/services/vpc/vpc_client.py +1974 -1285
- {tccli-3.0.1150.1.dist-info → tccli-3.0.1152.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1150.1.dist-info → tccli-3.0.1152.1.dist-info}/RECORD +48 -44
- {tccli-3.0.1150.1.dist-info → tccli-3.0.1152.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1150.1.dist-info → tccli-3.0.1152.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1150.1.dist-info → tccli-3.0.1152.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": [
|
@@ -5093,6 +5265,7 @@
|
|
5093
5265
|
"example": "vpc-lt6ork07",
|
5094
5266
|
"member": "string",
|
5095
5267
|
"name": "InstanceId",
|
5268
|
+
"output_required": true,
|
5096
5269
|
"required": true,
|
5097
5270
|
"type": "string",
|
5098
5271
|
"value_allowed_null": false
|
@@ -5103,6 +5276,7 @@
|
|
5103
5276
|
"example": "ap-guangzhou",
|
5104
5277
|
"member": "string",
|
5105
5278
|
"name": "InstanceRegion",
|
5279
|
+
"output_required": true,
|
5106
5280
|
"required": true,
|
5107
5281
|
"type": "string",
|
5108
5282
|
"value_allowed_null": false
|
@@ -5113,6 +5287,7 @@
|
|
5113
5287
|
"example": "VPC",
|
5114
5288
|
"member": "string",
|
5115
5289
|
"name": "InstanceType",
|
5290
|
+
"output_required": true,
|
5116
5291
|
"required": false,
|
5117
5292
|
"type": "string",
|
5118
5293
|
"value_allowed_null": false
|
@@ -5123,6 +5298,7 @@
|
|
5123
5298
|
"example": "remark",
|
5124
5299
|
"member": "string",
|
5125
5300
|
"name": "Description",
|
5301
|
+
"output_required": true,
|
5126
5302
|
"required": false,
|
5127
5303
|
"type": "string",
|
5128
5304
|
"value_allowed_null": false
|
@@ -5133,6 +5309,18 @@
|
|
5133
5309
|
"example": "ccnrtb-1234edfr",
|
5134
5310
|
"member": "string",
|
5135
5311
|
"name": "RouteTableId",
|
5312
|
+
"output_required": true,
|
5313
|
+
"required": false,
|
5314
|
+
"type": "string",
|
5315
|
+
"value_allowed_null": true
|
5316
|
+
},
|
5317
|
+
{
|
5318
|
+
"disabled": false,
|
5319
|
+
"document": "实例付费方式\n注意:此字段可能返回 null,表示取不到有效值。",
|
5320
|
+
"example": "PayByCcnOwner",
|
5321
|
+
"member": "string",
|
5322
|
+
"name": "OrderType",
|
5323
|
+
"output_required": false,
|
5136
5324
|
"required": false,
|
5137
5325
|
"type": "string",
|
5138
5326
|
"value_allowed_null": true
|
@@ -5145,6 +5333,32 @@
|
|
5145
5333
|
"members": [],
|
5146
5334
|
"usage": "out"
|
5147
5335
|
},
|
5336
|
+
"CcnInstanceWithoutRegion": {
|
5337
|
+
"document": "ccn实例信息(不带地域属性)",
|
5338
|
+
"members": [
|
5339
|
+
{
|
5340
|
+
"disabled": false,
|
5341
|
+
"document": "云联网支持的实例类型:\n`VPC`\n`DIRECTCONNECT`\n`BMVPC` \n`EDGE`\n`EDGE_TUNNEL`\n`EDGE_VPNGW`\n`VPNGW`",
|
5342
|
+
"example": "VPC",
|
5343
|
+
"member": "string",
|
5344
|
+
"name": "InstanceType",
|
5345
|
+
"required": true,
|
5346
|
+
"type": "string",
|
5347
|
+
"value_allowed_null": false
|
5348
|
+
},
|
5349
|
+
{
|
5350
|
+
"disabled": false,
|
5351
|
+
"document": "实例ID。",
|
5352
|
+
"example": "vpc-m0c2kcun",
|
5353
|
+
"member": "string",
|
5354
|
+
"name": "InstanceId",
|
5355
|
+
"required": true,
|
5356
|
+
"type": "string",
|
5357
|
+
"value_allowed_null": false
|
5358
|
+
}
|
5359
|
+
],
|
5360
|
+
"usage": "both"
|
5361
|
+
},
|
5148
5362
|
"CcnRegionBandwidthLimit": {
|
5149
5363
|
"document": "云联网(CCN)地域出带宽上限",
|
5150
5364
|
"members": [
|
@@ -5373,125 +5587,437 @@
|
|
5373
5587
|
],
|
5374
5588
|
"usage": "out"
|
5375
5589
|
},
|
5376
|
-
"
|
5377
|
-
"document": "
|
5590
|
+
"CcnRouteBroadcastPolicyRouteCondition": {
|
5591
|
+
"document": "云联网路由传播策略之路由条件",
|
5378
5592
|
"members": [
|
5379
5593
|
{
|
5380
5594
|
"disabled": false,
|
5381
|
-
"document": "
|
5382
|
-
"example": "
|
5595
|
+
"document": "条件类型",
|
5596
|
+
"example": "instance-type",
|
5383
5597
|
"member": "string",
|
5384
|
-
"name": "
|
5598
|
+
"name": "Name",
|
5385
5599
|
"required": true,
|
5386
|
-
"type": "string"
|
5600
|
+
"type": "string",
|
5601
|
+
"value_allowed_null": false
|
5387
5602
|
},
|
5388
5603
|
{
|
5389
5604
|
"disabled": false,
|
5390
|
-
"document": "
|
5391
|
-
"example": "[
|
5605
|
+
"document": "条件值列表",
|
5606
|
+
"example": "['VPC', 'DIRECTCONNECT']",
|
5392
5607
|
"member": "string",
|
5393
|
-
"name": "
|
5394
|
-
"required":
|
5395
|
-
"type": "list"
|
5608
|
+
"name": "Values",
|
5609
|
+
"required": true,
|
5610
|
+
"type": "list",
|
5611
|
+
"value_allowed_null": false
|
5396
5612
|
},
|
5397
5613
|
{
|
5398
5614
|
"disabled": false,
|
5399
|
-
"document": "
|
5400
|
-
"example": "
|
5401
|
-
"member": "
|
5402
|
-
"name": "
|
5403
|
-
"required":
|
5404
|
-
"type": "
|
5615
|
+
"document": "匹配模式,`1` 精确匹配,`0` 模糊匹配",
|
5616
|
+
"example": "1",
|
5617
|
+
"member": "uint64",
|
5618
|
+
"name": "MatchPattern",
|
5619
|
+
"required": true,
|
5620
|
+
"type": "int",
|
5621
|
+
"value_allowed_null": false
|
5405
5622
|
}
|
5406
5623
|
],
|
5407
|
-
"
|
5624
|
+
"usage": "both"
|
5408
5625
|
},
|
5409
|
-
"
|
5410
|
-
"document": "
|
5626
|
+
"CcnRouteTable": {
|
5627
|
+
"document": "云联网路由表信息",
|
5411
5628
|
"members": [
|
5412
5629
|
{
|
5413
5630
|
"disabled": false,
|
5414
|
-
"document": "
|
5415
|
-
"example": "
|
5416
|
-
"member": "
|
5417
|
-
"name": "
|
5418
|
-
"
|
5631
|
+
"document": "云联网ID。",
|
5632
|
+
"example": "ccn-245ecr35",
|
5633
|
+
"member": "string",
|
5634
|
+
"name": "CcnId",
|
5635
|
+
"required": true,
|
5636
|
+
"type": "string",
|
5419
5637
|
"value_allowed_null": false
|
5420
5638
|
},
|
5421
5639
|
{
|
5422
|
-
"
|
5640
|
+
"disabled": false,
|
5641
|
+
"document": "云联网路由表ID。",
|
5642
|
+
"example": "ccnrtb-1234edfr",
|
5423
5643
|
"member": "string",
|
5424
|
-
"name": "
|
5425
|
-
"
|
5426
|
-
|
5427
|
-
|
5428
|
-
|
5429
|
-
},
|
5430
|
-
"CheckDefaultSubnetRequest": {
|
5431
|
-
"document": "CheckDefaultSubnet请求参数结构体",
|
5432
|
-
"members": [
|
5644
|
+
"name": "CcnRouteTableId",
|
5645
|
+
"required": true,
|
5646
|
+
"type": "string",
|
5647
|
+
"value_allowed_null": false
|
5648
|
+
},
|
5433
5649
|
{
|
5434
5650
|
"disabled": false,
|
5435
|
-
"document": "
|
5436
|
-
"example": "
|
5651
|
+
"document": "云联网路由表名称。",
|
5652
|
+
"example": "test",
|
5437
5653
|
"member": "string",
|
5438
|
-
"name": "
|
5439
|
-
"required":
|
5440
|
-
"type": "string"
|
5441
|
-
|
5442
|
-
|
5443
|
-
"type": "object"
|
5444
|
-
},
|
5445
|
-
"CheckDefaultSubnetResponse": {
|
5446
|
-
"document": "CheckDefaultSubnet返回参数结构体",
|
5447
|
-
"members": [
|
5654
|
+
"name": "RouteTableName",
|
5655
|
+
"required": true,
|
5656
|
+
"type": "string",
|
5657
|
+
"value_allowed_null": false
|
5658
|
+
},
|
5448
5659
|
{
|
5449
5660
|
"disabled": false,
|
5450
|
-
"document": "
|
5661
|
+
"document": "云联网路由表描述。",
|
5662
|
+
"example": "deerers",
|
5663
|
+
"member": "string",
|
5664
|
+
"name": "RouteTableDescription",
|
5665
|
+
"required": true,
|
5666
|
+
"type": "string",
|
5667
|
+
"value_allowed_null": false
|
5668
|
+
},
|
5669
|
+
{
|
5670
|
+
"disabled": false,
|
5671
|
+
"document": "True:是默认路由表 False:非默认路由表。",
|
5451
5672
|
"example": "True",
|
5452
5673
|
"member": "bool",
|
5453
|
-
"name": "
|
5674
|
+
"name": "IsDefaultTable",
|
5675
|
+
"required": true,
|
5454
5676
|
"type": "bool",
|
5455
5677
|
"value_allowed_null": false
|
5456
5678
|
},
|
5457
5679
|
{
|
5458
|
-
"
|
5459
|
-
"
|
5460
|
-
"
|
5461
|
-
"
|
5680
|
+
"disabled": false,
|
5681
|
+
"document": "创建时间。",
|
5682
|
+
"example": "2021-05-14 11:16:45",
|
5683
|
+
"member": "datetime",
|
5684
|
+
"name": "CreateTime",
|
5685
|
+
"required": true,
|
5686
|
+
"type": "string",
|
5687
|
+
"value_allowed_null": false
|
5462
5688
|
}
|
5463
5689
|
],
|
5464
|
-
"
|
5690
|
+
"usage": "out"
|
5465
5691
|
},
|
5466
|
-
"
|
5467
|
-
"document": "
|
5692
|
+
"CcnRouteTableBroadcastPolicy": {
|
5693
|
+
"document": "云联网路由传播策略",
|
5468
5694
|
"members": [
|
5469
5695
|
{
|
5470
5696
|
"disabled": false,
|
5471
|
-
"document": "
|
5472
|
-
"example": "
|
5473
|
-
"member": "
|
5474
|
-
"name": "
|
5697
|
+
"document": "路由条件",
|
5698
|
+
"example": "无",
|
5699
|
+
"member": "CcnRouteBroadcastPolicyRouteCondition",
|
5700
|
+
"name": "RouteConditions",
|
5475
5701
|
"required": true,
|
5476
|
-
"type": "list"
|
5702
|
+
"type": "list",
|
5703
|
+
"value_allowed_null": false
|
5477
5704
|
},
|
5478
5705
|
{
|
5479
5706
|
"disabled": false,
|
5480
|
-
"document": "
|
5481
|
-
"example": "
|
5482
|
-
"member": "
|
5483
|
-
"name": "
|
5484
|
-
"required":
|
5485
|
-
"type": "
|
5707
|
+
"document": "传播条件",
|
5708
|
+
"example": "无",
|
5709
|
+
"member": "CcnRouteBroadcastPolicyRouteCondition",
|
5710
|
+
"name": "BroadcastConditions",
|
5711
|
+
"required": true,
|
5712
|
+
"type": "list",
|
5713
|
+
"value_allowed_null": false
|
5486
5714
|
},
|
5487
5715
|
{
|
5488
5716
|
"disabled": false,
|
5489
|
-
"document": "`
|
5490
|
-
"example": "
|
5717
|
+
"document": "路由行为,`accept` 允许,`drop` 拒绝",
|
5718
|
+
"example": "accept",
|
5491
5719
|
"member": "string",
|
5492
|
-
"name": "
|
5493
|
-
"required":
|
5494
|
-
"type": "string"
|
5720
|
+
"name": "Action",
|
5721
|
+
"required": true,
|
5722
|
+
"type": "string",
|
5723
|
+
"value_allowed_null": false
|
5724
|
+
},
|
5725
|
+
{
|
5726
|
+
"disabled": false,
|
5727
|
+
"document": "策略描述",
|
5728
|
+
"example": "无",
|
5729
|
+
"member": "string",
|
5730
|
+
"name": "Description",
|
5731
|
+
"required": true,
|
5732
|
+
"type": "string",
|
5733
|
+
"value_allowed_null": false
|
5734
|
+
}
|
5735
|
+
],
|
5736
|
+
"usage": "both"
|
5737
|
+
},
|
5738
|
+
"CcnRouteTableBroadcastPolicys": {
|
5739
|
+
"document": "云联网路由传播策略列表",
|
5740
|
+
"members": [
|
5741
|
+
{
|
5742
|
+
"disabled": false,
|
5743
|
+
"document": "策略列表",
|
5744
|
+
"example": "无",
|
5745
|
+
"member": "CcnRouteTableBroadcastPolicy",
|
5746
|
+
"name": "Policys",
|
5747
|
+
"required": true,
|
5748
|
+
"type": "list",
|
5749
|
+
"value_allowed_null": false
|
5750
|
+
},
|
5751
|
+
{
|
5752
|
+
"disabled": false,
|
5753
|
+
"document": "版本号",
|
5754
|
+
"example": "10",
|
5755
|
+
"member": "uint64",
|
5756
|
+
"name": "PolicyVersion",
|
5757
|
+
"required": true,
|
5758
|
+
"type": "int",
|
5759
|
+
"value_allowed_null": false
|
5760
|
+
},
|
5761
|
+
{
|
5762
|
+
"disabled": false,
|
5763
|
+
"document": "创建时间",
|
5764
|
+
"example": "2022-05-24 19:28:31",
|
5765
|
+
"member": "string",
|
5766
|
+
"name": "CreateTime",
|
5767
|
+
"required": true,
|
5768
|
+
"type": "string",
|
5769
|
+
"value_allowed_null": false
|
5770
|
+
}
|
5771
|
+
],
|
5772
|
+
"usage": "out"
|
5773
|
+
},
|
5774
|
+
"CcnRouteTableInputPolicy": {
|
5775
|
+
"document": "云联网路由接收策略",
|
5776
|
+
"members": [
|
5777
|
+
{
|
5778
|
+
"disabled": false,
|
5779
|
+
"document": "路由条件。",
|
5780
|
+
"example": "无",
|
5781
|
+
"member": "CcnRouteBroadcastPolicyRouteCondition",
|
5782
|
+
"name": "RouteConditions",
|
5783
|
+
"required": true,
|
5784
|
+
"type": "list",
|
5785
|
+
"value_allowed_null": false
|
5786
|
+
},
|
5787
|
+
{
|
5788
|
+
"disabled": false,
|
5789
|
+
"document": "路由行为,`accept` 允许,`drop` 拒绝。",
|
5790
|
+
"example": "无",
|
5791
|
+
"member": "string",
|
5792
|
+
"name": "Action",
|
5793
|
+
"required": true,
|
5794
|
+
"type": "string",
|
5795
|
+
"value_allowed_null": false
|
5796
|
+
},
|
5797
|
+
{
|
5798
|
+
"disabled": false,
|
5799
|
+
"document": "策略描述。",
|
5800
|
+
"example": "无",
|
5801
|
+
"member": "string",
|
5802
|
+
"name": "Description",
|
5803
|
+
"required": true,
|
5804
|
+
"type": "string",
|
5805
|
+
"value_allowed_null": false
|
5806
|
+
}
|
5807
|
+
],
|
5808
|
+
"usage": "both"
|
5809
|
+
},
|
5810
|
+
"CcnRouteTableInputPolicys": {
|
5811
|
+
"document": "云联网路由接收策略列表",
|
5812
|
+
"members": [
|
5813
|
+
{
|
5814
|
+
"disabled": false,
|
5815
|
+
"document": "策略列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5816
|
+
"example": "无",
|
5817
|
+
"member": "CcnRouteTableInputPolicy",
|
5818
|
+
"name": "Policys",
|
5819
|
+
"required": false,
|
5820
|
+
"type": "list",
|
5821
|
+
"value_allowed_null": true
|
5822
|
+
},
|
5823
|
+
{
|
5824
|
+
"disabled": false,
|
5825
|
+
"document": "版本号。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5826
|
+
"example": "10",
|
5827
|
+
"member": "uint64",
|
5828
|
+
"name": "PolicyVersion",
|
5829
|
+
"required": false,
|
5830
|
+
"type": "int",
|
5831
|
+
"value_allowed_null": true
|
5832
|
+
},
|
5833
|
+
{
|
5834
|
+
"disabled": false,
|
5835
|
+
"document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5836
|
+
"example": "2022-05-24 19:28:31",
|
5837
|
+
"member": "string",
|
5838
|
+
"name": "CreateTime",
|
5839
|
+
"required": false,
|
5840
|
+
"type": "string",
|
5841
|
+
"value_allowed_null": true
|
5842
|
+
}
|
5843
|
+
],
|
5844
|
+
"usage": "out"
|
5845
|
+
},
|
5846
|
+
"CcnRouteTableSelectPolicy": {
|
5847
|
+
"document": "路由表选择策略信息",
|
5848
|
+
"members": [
|
5849
|
+
{
|
5850
|
+
"disabled": false,
|
5851
|
+
"document": "实例类型:\n私有网络: `VPC`\n专线网关: `DIRECTCONNECT`\n黑石私有网络: `BMVPC`\nEDGE设备: `EDGE`\nEDGE隧道: `EDGE_TUNNEL`\nEDGE网关: `EDGE_VPNGW`\nVPN网关:`VPNGW`",
|
5852
|
+
"example": "VPC",
|
5853
|
+
"member": "string",
|
5854
|
+
"name": "InstanceType",
|
5855
|
+
"required": true,
|
5856
|
+
"type": "string",
|
5857
|
+
"value_allowed_null": false
|
5858
|
+
},
|
5859
|
+
{
|
5860
|
+
"disabled": false,
|
5861
|
+
"document": "实例ID。",
|
5862
|
+
"example": "vpc-m0c2kcun",
|
5863
|
+
"member": "string",
|
5864
|
+
"name": "InstanceId",
|
5865
|
+
"required": true,
|
5866
|
+
"type": "string",
|
5867
|
+
"value_allowed_null": false
|
5868
|
+
},
|
5869
|
+
{
|
5870
|
+
"disabled": false,
|
5871
|
+
"document": "源端CIDR。",
|
5872
|
+
"example": "10.0.0.0/16",
|
5873
|
+
"member": "string",
|
5874
|
+
"name": "SourceCidrBlock",
|
5875
|
+
"required": true,
|
5876
|
+
"type": "string",
|
5877
|
+
"value_allowed_null": false
|
5878
|
+
},
|
5879
|
+
{
|
5880
|
+
"disabled": false,
|
5881
|
+
"document": "路由表ID。",
|
5882
|
+
"example": "ccnrtb-1234edfr",
|
5883
|
+
"member": "string",
|
5884
|
+
"name": "RouteTableId",
|
5885
|
+
"required": true,
|
5886
|
+
"type": "string",
|
5887
|
+
"value_allowed_null": true
|
5888
|
+
},
|
5889
|
+
{
|
5890
|
+
"disabled": false,
|
5891
|
+
"document": "路由表备注。",
|
5892
|
+
"example": "test",
|
5893
|
+
"member": "string",
|
5894
|
+
"name": "Description",
|
5895
|
+
"required": false,
|
5896
|
+
"type": "string",
|
5897
|
+
"value_allowed_null": false
|
5898
|
+
}
|
5899
|
+
],
|
5900
|
+
"usage": "in"
|
5901
|
+
},
|
5902
|
+
"CheckAssistantCidrRequest": {
|
5903
|
+
"document": "CheckAssistantCidr请求参数结构体",
|
5904
|
+
"members": [
|
5905
|
+
{
|
5906
|
+
"disabled": false,
|
5907
|
+
"document": "`VPC`实例`ID`。形如:`vpc-6v2ht8q5`",
|
5908
|
+
"example": "vpc-12345678",
|
5909
|
+
"member": "string",
|
5910
|
+
"name": "VpcId",
|
5911
|
+
"required": true,
|
5912
|
+
"type": "string"
|
5913
|
+
},
|
5914
|
+
{
|
5915
|
+
"disabled": false,
|
5916
|
+
"document": "待添加的辅助CIDR。CIDR数组,格式如[\"10.0.0.0/16\", \"172.16.0.0/16\"]。入参NewCidrBlocks和OldCidrBlocks至少需要其一。",
|
5917
|
+
"example": "[\"172.16.0.0\\/24\\n\"]",
|
5918
|
+
"member": "string",
|
5919
|
+
"name": "NewCidrBlocks",
|
5920
|
+
"required": false,
|
5921
|
+
"type": "list"
|
5922
|
+
},
|
5923
|
+
{
|
5924
|
+
"disabled": false,
|
5925
|
+
"document": "待删除的辅助CIDR。CIDR数组,格式如[\"10.0.0.0/16\", \"172.16.0.0/16\"]。入参NewCidrBlocks和OldCidrBlocks至少需要其一。",
|
5926
|
+
"example": "[\"172.16.1.0\\/25\\n\"]",
|
5927
|
+
"member": "string",
|
5928
|
+
"name": "OldCidrBlocks",
|
5929
|
+
"required": false,
|
5930
|
+
"type": "list"
|
5931
|
+
}
|
5932
|
+
],
|
5933
|
+
"type": "object"
|
5934
|
+
},
|
5935
|
+
"CheckAssistantCidrResponse": {
|
5936
|
+
"document": "CheckAssistantCidr返回参数结构体",
|
5937
|
+
"members": [
|
5938
|
+
{
|
5939
|
+
"disabled": false,
|
5940
|
+
"document": "冲突资源信息数组。",
|
5941
|
+
"example": "无",
|
5942
|
+
"member": "ConflictSource",
|
5943
|
+
"name": "ConflictSourceSet",
|
5944
|
+
"type": "list",
|
5945
|
+
"value_allowed_null": false
|
5946
|
+
},
|
5947
|
+
{
|
5948
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5949
|
+
"member": "string",
|
5950
|
+
"name": "RequestId",
|
5951
|
+
"type": "string"
|
5952
|
+
}
|
5953
|
+
],
|
5954
|
+
"type": "object"
|
5955
|
+
},
|
5956
|
+
"CheckDefaultSubnetRequest": {
|
5957
|
+
"document": "CheckDefaultSubnet请求参数结构体",
|
5958
|
+
"members": [
|
5959
|
+
{
|
5960
|
+
"disabled": false,
|
5961
|
+
"document": "子网所在的可用区ID,不同子网选择不同可用区可以做跨可用区灾备。",
|
5962
|
+
"example": "ap-guangzhou",
|
5963
|
+
"member": "string",
|
5964
|
+
"name": "Zone",
|
5965
|
+
"required": false,
|
5966
|
+
"type": "string"
|
5967
|
+
}
|
5968
|
+
],
|
5969
|
+
"type": "object"
|
5970
|
+
},
|
5971
|
+
"CheckDefaultSubnetResponse": {
|
5972
|
+
"document": "CheckDefaultSubnet返回参数结构体",
|
5973
|
+
"members": [
|
5974
|
+
{
|
5975
|
+
"disabled": false,
|
5976
|
+
"document": "检查结果。true为可以创建默认子网,false为不可以创建默认子网。",
|
5977
|
+
"example": "True",
|
5978
|
+
"member": "bool",
|
5979
|
+
"name": "Result",
|
5980
|
+
"type": "bool",
|
5981
|
+
"value_allowed_null": false
|
5982
|
+
},
|
5983
|
+
{
|
5984
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5985
|
+
"member": "string",
|
5986
|
+
"name": "RequestId",
|
5987
|
+
"type": "string"
|
5988
|
+
}
|
5989
|
+
],
|
5990
|
+
"type": "object"
|
5991
|
+
},
|
5992
|
+
"CheckNetDetectStateRequest": {
|
5993
|
+
"document": "CheckNetDetectState请求参数结构体",
|
5994
|
+
"members": [
|
5995
|
+
{
|
5996
|
+
"disabled": false,
|
5997
|
+
"document": "探测目的IPv4地址数组,最多两个。",
|
5998
|
+
"example": "[\"10.0.0.2\\r\\n\",\"10.0.0.3\\r\\n\"]",
|
5999
|
+
"member": "string",
|
6000
|
+
"name": "DetectDestinationIp",
|
6001
|
+
"required": true,
|
6002
|
+
"type": "list"
|
6003
|
+
},
|
6004
|
+
{
|
6005
|
+
"disabled": false,
|
6006
|
+
"document": "网络探测实例ID。形如:netd-12345678。该参数与(VpcId,SubnetId,NetDetectName),至少要有一个。当NetDetectId存在时,使用NetDetectId。",
|
6007
|
+
"example": "netd-12345678",
|
6008
|
+
"member": "string",
|
6009
|
+
"name": "NetDetectId",
|
6010
|
+
"required": false,
|
6011
|
+
"type": "string"
|
6012
|
+
},
|
6013
|
+
{
|
6014
|
+
"disabled": false,
|
6015
|
+
"document": "`VPC`实例`ID`。形如:`vpc-12345678`。该参数与(SubnetId,NetDetectName)配合使用,与NetDetectId至少要有一个。当NetDetectId存在时,使用NetDetectId。",
|
6016
|
+
"example": "vpc-7zayowkt",
|
6017
|
+
"member": "string",
|
6018
|
+
"name": "VpcId",
|
6019
|
+
"required": false,
|
6020
|
+
"type": "string"
|
5495
6021
|
},
|
5496
6022
|
{
|
5497
6023
|
"disabled": false,
|
@@ -5603,6 +6129,33 @@
|
|
5603
6129
|
],
|
5604
6130
|
"usage": "out"
|
5605
6131
|
},
|
6132
|
+
"ClearRouteTableSelectionPoliciesRequest": {
|
6133
|
+
"document": "ClearRouteTableSelectionPolicies请求参数结构体",
|
6134
|
+
"members": [
|
6135
|
+
{
|
6136
|
+
"disabled": false,
|
6137
|
+
"document": "云联网ID。",
|
6138
|
+
"example": "ccnrtb-1234edfr",
|
6139
|
+
"member": "string",
|
6140
|
+
"name": "CcnId",
|
6141
|
+
"required": true,
|
6142
|
+
"type": "string"
|
6143
|
+
}
|
6144
|
+
],
|
6145
|
+
"type": "object"
|
6146
|
+
},
|
6147
|
+
"ClearRouteTableSelectionPoliciesResponse": {
|
6148
|
+
"document": "ClearRouteTableSelectionPolicies返回参数结构体",
|
6149
|
+
"members": [
|
6150
|
+
{
|
6151
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6152
|
+
"member": "string",
|
6153
|
+
"name": "RequestId",
|
6154
|
+
"type": "string"
|
6155
|
+
}
|
6156
|
+
],
|
6157
|
+
"type": "object"
|
6158
|
+
},
|
5606
6159
|
"CloneSecurityGroupRequest": {
|
5607
6160
|
"document": "CloneSecurityGroup请求参数结构体",
|
5608
6161
|
"members": [
|
@@ -6217,6 +6770,42 @@
|
|
6217
6770
|
],
|
6218
6771
|
"type": "object"
|
6219
6772
|
},
|
6773
|
+
"CreateCcnRouteTablesRequest": {
|
6774
|
+
"document": "CreateCcnRouteTables请求参数结构体",
|
6775
|
+
"members": [
|
6776
|
+
{
|
6777
|
+
"disabled": false,
|
6778
|
+
"document": "需要创建的路由表列表。",
|
6779
|
+
"example": "无",
|
6780
|
+
"member": "CcnBatchRouteTable",
|
6781
|
+
"name": "RouteTable",
|
6782
|
+
"required": true,
|
6783
|
+
"type": "list"
|
6784
|
+
}
|
6785
|
+
],
|
6786
|
+
"type": "object"
|
6787
|
+
},
|
6788
|
+
"CreateCcnRouteTablesResponse": {
|
6789
|
+
"document": "CreateCcnRouteTables返回参数结构体",
|
6790
|
+
"members": [
|
6791
|
+
{
|
6792
|
+
"disabled": false,
|
6793
|
+
"document": "路由表信息列表。",
|
6794
|
+
"example": "无",
|
6795
|
+
"member": "CcnRouteTable",
|
6796
|
+
"name": "CcnRouteTableSet",
|
6797
|
+
"type": "list",
|
6798
|
+
"value_allowed_null": false
|
6799
|
+
},
|
6800
|
+
{
|
6801
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6802
|
+
"member": "string",
|
6803
|
+
"name": "RequestId",
|
6804
|
+
"type": "string"
|
6805
|
+
}
|
6806
|
+
],
|
6807
|
+
"type": "object"
|
6808
|
+
},
|
6220
6809
|
"CreateCustomerGatewayRequest": {
|
6221
6810
|
"document": "CreateCustomerGateway请求参数结构体",
|
6222
6811
|
"members": [
|
@@ -6691,20 +7280,20 @@
|
|
6691
7280
|
},
|
6692
7281
|
{
|
6693
7282
|
"disabled": false,
|
6694
|
-
"document": "`HAVIP
|
6695
|
-
"example": "
|
7283
|
+
"document": "`HAVIP`名称。",
|
7284
|
+
"example": "test+name",
|
6696
7285
|
"member": "string",
|
6697
|
-
"name": "
|
7286
|
+
"name": "HaVipName",
|
6698
7287
|
"required": true,
|
6699
7288
|
"type": "string"
|
6700
7289
|
},
|
6701
7290
|
{
|
6702
7291
|
"disabled": false,
|
6703
|
-
"document": "`HAVIP
|
6704
|
-
"example": "
|
7292
|
+
"document": "`HAVIP`所在子网`ID`。",
|
7293
|
+
"example": "subnet-qq51iwr4",
|
6705
7294
|
"member": "string",
|
6706
|
-
"name": "
|
6707
|
-
"required":
|
7295
|
+
"name": "SubnetId",
|
7296
|
+
"required": false,
|
6708
7297
|
"type": "string"
|
6709
7298
|
},
|
6710
7299
|
{
|
@@ -6724,6 +7313,15 @@
|
|
6724
7313
|
"name": "NetworkInterfaceId",
|
6725
7314
|
"required": false,
|
6726
7315
|
"type": "string"
|
7316
|
+
},
|
7317
|
+
{
|
7318
|
+
"disabled": false,
|
7319
|
+
"document": "是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。",
|
7320
|
+
"example": "True",
|
7321
|
+
"member": "bool",
|
7322
|
+
"name": "CheckAssociate",
|
7323
|
+
"required": false,
|
7324
|
+
"type": "bool"
|
6727
7325
|
}
|
6728
7326
|
],
|
6729
7327
|
"type": "object"
|
@@ -6737,7 +7335,7 @@
|
|
6737
7335
|
"example": "无",
|
6738
7336
|
"member": "HaVip",
|
6739
7337
|
"name": "HaVip",
|
6740
|
-
"
|
7338
|
+
"output_required": true,
|
6741
7339
|
"type": "object",
|
6742
7340
|
"value_allowed_null": false
|
6743
7341
|
},
|
@@ -9308,7 +9906,7 @@
|
|
9308
9906
|
"example": "无",
|
9309
9907
|
"member": "string",
|
9310
9908
|
"name": "ServiceProvider",
|
9311
|
-
"
|
9909
|
+
"output_required": true,
|
9312
9910
|
"type": "string",
|
9313
9911
|
"value_allowed_null": false
|
9314
9912
|
},
|
@@ -9318,7 +9916,7 @@
|
|
9318
9916
|
"example": "无",
|
9319
9917
|
"member": "uint64",
|
9320
9918
|
"name": "ComplianceId",
|
9321
|
-
"
|
9919
|
+
"output_required": true,
|
9322
9920
|
"type": "int",
|
9323
9921
|
"value_allowed_null": false
|
9324
9922
|
},
|
@@ -9328,7 +9926,7 @@
|
|
9328
9926
|
"example": "无",
|
9329
9927
|
"member": "string",
|
9330
9928
|
"name": "Company",
|
9331
|
-
"
|
9929
|
+
"output_required": true,
|
9332
9930
|
"type": "string",
|
9333
9931
|
"value_allowed_null": false
|
9334
9932
|
},
|
@@ -9338,7 +9936,7 @@
|
|
9338
9936
|
"example": "无",
|
9339
9937
|
"member": "string",
|
9340
9938
|
"name": "UniformSocialCreditCode",
|
9341
|
-
"
|
9939
|
+
"output_required": true,
|
9342
9940
|
"type": "string",
|
9343
9941
|
"value_allowed_null": false
|
9344
9942
|
},
|
@@ -9348,7 +9946,7 @@
|
|
9348
9946
|
"example": "无",
|
9349
9947
|
"member": "string",
|
9350
9948
|
"name": "LegalPerson",
|
9351
|
-
"
|
9949
|
+
"output_required": true,
|
9352
9950
|
"type": "string",
|
9353
9951
|
"value_allowed_null": false
|
9354
9952
|
},
|
@@ -9358,7 +9956,7 @@
|
|
9358
9956
|
"example": "无",
|
9359
9957
|
"member": "string",
|
9360
9958
|
"name": "IssuingAuthority",
|
9361
|
-
"
|
9959
|
+
"output_required": true,
|
9362
9960
|
"type": "string",
|
9363
9961
|
"value_allowed_null": false
|
9364
9962
|
},
|
@@ -9368,7 +9966,7 @@
|
|
9368
9966
|
"example": "无",
|
9369
9967
|
"member": "string",
|
9370
9968
|
"name": "BusinessLicense",
|
9371
|
-
"
|
9969
|
+
"output_required": true,
|
9372
9970
|
"type": "string",
|
9373
9971
|
"value_allowed_null": false
|
9374
9972
|
},
|
@@ -9378,7 +9976,7 @@
|
|
9378
9976
|
"example": "无",
|
9379
9977
|
"member": "string",
|
9380
9978
|
"name": "BusinessAddress",
|
9381
|
-
"
|
9979
|
+
"output_required": true,
|
9382
9980
|
"type": "string",
|
9383
9981
|
"value_allowed_null": false
|
9384
9982
|
},
|
@@ -9388,7 +9986,7 @@
|
|
9388
9986
|
"example": "无",
|
9389
9987
|
"member": "uint64",
|
9390
9988
|
"name": "PostCode",
|
9391
|
-
"
|
9989
|
+
"output_required": true,
|
9392
9990
|
"type": "int",
|
9393
9991
|
"value_allowed_null": false
|
9394
9992
|
},
|
@@ -9398,7 +9996,7 @@
|
|
9398
9996
|
"example": "无",
|
9399
9997
|
"member": "string",
|
9400
9998
|
"name": "Manager",
|
9401
|
-
"
|
9999
|
+
"output_required": true,
|
9402
10000
|
"type": "string",
|
9403
10001
|
"value_allowed_null": false
|
9404
10002
|
},
|
@@ -9408,7 +10006,7 @@
|
|
9408
10006
|
"example": "无",
|
9409
10007
|
"member": "string",
|
9410
10008
|
"name": "ManagerId",
|
9411
|
-
"
|
10009
|
+
"output_required": true,
|
9412
10010
|
"type": "string",
|
9413
10011
|
"value_allowed_null": false
|
9414
10012
|
},
|
@@ -9418,7 +10016,7 @@
|
|
9418
10016
|
"example": "无",
|
9419
10017
|
"member": "string",
|
9420
10018
|
"name": "ManagerIdCard",
|
9421
|
-
"
|
10019
|
+
"output_required": true,
|
9422
10020
|
"type": "string",
|
9423
10021
|
"value_allowed_null": false
|
9424
10022
|
},
|
@@ -9428,7 +10026,7 @@
|
|
9428
10026
|
"example": "无",
|
9429
10027
|
"member": "string",
|
9430
10028
|
"name": "ManagerAddress",
|
9431
|
-
"
|
10029
|
+
"output_required": true,
|
9432
10030
|
"type": "string",
|
9433
10031
|
"value_allowed_null": false
|
9434
10032
|
},
|
@@ -9438,7 +10036,7 @@
|
|
9438
10036
|
"example": "无",
|
9439
10037
|
"member": "string",
|
9440
10038
|
"name": "ManagerTelephone",
|
9441
|
-
"
|
10039
|
+
"output_required": true,
|
9442
10040
|
"type": "string",
|
9443
10041
|
"value_allowed_null": false
|
9444
10042
|
},
|
@@ -9448,7 +10046,7 @@
|
|
9448
10046
|
"example": "无",
|
9449
10047
|
"member": "string",
|
9450
10048
|
"name": "Email",
|
9451
|
-
"
|
10049
|
+
"output_required": true,
|
9452
10050
|
"type": "string",
|
9453
10051
|
"value_allowed_null": false
|
9454
10052
|
},
|
@@ -9458,7 +10056,7 @@
|
|
9458
10056
|
"example": "无",
|
9459
10057
|
"member": "string",
|
9460
10058
|
"name": "ServiceHandlingForm",
|
9461
|
-
"
|
10059
|
+
"output_required": true,
|
9462
10060
|
"type": "string",
|
9463
10061
|
"value_allowed_null": false
|
9464
10062
|
},
|
@@ -9468,7 +10066,7 @@
|
|
9468
10066
|
"example": "无",
|
9469
10067
|
"member": "string",
|
9470
10068
|
"name": "AuthorizationLetter",
|
9471
|
-
"
|
10069
|
+
"output_required": true,
|
9472
10070
|
"type": "string",
|
9473
10071
|
"value_allowed_null": false
|
9474
10072
|
},
|
@@ -9478,7 +10076,7 @@
|
|
9478
10076
|
"example": "无",
|
9479
10077
|
"member": "string",
|
9480
10078
|
"name": "SafetyCommitment",
|
9481
|
-
"
|
10079
|
+
"output_required": true,
|
9482
10080
|
"type": "string",
|
9483
10081
|
"value_allowed_null": false
|
9484
10082
|
},
|
@@ -9488,7 +10086,7 @@
|
|
9488
10086
|
"example": "无",
|
9489
10087
|
"member": "date",
|
9490
10088
|
"name": "ServiceStartDate",
|
9491
|
-
"
|
10089
|
+
"output_required": true,
|
9492
10090
|
"type": "string",
|
9493
10091
|
"value_allowed_null": false
|
9494
10092
|
},
|
@@ -9498,7 +10096,7 @@
|
|
9498
10096
|
"example": "无",
|
9499
10097
|
"member": "date",
|
9500
10098
|
"name": "ServiceEndDate",
|
9501
|
-
"
|
10099
|
+
"output_required": true,
|
9502
10100
|
"type": "string",
|
9503
10101
|
"value_allowed_null": false
|
9504
10102
|
},
|
@@ -9508,7 +10106,7 @@
|
|
9508
10106
|
"example": "无",
|
9509
10107
|
"member": "string",
|
9510
10108
|
"name": "State",
|
9511
|
-
"
|
10109
|
+
"output_required": true,
|
9512
10110
|
"type": "string",
|
9513
10111
|
"value_allowed_null": false
|
9514
10112
|
},
|
@@ -9518,9 +10116,29 @@
|
|
9518
10116
|
"example": "无",
|
9519
10117
|
"member": "datetime",
|
9520
10118
|
"name": "CreatedTime",
|
9521
|
-
"
|
10119
|
+
"output_required": true,
|
9522
10120
|
"type": "string",
|
9523
10121
|
"value_allowed_null": false
|
10122
|
+
},
|
10123
|
+
{
|
10124
|
+
"disabled": false,
|
10125
|
+
"document": "法定代表人身份证号。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10126
|
+
"example": "无",
|
10127
|
+
"member": "string",
|
10128
|
+
"name": "LegalPersonId",
|
10129
|
+
"output_required": false,
|
10130
|
+
"type": "string",
|
10131
|
+
"value_allowed_null": true
|
10132
|
+
},
|
10133
|
+
{
|
10134
|
+
"disabled": false,
|
10135
|
+
"document": "法定代表人身份证。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10136
|
+
"example": "无",
|
10137
|
+
"member": "string",
|
10138
|
+
"name": "LegalPersonIdCard",
|
10139
|
+
"output_required": false,
|
10140
|
+
"type": "string",
|
10141
|
+
"value_allowed_null": true
|
9524
10142
|
}
|
9525
10143
|
],
|
9526
10144
|
"usage": "out"
|
@@ -9986,6 +10604,33 @@
|
|
9986
10604
|
],
|
9987
10605
|
"type": "object"
|
9988
10606
|
},
|
10607
|
+
"DeleteCcnRouteTablesRequest": {
|
10608
|
+
"document": "DeleteCcnRouteTables请求参数结构体",
|
10609
|
+
"members": [
|
10610
|
+
{
|
10611
|
+
"disabled": false,
|
10612
|
+
"document": "需要删除的路由表列表。",
|
10613
|
+
"example": "无",
|
10614
|
+
"member": "string",
|
10615
|
+
"name": "RouteTableId",
|
10616
|
+
"required": true,
|
10617
|
+
"type": "list"
|
10618
|
+
}
|
10619
|
+
],
|
10620
|
+
"type": "object"
|
10621
|
+
},
|
10622
|
+
"DeleteCcnRouteTablesResponse": {
|
10623
|
+
"document": "DeleteCcnRouteTables返回参数结构体",
|
10624
|
+
"members": [
|
10625
|
+
{
|
10626
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10627
|
+
"member": "string",
|
10628
|
+
"name": "RequestId",
|
10629
|
+
"type": "string"
|
10630
|
+
}
|
10631
|
+
],
|
10632
|
+
"type": "object"
|
10633
|
+
},
|
9989
10634
|
"DeleteCustomerGatewayRequest": {
|
9990
10635
|
"document": "DeleteCustomerGateway请求参数结构体",
|
9991
10636
|
"members": [
|
@@ -11991,6 +12636,199 @@
|
|
11991
12636
|
],
|
11992
12637
|
"type": "object"
|
11993
12638
|
},
|
12639
|
+
"DescribeCcnRouteTableBroadcastPolicysRequest": {
|
12640
|
+
"document": "DescribeCcnRouteTableBroadcastPolicys请求参数结构体",
|
12641
|
+
"members": [
|
12642
|
+
{
|
12643
|
+
"disabled": false,
|
12644
|
+
"document": "云联网ID",
|
12645
|
+
"example": "ccn-qd6z2ld1",
|
12646
|
+
"member": "string",
|
12647
|
+
"name": "CcnId",
|
12648
|
+
"required": true,
|
12649
|
+
"type": "string"
|
12650
|
+
},
|
12651
|
+
{
|
12652
|
+
"disabled": false,
|
12653
|
+
"document": "云联网路由表ID",
|
12654
|
+
"example": "ccnrtb-1mkezrkd",
|
12655
|
+
"member": "string",
|
12656
|
+
"name": "RouteTableId",
|
12657
|
+
"required": true,
|
12658
|
+
"type": "string"
|
12659
|
+
},
|
12660
|
+
{
|
12661
|
+
"disabled": false,
|
12662
|
+
"document": "路由传播策略版本号",
|
12663
|
+
"example": "10",
|
12664
|
+
"member": "uint64",
|
12665
|
+
"name": "PolicyVersion",
|
12666
|
+
"required": false,
|
12667
|
+
"type": "int"
|
12668
|
+
}
|
12669
|
+
],
|
12670
|
+
"type": "object"
|
12671
|
+
},
|
12672
|
+
"DescribeCcnRouteTableBroadcastPolicysResponse": {
|
12673
|
+
"document": "DescribeCcnRouteTableBroadcastPolicys返回参数结构体",
|
12674
|
+
"members": [
|
12675
|
+
{
|
12676
|
+
"disabled": false,
|
12677
|
+
"document": "路由表传播策略。",
|
12678
|
+
"example": "无",
|
12679
|
+
"member": "CcnRouteTableBroadcastPolicys",
|
12680
|
+
"name": "PolicySet",
|
12681
|
+
"required": true,
|
12682
|
+
"type": "list",
|
12683
|
+
"value_allowed_null": false
|
12684
|
+
},
|
12685
|
+
{
|
12686
|
+
"disabled": false,
|
12687
|
+
"document": "符合条件的对象数。",
|
12688
|
+
"example": "无",
|
12689
|
+
"member": "uint64",
|
12690
|
+
"name": "TotalCount",
|
12691
|
+
"required": true,
|
12692
|
+
"type": "int",
|
12693
|
+
"value_allowed_null": false
|
12694
|
+
},
|
12695
|
+
{
|
12696
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12697
|
+
"member": "string",
|
12698
|
+
"name": "RequestId",
|
12699
|
+
"type": "string"
|
12700
|
+
}
|
12701
|
+
],
|
12702
|
+
"type": "object"
|
12703
|
+
},
|
12704
|
+
"DescribeCcnRouteTableInputPolicysRequest": {
|
12705
|
+
"document": "DescribeCcnRouteTableInputPolicys请求参数结构体",
|
12706
|
+
"members": [
|
12707
|
+
{
|
12708
|
+
"disabled": false,
|
12709
|
+
"document": "云联网ID。",
|
12710
|
+
"example": "ccn-qd6z2ld1",
|
12711
|
+
"member": "string",
|
12712
|
+
"name": "CcnId",
|
12713
|
+
"required": true,
|
12714
|
+
"type": "string"
|
12715
|
+
},
|
12716
|
+
{
|
12717
|
+
"disabled": false,
|
12718
|
+
"document": "云联网路由表ID。",
|
12719
|
+
"example": "ccnrtb-1mkezrkd",
|
12720
|
+
"member": "string",
|
12721
|
+
"name": "RouteTableId",
|
12722
|
+
"required": true,
|
12723
|
+
"type": "string"
|
12724
|
+
},
|
12725
|
+
{
|
12726
|
+
"disabled": false,
|
12727
|
+
"document": "路由接收策略版本号。",
|
12728
|
+
"example": "10",
|
12729
|
+
"member": "uint64",
|
12730
|
+
"name": "PolicyVersion",
|
12731
|
+
"required": false,
|
12732
|
+
"type": "int"
|
12733
|
+
}
|
12734
|
+
],
|
12735
|
+
"type": "object"
|
12736
|
+
},
|
12737
|
+
"DescribeCcnRouteTableInputPolicysResponse": {
|
12738
|
+
"document": "DescribeCcnRouteTableInputPolicys返回参数结构体",
|
12739
|
+
"members": [
|
12740
|
+
{
|
12741
|
+
"disabled": false,
|
12742
|
+
"document": "路由表接收策略。",
|
12743
|
+
"example": "无",
|
12744
|
+
"member": "CcnRouteTableInputPolicys",
|
12745
|
+
"name": "PolicySet",
|
12746
|
+
"type": "list",
|
12747
|
+
"value_allowed_null": false
|
12748
|
+
},
|
12749
|
+
{
|
12750
|
+
"disabled": false,
|
12751
|
+
"document": "符合条件的对象数。",
|
12752
|
+
"example": "无",
|
12753
|
+
"member": "uint64",
|
12754
|
+
"name": "TotalCount",
|
12755
|
+
"type": "int",
|
12756
|
+
"value_allowed_null": false
|
12757
|
+
},
|
12758
|
+
{
|
12759
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12760
|
+
"member": "string",
|
12761
|
+
"name": "RequestId",
|
12762
|
+
"type": "string"
|
12763
|
+
}
|
12764
|
+
],
|
12765
|
+
"type": "object"
|
12766
|
+
},
|
12767
|
+
"DescribeCcnRouteTablesRequest": {
|
12768
|
+
"document": "DescribeCcnRouteTables请求参数结构体",
|
12769
|
+
"members": [
|
12770
|
+
{
|
12771
|
+
"disabled": false,
|
12772
|
+
"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>",
|
12773
|
+
"example": "无",
|
12774
|
+
"member": "Filter",
|
12775
|
+
"name": "Filters",
|
12776
|
+
"required": false,
|
12777
|
+
"type": "list"
|
12778
|
+
},
|
12779
|
+
{
|
12780
|
+
"disabled": false,
|
12781
|
+
"document": "偏移量。",
|
12782
|
+
"example": "0",
|
12783
|
+
"member": "uint64",
|
12784
|
+
"name": "Offset",
|
12785
|
+
"required": false,
|
12786
|
+
"type": "int"
|
12787
|
+
},
|
12788
|
+
{
|
12789
|
+
"disabled": false,
|
12790
|
+
"document": "一次查询最大返回的数量。",
|
12791
|
+
"example": "20",
|
12792
|
+
"member": "uint64",
|
12793
|
+
"name": "Limit",
|
12794
|
+
"required": false,
|
12795
|
+
"type": "int"
|
12796
|
+
}
|
12797
|
+
],
|
12798
|
+
"type": "object"
|
12799
|
+
},
|
12800
|
+
"DescribeCcnRouteTablesResponse": {
|
12801
|
+
"document": "DescribeCcnRouteTables返回参数结构体",
|
12802
|
+
"members": [
|
12803
|
+
{
|
12804
|
+
"disabled": false,
|
12805
|
+
"document": "路由表信息列表。",
|
12806
|
+
"example": "无",
|
12807
|
+
"member": "CcnRouteTable",
|
12808
|
+
"name": "CcnRouteTableSet",
|
12809
|
+
"required": true,
|
12810
|
+
"type": "list",
|
12811
|
+
"value_allowed_null": false
|
12812
|
+
},
|
12813
|
+
{
|
12814
|
+
"disabled": false,
|
12815
|
+
"document": "查询到的路由表数量。",
|
12816
|
+
"example": "2",
|
12817
|
+
"member": "uint64",
|
12818
|
+
"name": "TotalCount",
|
12819
|
+
"required": true,
|
12820
|
+
"type": "int",
|
12821
|
+
"value_allowed_null": false
|
12822
|
+
},
|
12823
|
+
{
|
12824
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12825
|
+
"member": "string",
|
12826
|
+
"name": "RequestId",
|
12827
|
+
"type": "string"
|
12828
|
+
}
|
12829
|
+
],
|
12830
|
+
"type": "object"
|
12831
|
+
},
|
11994
12832
|
"DescribeCcnRoutesRequest": {
|
11995
12833
|
"document": "DescribeCcnRoutes请求参数结构体",
|
11996
12834
|
"members": [
|
@@ -13323,7 +14161,7 @@
|
|
13323
14161
|
},
|
13324
14162
|
{
|
13325
14163
|
"disabled": false,
|
13326
|
-
"document": "过滤条件,参数不支持同时指定`HaVipIds`和`Filters
|
14164
|
+
"document": "过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。<li>havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。</li><li>havip-name - String - `HAVIP`名称。</li><li>vpc-id - String - `HAVIP`所在私有网络`ID`。</li><li>subnet-id - String - `HAVIP`所在子网`ID`。</li><li>vip - String - `HAVIP`的地址`VIP`。</li><li>address-ip - String - `HAVIP`绑定的弹性公网`IP`。</li><li>havip-association.instance-id - String - `HAVIP`绑定的子机或网卡。</li><li>havip-association.instance-type - String - `HAVIP`绑定的类型,取值:CVM, ENI。</li><li>check-associate - Bool - 是否开启HaVip飘移时校验绑定的子机或网卡。</li><li>cdc-id - String - CDC实例ID。</li>",
|
13327
14165
|
"example": "无",
|
13328
14166
|
"member": "Filter",
|
13329
14167
|
"name": "Filters",
|
@@ -13360,6 +14198,7 @@
|
|
13360
14198
|
"example": "2",
|
13361
14199
|
"member": "uint64",
|
13362
14200
|
"name": "TotalCount",
|
14201
|
+
"output_required": true,
|
13363
14202
|
"type": "int",
|
13364
14203
|
"value_allowed_null": false
|
13365
14204
|
},
|
@@ -13369,6 +14208,7 @@
|
|
13369
14208
|
"example": "无",
|
13370
14209
|
"member": "HaVip",
|
13371
14210
|
"name": "HaVipSet",
|
14211
|
+
"output_required": true,
|
13372
14212
|
"type": "list",
|
13373
14213
|
"value_allowed_null": false
|
13374
14214
|
},
|
@@ -14966,27 +15806,134 @@
|
|
14966
15806
|
],
|
14967
15807
|
"type": "object"
|
14968
15808
|
},
|
14969
|
-
"DescribeProductQuotaResponse": {
|
14970
|
-
"document": "DescribeProductQuota返回参数结构体",
|
15809
|
+
"DescribeProductQuotaResponse": {
|
15810
|
+
"document": "DescribeProductQuota返回参数结构体",
|
15811
|
+
"members": [
|
15812
|
+
{
|
15813
|
+
"disabled": false,
|
15814
|
+
"document": "ProductQuota对象数组。",
|
15815
|
+
"example": "无",
|
15816
|
+
"member": "ProductQuota",
|
15817
|
+
"name": "ProductQuotaSet",
|
15818
|
+
"type": "list",
|
15819
|
+
"value_allowed_null": false
|
15820
|
+
},
|
15821
|
+
{
|
15822
|
+
"disabled": false,
|
15823
|
+
"document": "符合条件的产品类型个数。",
|
15824
|
+
"example": "53",
|
15825
|
+
"member": "uint64",
|
15826
|
+
"name": "TotalCount",
|
15827
|
+
"type": "int",
|
15828
|
+
"value_allowed_null": false
|
15829
|
+
},
|
15830
|
+
{
|
15831
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15832
|
+
"member": "string",
|
15833
|
+
"name": "RequestId",
|
15834
|
+
"type": "string"
|
15835
|
+
}
|
15836
|
+
],
|
15837
|
+
"type": "object"
|
15838
|
+
},
|
15839
|
+
"DescribeRouteConflictsRequest": {
|
15840
|
+
"document": "DescribeRouteConflicts请求参数结构体",
|
15841
|
+
"members": [
|
15842
|
+
{
|
15843
|
+
"disabled": false,
|
15844
|
+
"document": "路由表实例ID,例如:rtb-azd4dt1c。",
|
15845
|
+
"example": "rtb-azd4dt1c",
|
15846
|
+
"member": "string",
|
15847
|
+
"name": "RouteTableId",
|
15848
|
+
"required": true,
|
15849
|
+
"type": "string"
|
15850
|
+
},
|
15851
|
+
{
|
15852
|
+
"disabled": false,
|
15853
|
+
"document": "要检查的与之冲突的目的端列表。",
|
15854
|
+
"example": "无",
|
15855
|
+
"member": "string",
|
15856
|
+
"name": "DestinationCidrBlocks",
|
15857
|
+
"required": true,
|
15858
|
+
"type": "list"
|
15859
|
+
}
|
15860
|
+
],
|
15861
|
+
"type": "object"
|
15862
|
+
},
|
15863
|
+
"DescribeRouteConflictsResponse": {
|
15864
|
+
"document": "DescribeRouteConflicts返回参数结构体",
|
15865
|
+
"members": [
|
15866
|
+
{
|
15867
|
+
"disabled": false,
|
15868
|
+
"document": "路由策略冲突列表。",
|
15869
|
+
"example": "无",
|
15870
|
+
"member": "RouteConflict",
|
15871
|
+
"name": "RouteConflictSet",
|
15872
|
+
"type": "list"
|
15873
|
+
},
|
15874
|
+
{
|
15875
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15876
|
+
"member": "string",
|
15877
|
+
"name": "RequestId",
|
15878
|
+
"type": "string"
|
15879
|
+
}
|
15880
|
+
],
|
15881
|
+
"type": "object"
|
15882
|
+
},
|
15883
|
+
"DescribeRouteTableAssociatedInstancesRequest": {
|
15884
|
+
"document": "DescribeRouteTableAssociatedInstances请求参数结构体",
|
14971
15885
|
"members": [
|
14972
15886
|
{
|
14973
15887
|
"disabled": false,
|
14974
|
-
"document": "
|
15888
|
+
"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>",
|
14975
15889
|
"example": "无",
|
14976
|
-
"member": "
|
14977
|
-
"name": "
|
14978
|
-
"
|
14979
|
-
"
|
15890
|
+
"member": "Filter",
|
15891
|
+
"name": "Filters",
|
15892
|
+
"required": false,
|
15893
|
+
"type": "list"
|
14980
15894
|
},
|
14981
15895
|
{
|
14982
15896
|
"disabled": false,
|
14983
|
-
"document": "
|
14984
|
-
"example": "
|
15897
|
+
"document": "偏移量。",
|
15898
|
+
"example": "0",
|
15899
|
+
"member": "uint64",
|
15900
|
+
"name": "Offset",
|
15901
|
+
"required": false,
|
15902
|
+
"type": "int"
|
15903
|
+
},
|
15904
|
+
{
|
15905
|
+
"disabled": false,
|
15906
|
+
"document": "一次查询最大返回的数量。",
|
15907
|
+
"example": "20",
|
15908
|
+
"member": "uint64",
|
15909
|
+
"name": "Limit",
|
15910
|
+
"required": false,
|
15911
|
+
"type": "int"
|
15912
|
+
}
|
15913
|
+
],
|
15914
|
+
"type": "object"
|
15915
|
+
},
|
15916
|
+
"DescribeRouteTableAssociatedInstancesResponse": {
|
15917
|
+
"document": "DescribeRouteTableAssociatedInstances返回参数结构体",
|
15918
|
+
"members": [
|
15919
|
+
{
|
15920
|
+
"disabled": false,
|
15921
|
+
"document": "查询到的绑定路由表的实例数量。",
|
15922
|
+
"example": "2",
|
14985
15923
|
"member": "uint64",
|
14986
15924
|
"name": "TotalCount",
|
14987
15925
|
"type": "int",
|
14988
15926
|
"value_allowed_null": false
|
14989
15927
|
},
|
15928
|
+
{
|
15929
|
+
"disabled": false,
|
15930
|
+
"document": "绑定信息。",
|
15931
|
+
"example": "无",
|
15932
|
+
"member": "InstanceBind",
|
15933
|
+
"name": "InstanceBindSet",
|
15934
|
+
"type": "list",
|
15935
|
+
"value_allowed_null": false
|
15936
|
+
},
|
14990
15937
|
{
|
14991
15938
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14992
15939
|
"member": "string",
|
@@ -14996,40 +15943,59 @@
|
|
14996
15943
|
],
|
14997
15944
|
"type": "object"
|
14998
15945
|
},
|
14999
|
-
"
|
15000
|
-
"document": "
|
15946
|
+
"DescribeRouteTableSelectionPoliciesRequest": {
|
15947
|
+
"document": "DescribeRouteTableSelectionPolicies请求参数结构体",
|
15001
15948
|
"members": [
|
15002
15949
|
{
|
15003
15950
|
"disabled": false,
|
15004
|
-
"document": "
|
15005
|
-
"example": "
|
15006
|
-
"member": "
|
15007
|
-
"name": "
|
15008
|
-
"required":
|
15009
|
-
"type": "
|
15951
|
+
"document": "偏移量",
|
15952
|
+
"example": "0",
|
15953
|
+
"member": "uint64",
|
15954
|
+
"name": "Offset",
|
15955
|
+
"required": false,
|
15956
|
+
"type": "int"
|
15010
15957
|
},
|
15011
15958
|
{
|
15012
15959
|
"disabled": false,
|
15013
|
-
"document": "
|
15960
|
+
"document": "返回数量",
|
15961
|
+
"example": "20",
|
15962
|
+
"member": "uint64",
|
15963
|
+
"name": "Limit",
|
15964
|
+
"required": false,
|
15965
|
+
"type": "int"
|
15966
|
+
},
|
15967
|
+
{
|
15968
|
+
"disabled": false,
|
15969
|
+
"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>",
|
15014
15970
|
"example": "无",
|
15015
|
-
"member": "
|
15016
|
-
"name": "
|
15017
|
-
"required":
|
15971
|
+
"member": "Filter",
|
15972
|
+
"name": "Filters",
|
15973
|
+
"required": false,
|
15018
15974
|
"type": "list"
|
15019
15975
|
}
|
15020
15976
|
],
|
15021
15977
|
"type": "object"
|
15022
15978
|
},
|
15023
|
-
"
|
15024
|
-
"document": "
|
15979
|
+
"DescribeRouteTableSelectionPoliciesResponse": {
|
15980
|
+
"document": "DescribeRouteTableSelectionPolicies返回参数结构体",
|
15025
15981
|
"members": [
|
15026
15982
|
{
|
15027
15983
|
"disabled": false,
|
15028
|
-
"document": "
|
15984
|
+
"document": "符合条件的对象数。",
|
15985
|
+
"example": "5",
|
15986
|
+
"member": "uint64",
|
15987
|
+
"name": "TotalCount",
|
15988
|
+
"type": "int",
|
15989
|
+
"value_allowed_null": false
|
15990
|
+
},
|
15991
|
+
{
|
15992
|
+
"disabled": false,
|
15993
|
+
"document": "路由表选择策略信息集合。",
|
15029
15994
|
"example": "无",
|
15030
|
-
"member": "
|
15031
|
-
"name": "
|
15032
|
-
"type": "list"
|
15995
|
+
"member": "RouteSelectionPolicy",
|
15996
|
+
"name": "RouteSelectionPolicySet",
|
15997
|
+
"type": "list",
|
15998
|
+
"value_allowed_null": false
|
15033
15999
|
},
|
15034
16000
|
{
|
15035
16001
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -19921,112 +20887,142 @@
|
|
19921
20887
|
{
|
19922
20888
|
"disabled": false,
|
19923
20889
|
"document": "`HAVIP`的`ID`,是`HAVIP`的唯一标识。",
|
19924
|
-
"example": "",
|
20890
|
+
"example": "无",
|
19925
20891
|
"member": "string",
|
19926
20892
|
"name": "HaVipId",
|
19927
|
-
"
|
20893
|
+
"output_required": true,
|
19928
20894
|
"type": "string",
|
19929
20895
|
"value_allowed_null": false
|
19930
20896
|
},
|
19931
20897
|
{
|
19932
20898
|
"disabled": false,
|
19933
20899
|
"document": "`HAVIP`名称。",
|
19934
|
-
"example": "",
|
20900
|
+
"example": "无",
|
19935
20901
|
"member": "string",
|
19936
20902
|
"name": "HaVipName",
|
19937
|
-
"
|
20903
|
+
"output_required": true,
|
19938
20904
|
"type": "string",
|
19939
20905
|
"value_allowed_null": false
|
19940
20906
|
},
|
19941
20907
|
{
|
19942
20908
|
"disabled": false,
|
19943
20909
|
"document": "虚拟IP地址。",
|
19944
|
-
"example": "",
|
20910
|
+
"example": "无",
|
19945
20911
|
"member": "string",
|
19946
20912
|
"name": "Vip",
|
19947
|
-
"
|
20913
|
+
"output_required": true,
|
19948
20914
|
"type": "string",
|
19949
20915
|
"value_allowed_null": false
|
19950
20916
|
},
|
19951
20917
|
{
|
19952
20918
|
"disabled": false,
|
19953
20919
|
"document": "`HAVIP`所在私有网络`ID`。",
|
19954
|
-
"example": "",
|
20920
|
+
"example": "无",
|
19955
20921
|
"member": "string",
|
19956
20922
|
"name": "VpcId",
|
19957
|
-
"
|
20923
|
+
"output_required": true,
|
19958
20924
|
"type": "string",
|
19959
20925
|
"value_allowed_null": false
|
19960
20926
|
},
|
19961
20927
|
{
|
19962
20928
|
"disabled": false,
|
19963
20929
|
"document": "`HAVIP`所在子网`ID`。",
|
19964
|
-
"example": "",
|
20930
|
+
"example": "无",
|
19965
20931
|
"member": "string",
|
19966
20932
|
"name": "SubnetId",
|
19967
|
-
"
|
20933
|
+
"output_required": true,
|
19968
20934
|
"type": "string",
|
19969
20935
|
"value_allowed_null": false
|
19970
20936
|
},
|
19971
20937
|
{
|
19972
20938
|
"disabled": false,
|
19973
20939
|
"document": "`HAVIP`关联弹性网卡`ID`。",
|
19974
|
-
"example": "",
|
20940
|
+
"example": "无",
|
19975
20941
|
"member": "string",
|
19976
20942
|
"name": "NetworkInterfaceId",
|
19977
|
-
"
|
20943
|
+
"output_required": true,
|
19978
20944
|
"type": "string",
|
19979
20945
|
"value_allowed_null": false
|
19980
20946
|
},
|
19981
20947
|
{
|
19982
20948
|
"disabled": false,
|
19983
20949
|
"document": "被绑定的实例`ID`。",
|
19984
|
-
"example": "",
|
20950
|
+
"example": "无",
|
19985
20951
|
"member": "string",
|
19986
20952
|
"name": "InstanceId",
|
19987
|
-
"
|
20953
|
+
"output_required": true,
|
19988
20954
|
"type": "string",
|
19989
20955
|
"value_allowed_null": false
|
19990
20956
|
},
|
19991
20957
|
{
|
19992
20958
|
"disabled": false,
|
19993
20959
|
"document": "绑定`EIP`。",
|
19994
|
-
"example": "",
|
20960
|
+
"example": "无",
|
19995
20961
|
"member": "string",
|
19996
20962
|
"name": "AddressIp",
|
19997
|
-
"
|
20963
|
+
"output_required": true,
|
19998
20964
|
"type": "string",
|
19999
20965
|
"value_allowed_null": false
|
20000
20966
|
},
|
20001
20967
|
{
|
20002
20968
|
"disabled": false,
|
20003
20969
|
"document": "状态:\n<li>`AVAILABLE`:运行中</li>\n<li>`UNBIND`:未绑定</li>",
|
20004
|
-
"example": "",
|
20970
|
+
"example": "无",
|
20005
20971
|
"member": "string",
|
20006
20972
|
"name": "State",
|
20007
|
-
"
|
20973
|
+
"output_required": true,
|
20008
20974
|
"type": "string",
|
20009
20975
|
"value_allowed_null": false
|
20010
20976
|
},
|
20011
20977
|
{
|
20012
20978
|
"disabled": false,
|
20013
20979
|
"document": "创建时间。",
|
20014
|
-
"example": "",
|
20980
|
+
"example": "无",
|
20015
20981
|
"member": "datetime",
|
20016
20982
|
"name": "CreatedTime",
|
20017
|
-
"
|
20983
|
+
"output_required": true,
|
20018
20984
|
"type": "string",
|
20019
20985
|
"value_allowed_null": false
|
20020
20986
|
},
|
20021
20987
|
{
|
20022
20988
|
"disabled": false,
|
20023
20989
|
"document": "使用havip的业务标识。",
|
20024
|
-
"example": "",
|
20990
|
+
"example": "无",
|
20025
20991
|
"member": "string",
|
20026
20992
|
"name": "Business",
|
20027
|
-
"
|
20993
|
+
"output_required": true,
|
20028
20994
|
"type": "string",
|
20029
20995
|
"value_allowed_null": false
|
20996
|
+
},
|
20997
|
+
{
|
20998
|
+
"disabled": false,
|
20999
|
+
"document": "`HAVIP`的飘移范围。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21000
|
+
"example": "[ { 'HaVipId': 'havip-7tqt5jn6', 'InstanceId': 'ins-3qx9elib', 'InstanceType': 'CVM' }]",
|
21001
|
+
"member": "HaVipAssociation",
|
21002
|
+
"name": "HaVipAssociationSet",
|
21003
|
+
"output_required": false,
|
21004
|
+
"type": "list",
|
21005
|
+
"value_allowed_null": true
|
21006
|
+
},
|
21007
|
+
{
|
21008
|
+
"disabled": false,
|
21009
|
+
"document": "是否开启`HAVIP`的飘移范围校验。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21010
|
+
"example": "True",
|
21011
|
+
"member": "bool",
|
21012
|
+
"name": "CheckAssociate",
|
21013
|
+
"output_required": false,
|
21014
|
+
"type": "bool",
|
21015
|
+
"value_allowed_null": true
|
21016
|
+
},
|
21017
|
+
{
|
21018
|
+
"disabled": false,
|
21019
|
+
"document": "HAVIP 刷新时间。该参数只作为出参数。以下场景会触发 FlushTime 被刷新:1)子机发出免费 ARP 触发 HAVIP 漂移;2)手动HAVIP解绑网卡; 没有更新时默认值:0000-00-00 00:00:00\n注意:此字段可能返回 null,表示取不到有效值。",
|
21020
|
+
"example": "2024-06-06 22:24:45",
|
21021
|
+
"member": "string",
|
21022
|
+
"name": "FlushedTime",
|
21023
|
+
"output_required": false,
|
21024
|
+
"type": "string",
|
21025
|
+
"value_allowed_null": true
|
20030
21026
|
}
|
20031
21027
|
],
|
20032
21028
|
"usage": "out"
|
@@ -20067,6 +21063,45 @@
|
|
20067
21063
|
],
|
20068
21064
|
"type": "object"
|
20069
21065
|
},
|
21066
|
+
"HaVipAssociation": {
|
21067
|
+
"document": "HaVip绑定的子机/网卡(用于限制HaVip飘移的范围,并不是真正的飘移动作)。",
|
21068
|
+
"members": [
|
21069
|
+
{
|
21070
|
+
"disabled": false,
|
21071
|
+
"document": "HaVip实例唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21072
|
+
"example": "havip-7tqt5jn6",
|
21073
|
+
"member": "string",
|
21074
|
+
"name": "HaVipId",
|
21075
|
+
"output_required": false,
|
21076
|
+
"required": true,
|
21077
|
+
"type": "string",
|
21078
|
+
"value_allowed_null": true
|
21079
|
+
},
|
21080
|
+
{
|
21081
|
+
"disabled": false,
|
21082
|
+
"document": "HaVip绑定的子机或网卡唯一ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21083
|
+
"example": "ins-3qx9elib",
|
21084
|
+
"member": "string",
|
21085
|
+
"name": "InstanceId",
|
21086
|
+
"output_required": false,
|
21087
|
+
"required": true,
|
21088
|
+
"type": "string",
|
21089
|
+
"value_allowed_null": true
|
21090
|
+
},
|
21091
|
+
{
|
21092
|
+
"disabled": false,
|
21093
|
+
"document": "HaVip绑定的类型。取值:CVM, ENI。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21094
|
+
"example": "CVM",
|
21095
|
+
"member": "string",
|
21096
|
+
"name": "InstanceType",
|
21097
|
+
"output_required": false,
|
21098
|
+
"required": true,
|
21099
|
+
"type": "string",
|
21100
|
+
"value_allowed_null": true
|
21101
|
+
}
|
21102
|
+
],
|
21103
|
+
"usage": "both"
|
21104
|
+
},
|
20070
21105
|
"HaVipDisassociateAddressIpRequest": {
|
20071
21106
|
"document": "HaVipDisassociateAddressIp请求参数结构体",
|
20072
21107
|
"members": [
|
@@ -20543,13 +21578,109 @@
|
|
20543
21578
|
"type": "object"
|
20544
21579
|
},
|
20545
21580
|
{
|
20546
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
21581
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
21582
|
+
"member": "string",
|
21583
|
+
"name": "RequestId",
|
21584
|
+
"type": "string"
|
21585
|
+
}
|
21586
|
+
],
|
21587
|
+
"type": "object"
|
21588
|
+
},
|
21589
|
+
"InstanceBind": {
|
21590
|
+
"document": "云联网实例绑定路由表信息",
|
21591
|
+
"members": [
|
21592
|
+
{
|
21593
|
+
"disabled": false,
|
21594
|
+
"document": "云联网ID。",
|
21595
|
+
"example": "ccn-245ecr35",
|
21596
|
+
"member": "string",
|
21597
|
+
"name": "CcnId",
|
21598
|
+
"required": true,
|
21599
|
+
"type": "string",
|
21600
|
+
"value_allowed_null": false
|
21601
|
+
},
|
21602
|
+
{
|
21603
|
+
"disabled": false,
|
21604
|
+
"document": "实例类型:VPC,DIRECTCONNECT,BMVPC,EDGE,EDGE_TUNNEL,EDGE_VPNGW,VPNGW。",
|
21605
|
+
"example": "VPC",
|
21606
|
+
"member": "string",
|
21607
|
+
"name": "InstanceType",
|
21608
|
+
"required": true,
|
21609
|
+
"type": "string",
|
21610
|
+
"value_allowed_null": false
|
21611
|
+
},
|
21612
|
+
{
|
21613
|
+
"disabled": false,
|
21614
|
+
"document": "实例ID。",
|
21615
|
+
"example": "vpc-m0c2kcun",
|
21616
|
+
"member": "string",
|
21617
|
+
"name": "InstanceId",
|
21618
|
+
"required": true,
|
21619
|
+
"type": "string",
|
21620
|
+
"value_allowed_null": false
|
21621
|
+
},
|
21622
|
+
{
|
21623
|
+
"disabled": false,
|
21624
|
+
"document": "实例绑定路由表的时间。",
|
21625
|
+
"example": "2021-05-20 16:39:34",
|
21626
|
+
"member": "datetime",
|
21627
|
+
"name": "InstanceBindTime",
|
21628
|
+
"required": true,
|
21629
|
+
"type": "string",
|
21630
|
+
"value_allowed_null": false
|
21631
|
+
},
|
21632
|
+
{
|
21633
|
+
"disabled": false,
|
21634
|
+
"document": "路由表ID。",
|
21635
|
+
"example": "ccnrtb-1234edfr",
|
21636
|
+
"member": "string",
|
21637
|
+
"name": "RouteTableId",
|
21638
|
+
"required": true,
|
21639
|
+
"type": "string",
|
21640
|
+
"value_allowed_null": false
|
21641
|
+
},
|
21642
|
+
{
|
21643
|
+
"disabled": false,
|
21644
|
+
"document": "实例名称。",
|
21645
|
+
"example": "tesetsa",
|
21646
|
+
"member": "string",
|
21647
|
+
"name": "InstanceName",
|
21648
|
+
"required": true,
|
21649
|
+
"type": "string",
|
21650
|
+
"value_allowed_null": false
|
21651
|
+
},
|
21652
|
+
{
|
21653
|
+
"disabled": false,
|
21654
|
+
"document": "实例所在地域。",
|
21655
|
+
"example": "ap-guangzhou",
|
21656
|
+
"member": "string",
|
21657
|
+
"name": "InstanceRegion",
|
21658
|
+
"required": true,
|
21659
|
+
"type": "list",
|
21660
|
+
"value_allowed_null": false
|
21661
|
+
},
|
21662
|
+
{
|
21663
|
+
"disabled": false,
|
21664
|
+
"document": "实例所属的账户uin。",
|
21665
|
+
"example": "329087131",
|
20547
21666
|
"member": "string",
|
20548
|
-
"name": "
|
20549
|
-
"
|
21667
|
+
"name": "InstanceUin",
|
21668
|
+
"required": true,
|
21669
|
+
"type": "string",
|
21670
|
+
"value_allowed_null": false
|
21671
|
+
},
|
21672
|
+
{
|
21673
|
+
"disabled": false,
|
21674
|
+
"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>",
|
21675
|
+
"example": "ACTIVE",
|
21676
|
+
"member": "string",
|
21677
|
+
"name": "State",
|
21678
|
+
"required": true,
|
21679
|
+
"type": "string",
|
21680
|
+
"value_allowed_null": false
|
20550
21681
|
}
|
20551
21682
|
],
|
20552
|
-
"
|
21683
|
+
"usage": "out"
|
20553
21684
|
},
|
20554
21685
|
"InstanceChargePrepaid": {
|
20555
21686
|
"document": "预付费(包年包月)计费对象。",
|
@@ -22000,6 +23131,33 @@
|
|
22000
23131
|
],
|
22001
23132
|
"type": "object"
|
22002
23133
|
},
|
23134
|
+
"ModifyCcnRouteTablesRequest": {
|
23135
|
+
"document": "ModifyCcnRouteTables请求参数结构体",
|
23136
|
+
"members": [
|
23137
|
+
{
|
23138
|
+
"disabled": false,
|
23139
|
+
"document": "需要修改的路由表列表。",
|
23140
|
+
"example": "无",
|
23141
|
+
"member": "ModifyRouteTableInfo",
|
23142
|
+
"name": "RouteTableInfo",
|
23143
|
+
"required": true,
|
23144
|
+
"type": "list"
|
23145
|
+
}
|
23146
|
+
],
|
23147
|
+
"type": "object"
|
23148
|
+
},
|
23149
|
+
"ModifyCcnRouteTablesResponse": {
|
23150
|
+
"document": "ModifyCcnRouteTables返回参数结构体",
|
23151
|
+
"members": [
|
23152
|
+
{
|
23153
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
23154
|
+
"member": "string",
|
23155
|
+
"name": "RequestId",
|
23156
|
+
"type": "string"
|
23157
|
+
}
|
23158
|
+
],
|
23159
|
+
"type": "object"
|
23160
|
+
},
|
22003
23161
|
"ModifyCustomerGatewayAttributeRequest": {
|
22004
23162
|
"document": "ModifyCustomerGatewayAttribute请求参数结构体",
|
22005
23163
|
"members": [
|
@@ -22249,7 +23407,7 @@
|
|
22249
23407
|
{
|
22250
23408
|
"disabled": false,
|
22251
23409
|
"document": "`HAVIP`名称,可任意命名,但不得超过60个字符。",
|
22252
|
-
"example": "
|
23410
|
+
"example": "TEST",
|
22253
23411
|
"member": "string",
|
22254
23412
|
"name": "HaVipName",
|
22255
23413
|
"required": true,
|
@@ -23224,6 +24382,78 @@
|
|
23224
24382
|
],
|
23225
24383
|
"type": "object"
|
23226
24384
|
},
|
24385
|
+
"ModifyRouteTableInfo": {
|
24386
|
+
"document": "云联网路由表信息",
|
24387
|
+
"members": [
|
24388
|
+
{
|
24389
|
+
"disabled": false,
|
24390
|
+
"document": "云联网路由表id。",
|
24391
|
+
"example": "ccnrtb-245ecr35",
|
24392
|
+
"member": "string",
|
24393
|
+
"name": "RouteTableId",
|
24394
|
+
"required": true,
|
24395
|
+
"type": "string",
|
24396
|
+
"value_allowed_null": false
|
24397
|
+
},
|
24398
|
+
{
|
24399
|
+
"disabled": false,
|
24400
|
+
"document": "云联网路由表名称。",
|
24401
|
+
"example": "test",
|
24402
|
+
"member": "string",
|
24403
|
+
"name": "Name",
|
24404
|
+
"required": false,
|
24405
|
+
"type": "string",
|
24406
|
+
"value_allowed_null": true
|
24407
|
+
},
|
24408
|
+
{
|
24409
|
+
"disabled": false,
|
24410
|
+
"document": "云联网路由表描述。",
|
24411
|
+
"example": "deerers",
|
24412
|
+
"member": "string",
|
24413
|
+
"name": "Description",
|
24414
|
+
"required": false,
|
24415
|
+
"type": "string",
|
24416
|
+
"value_allowed_null": false
|
24417
|
+
}
|
24418
|
+
],
|
24419
|
+
"usage": "in"
|
24420
|
+
},
|
24421
|
+
"ModifyRouteTableSelectionPoliciesRequest": {
|
24422
|
+
"document": "ModifyRouteTableSelectionPolicies请求参数结构体",
|
24423
|
+
"members": [
|
24424
|
+
{
|
24425
|
+
"disabled": false,
|
24426
|
+
"document": "云联网ID。",
|
24427
|
+
"example": "ccnrtb-1234edfr",
|
24428
|
+
"member": "string",
|
24429
|
+
"name": "CcnId",
|
24430
|
+
"required": true,
|
24431
|
+
"type": "string"
|
24432
|
+
},
|
24433
|
+
{
|
24434
|
+
"disabled": false,
|
24435
|
+
"document": "选择策略信息集合,表示需要按照当前的策略来修改。",
|
24436
|
+
"example": "-",
|
24437
|
+
"member": "CcnRouteTableSelectPolicy",
|
24438
|
+
"name": "SelectionPolicies",
|
24439
|
+
"required": true,
|
24440
|
+
"type": "list"
|
24441
|
+
}
|
24442
|
+
],
|
24443
|
+
"type": "object"
|
24444
|
+
},
|
24445
|
+
"ModifyRouteTableSelectionPoliciesResponse": {
|
24446
|
+
"document": "ModifyRouteTableSelectionPolicies返回参数结构体",
|
24447
|
+
"members": [
|
24448
|
+
{
|
24449
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
24450
|
+
"member": "string",
|
24451
|
+
"name": "RequestId",
|
24452
|
+
"type": "string"
|
24453
|
+
}
|
24454
|
+
],
|
24455
|
+
"type": "object"
|
24456
|
+
},
|
23227
24457
|
"ModifySecurityGroupAttributeRequest": {
|
23228
24458
|
"document": "ModifySecurityGroupAttribute请求参数结构体",
|
23229
24459
|
"members": [
|
@@ -26601,6 +27831,96 @@
|
|
26601
27831
|
],
|
26602
27832
|
"type": "object"
|
26603
27833
|
},
|
27834
|
+
"ReplaceCcnRouteTableBroadcastPolicysRequest": {
|
27835
|
+
"document": "ReplaceCcnRouteTableBroadcastPolicys请求参数结构体",
|
27836
|
+
"members": [
|
27837
|
+
{
|
27838
|
+
"disabled": false,
|
27839
|
+
"document": "云联网ID",
|
27840
|
+
"example": "ccn-qd6z2ld1",
|
27841
|
+
"member": "string",
|
27842
|
+
"name": "CcnId",
|
27843
|
+
"required": true,
|
27844
|
+
"type": "string"
|
27845
|
+
},
|
27846
|
+
{
|
27847
|
+
"disabled": false,
|
27848
|
+
"document": "云联网路由表ID",
|
27849
|
+
"example": "ccnrtb-1mkezrkd",
|
27850
|
+
"member": "string",
|
27851
|
+
"name": "RouteTableId",
|
27852
|
+
"required": true,
|
27853
|
+
"type": "string"
|
27854
|
+
},
|
27855
|
+
{
|
27856
|
+
"disabled": false,
|
27857
|
+
"document": "新的路由传播策略",
|
27858
|
+
"example": "无",
|
27859
|
+
"member": "CcnRouteTableBroadcastPolicy",
|
27860
|
+
"name": "Policys",
|
27861
|
+
"required": true,
|
27862
|
+
"type": "list"
|
27863
|
+
}
|
27864
|
+
],
|
27865
|
+
"type": "object"
|
27866
|
+
},
|
27867
|
+
"ReplaceCcnRouteTableBroadcastPolicysResponse": {
|
27868
|
+
"document": "ReplaceCcnRouteTableBroadcastPolicys返回参数结构体",
|
27869
|
+
"members": [
|
27870
|
+
{
|
27871
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
27872
|
+
"member": "string",
|
27873
|
+
"name": "RequestId",
|
27874
|
+
"type": "string"
|
27875
|
+
}
|
27876
|
+
],
|
27877
|
+
"type": "object"
|
27878
|
+
},
|
27879
|
+
"ReplaceCcnRouteTableInputPolicysRequest": {
|
27880
|
+
"document": "ReplaceCcnRouteTableInputPolicys请求参数结构体",
|
27881
|
+
"members": [
|
27882
|
+
{
|
27883
|
+
"disabled": false,
|
27884
|
+
"document": "云联网ID。",
|
27885
|
+
"example": "ccn-qd6z2ld1",
|
27886
|
+
"member": "string",
|
27887
|
+
"name": "CcnId",
|
27888
|
+
"required": true,
|
27889
|
+
"type": "string"
|
27890
|
+
},
|
27891
|
+
{
|
27892
|
+
"disabled": false,
|
27893
|
+
"document": "云联网路由表ID。",
|
27894
|
+
"example": "ccnrtb-1mkezrkd",
|
27895
|
+
"member": "string",
|
27896
|
+
"name": "RouteTableId",
|
27897
|
+
"required": true,
|
27898
|
+
"type": "string"
|
27899
|
+
},
|
27900
|
+
{
|
27901
|
+
"disabled": false,
|
27902
|
+
"document": "新的路由接收策略。",
|
27903
|
+
"example": "无",
|
27904
|
+
"member": "CcnRouteTableInputPolicy",
|
27905
|
+
"name": "Policys",
|
27906
|
+
"required": false,
|
27907
|
+
"type": "list"
|
27908
|
+
}
|
27909
|
+
],
|
27910
|
+
"type": "object"
|
27911
|
+
},
|
27912
|
+
"ReplaceCcnRouteTableInputPolicysResponse": {
|
27913
|
+
"document": "ReplaceCcnRouteTableInputPolicys返回参数结构体",
|
27914
|
+
"members": [
|
27915
|
+
{
|
27916
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
27917
|
+
"member": "string",
|
27918
|
+
"name": "RequestId",
|
27919
|
+
"type": "string"
|
27920
|
+
}
|
27921
|
+
],
|
27922
|
+
"type": "object"
|
27923
|
+
},
|
26604
27924
|
"ReplaceDirectConnectGatewayCcnRoutesRequest": {
|
26605
27925
|
"document": "ReplaceDirectConnectGatewayCcnRoutes请求参数结构体",
|
26606
27926
|
"members": [
|
@@ -27805,6 +29125,102 @@
|
|
27805
29125
|
],
|
27806
29126
|
"usage": "out"
|
27807
29127
|
},
|
29128
|
+
"RouteSelectionPolicy": {
|
29129
|
+
"document": "路由表选择策略信息",
|
29130
|
+
"members": [
|
29131
|
+
{
|
29132
|
+
"disabled": false,
|
29133
|
+
"document": "云联网ID。",
|
29134
|
+
"example": "ccn-245ecr35",
|
29135
|
+
"member": "string",
|
29136
|
+
"name": "CcnId",
|
29137
|
+
"required": true,
|
29138
|
+
"type": "string",
|
29139
|
+
"value_allowed_null": false
|
29140
|
+
},
|
29141
|
+
{
|
29142
|
+
"disabled": false,
|
29143
|
+
"document": "路由表ID。",
|
29144
|
+
"example": "ccnrtb-1234edfr",
|
29145
|
+
"member": "string",
|
29146
|
+
"name": "RouteTableId",
|
29147
|
+
"required": true,
|
29148
|
+
"type": "string",
|
29149
|
+
"value_allowed_null": false
|
29150
|
+
},
|
29151
|
+
{
|
29152
|
+
"disabled": false,
|
29153
|
+
"document": "路由表名称。",
|
29154
|
+
"example": "34tgrdgs",
|
29155
|
+
"member": "string",
|
29156
|
+
"name": "RouteTableName",
|
29157
|
+
"required": true,
|
29158
|
+
"type": "string",
|
29159
|
+
"value_allowed_null": false
|
29160
|
+
},
|
29161
|
+
{
|
29162
|
+
"disabled": false,
|
29163
|
+
"document": "实例类型。如VPC",
|
29164
|
+
"example": "VPC",
|
29165
|
+
"member": "string",
|
29166
|
+
"name": "InstanceType",
|
29167
|
+
"required": true,
|
29168
|
+
"type": "string",
|
29169
|
+
"value_allowed_null": false
|
29170
|
+
},
|
29171
|
+
{
|
29172
|
+
"disabled": false,
|
29173
|
+
"document": "实例名称。",
|
29174
|
+
"example": "tesetsa",
|
29175
|
+
"member": "string",
|
29176
|
+
"name": "InstanceName",
|
29177
|
+
"required": true,
|
29178
|
+
"type": "string",
|
29179
|
+
"value_allowed_null": false
|
29180
|
+
},
|
29181
|
+
{
|
29182
|
+
"disabled": false,
|
29183
|
+
"document": "源端cidr。",
|
29184
|
+
"example": "10.0.0.0/16",
|
29185
|
+
"member": "string",
|
29186
|
+
"name": "SourceCidrBlock",
|
29187
|
+
"required": true,
|
29188
|
+
"type": "string",
|
29189
|
+
"value_allowed_null": false
|
29190
|
+
},
|
29191
|
+
{
|
29192
|
+
"disabled": false,
|
29193
|
+
"document": "路由表描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
29194
|
+
"example": "test",
|
29195
|
+
"member": "string",
|
29196
|
+
"name": "Description",
|
29197
|
+
"required": true,
|
29198
|
+
"type": "string",
|
29199
|
+
"value_allowed_null": true
|
29200
|
+
},
|
29201
|
+
{
|
29202
|
+
"disabled": false,
|
29203
|
+
"document": "实例ID。",
|
29204
|
+
"example": "vpc-m0c2kcun",
|
29205
|
+
"member": "string",
|
29206
|
+
"name": "InstanceId",
|
29207
|
+
"required": true,
|
29208
|
+
"type": "string",
|
29209
|
+
"value_allowed_null": false
|
29210
|
+
},
|
29211
|
+
{
|
29212
|
+
"disabled": false,
|
29213
|
+
"document": "关联实例所属UIN(根账号)。",
|
29214
|
+
"example": "100000072292",
|
29215
|
+
"member": "string",
|
29216
|
+
"name": "InstanceUin",
|
29217
|
+
"required": true,
|
29218
|
+
"type": "string",
|
29219
|
+
"value_allowed_null": false
|
29220
|
+
}
|
29221
|
+
],
|
29222
|
+
"usage": "out"
|
29223
|
+
},
|
27808
29224
|
"RouteTable": {
|
27809
29225
|
"document": "路由表对象",
|
27810
29226
|
"members": [
|