tccli 3.0.1140.1__py2.py3-none-any.whl → 3.0.1142.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/csip/v20221121/api.json +158 -159
- tccli/services/csip/v20221121/examples.json +12 -12
- tccli/services/cynosdb/v20190107/api.json +113 -33
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dcdb/v20180411/api.json +21 -11
- tccli/services/domain/v20180808/api.json +30 -30
- tccli/services/dts/v20211206/api.json +11 -0
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/v20201111/api.json +13 -4
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gaap/gaap_client.py +61 -8
- tccli/services/gaap/v20180529/api.json +52 -0
- tccli/services/gaap/v20180529/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/mariadb/v20170312/api.json +21 -11
- tccli/services/mmps/v20200710/api.json +3 -3
- tccli/services/monitor/v20180724/api.json +10 -1
- tccli/services/ocr/v20181119/api.json +41 -4
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +2 -2
- tccli/services/scf/v20180416/api.json +10 -11
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +63 -22
- tccli/services/ssl/v20191205/examples.json +4 -4
- tccli/services/tdmq/v20200217/api.json +22 -3
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +61 -6
- tccli/services/teo/v20220901/examples.json +6 -0
- tccli/services/vpc/v20170312/api.json +2164 -214
- tccli/services/vpc/v20170312/examples.json +154 -4
- tccli/services/vpc/vpc_client.py +1180 -226
- tccli/services/waf/v20180125/api.json +51 -91
- tccli/services/waf/v20180125/examples.json +0 -8
- tccli/services/waf/waf_client.py +0 -53
- tccli/services/wedata/v20210820/api.json +360 -0
- tccli/services/wedata/v20210820/examples.json +28 -0
- tccli/services/wedata/wedata_client.py +114 -8
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/RECORD +44 -44
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/license_files/LICENSE +0 -0
@@ -357,6 +357,34 @@
|
|
357
357
|
"output": "CreateNetworkInterfaceResponse",
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
|
+
"CreatePrivateNatGateway": {
|
361
|
+
"document": "本接口(CreatePrivateNatGateway)用于创建私网NAT网关。",
|
362
|
+
"input": "CreatePrivateNatGatewayRequest",
|
363
|
+
"name": "创建私网NAT网关",
|
364
|
+
"output": "CreatePrivateNatGatewayResponse",
|
365
|
+
"status": "online"
|
366
|
+
},
|
367
|
+
"CreatePrivateNatGatewayDestinationIpPortTranslationNatRule": {
|
368
|
+
"document": "本接口(CreatePrivateNatGatewayDestinationIpPortTranslationNatRule)用于创建私网NAT网关目的端口转换规则",
|
369
|
+
"input": "CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest",
|
370
|
+
"name": "创建私网NAT网关目的端口转换规则",
|
371
|
+
"output": "CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse",
|
372
|
+
"status": "online"
|
373
|
+
},
|
374
|
+
"CreatePrivateNatGatewayTranslationAclRule": {
|
375
|
+
"document": "本接口( CreatePrivateNatGatewayTranslationAclRule)用于创建私网NAT网关源端转换访问控制规则",
|
376
|
+
"input": "CreatePrivateNatGatewayTranslationAclRuleRequest",
|
377
|
+
"name": "创建私网NAT网关源端转换访问控制规则",
|
378
|
+
"output": "CreatePrivateNatGatewayTranslationAclRuleResponse",
|
379
|
+
"status": "online"
|
380
|
+
},
|
381
|
+
"CreatePrivateNatGatewayTranslationNatRule": {
|
382
|
+
"document": "本接口(CreatePrivateNatGatewayTranslationNatRule)用于创建私网NAT网关源端转换规则。",
|
383
|
+
"input": "CreatePrivateNatGatewayTranslationNatRuleRequest",
|
384
|
+
"name": "创建私网NAT网关源端转换规则",
|
385
|
+
"output": "CreatePrivateNatGatewayTranslationNatRuleResponse",
|
386
|
+
"status": "online"
|
387
|
+
},
|
360
388
|
"CreateRouteTable": {
|
361
389
|
"document": "本接口(CreateRouteTable)用于创建路由表。\n* 创建了VPC后,系统会创建一个默认路由表,所有新建的子网都会关联到默认路由表。默认情况下您可以直接使用默认路由表来管理您的路由策略。当您的路由策略较多时,您可以调用创建路由表接口创建更多路由表管理您的路由策略。\n* 创建路由表同时可以绑定标签, 应答里的标签列表代表添加成功的标签。",
|
362
390
|
"input": "CreateRouteTableRequest",
|
@@ -651,6 +679,34 @@
|
|
651
679
|
"output": "DeleteNetworkInterfaceResponse",
|
652
680
|
"status": "online"
|
653
681
|
},
|
682
|
+
"DeletePrivateNatGateway": {
|
683
|
+
"document": "本接口(DeletePrivateNatGateway)用于删除私网NAT网关。",
|
684
|
+
"input": "DeletePrivateNatGatewayRequest",
|
685
|
+
"name": "删除私网NAT网关",
|
686
|
+
"output": "DeletePrivateNatGatewayResponse",
|
687
|
+
"status": "online"
|
688
|
+
},
|
689
|
+
"DeletePrivateNatGatewayDestinationIpPortTranslationNatRule": {
|
690
|
+
"document": "本接口(DeletePrivateNatGatewayDestinationIpPortTranslationNatRule)用于删除私网NAT网关目的端口转换规则",
|
691
|
+
"input": "DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest",
|
692
|
+
"name": "删除私网NAT网关目的端口转换规则",
|
693
|
+
"output": "DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse",
|
694
|
+
"status": "online"
|
695
|
+
},
|
696
|
+
"DeletePrivateNatGatewayTranslationAclRule": {
|
697
|
+
"document": "本接口(DeletePrivateNatGatewayTranslationAclRule)用于删除私网NAT网关源端转换访问控制规则",
|
698
|
+
"input": "DeletePrivateNatGatewayTranslationAclRuleRequest",
|
699
|
+
"name": "删除私网NAT网关源端转换访问控制规则",
|
700
|
+
"output": "DeletePrivateNatGatewayTranslationAclRuleResponse",
|
701
|
+
"status": "online"
|
702
|
+
},
|
703
|
+
"DeletePrivateNatGatewayTranslationNatRule": {
|
704
|
+
"document": "本接口(DeletePrivateNatGatewayTranslationNatRule)用于删除私网NAT网关源端转换规则",
|
705
|
+
"input": "DeletePrivateNatGatewayTranslationNatRuleRequest",
|
706
|
+
"name": "删除私网NAT网关源端转换规则",
|
707
|
+
"output": "DeletePrivateNatGatewayTranslationNatRuleResponse",
|
708
|
+
"status": "online"
|
709
|
+
},
|
654
710
|
"DeleteRouteTable": {
|
655
711
|
"document": "本接口(DeleteRouteTable)用于删除路由表。",
|
656
712
|
"input": "DeleteRouteTableRequest",
|
@@ -1106,6 +1162,48 @@
|
|
1106
1162
|
"output": "DescribeNetworkInterfacesResponse",
|
1107
1163
|
"status": "online"
|
1108
1164
|
},
|
1165
|
+
"DescribePrivateNatGatewayDestinationIpPortTranslationNatRules": {
|
1166
|
+
"document": "本接口(DescribePrivateNatGatewayDestinationIpPortTranslationNatRules)用于查询私网NAT网关目的端口转换规则",
|
1167
|
+
"input": "DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest",
|
1168
|
+
"name": "查询私网NAT网关目的端口转换规则",
|
1169
|
+
"output": "DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse",
|
1170
|
+
"status": "online"
|
1171
|
+
},
|
1172
|
+
"DescribePrivateNatGatewayLimits": {
|
1173
|
+
"document": "本接口(DescribePrivateNatGatewayLimits)用于查询可创建的私网NAT网关配额数量",
|
1174
|
+
"input": "DescribePrivateNatGatewayLimitsRequest",
|
1175
|
+
"name": "查询可创建的私网NAT网关配额数量",
|
1176
|
+
"output": "DescribePrivateNatGatewayLimitsResponse",
|
1177
|
+
"status": "online"
|
1178
|
+
},
|
1179
|
+
"DescribePrivateNatGatewayRegions": {
|
1180
|
+
"document": "本接口(DescribePrivateNatGatewayRegions)用于查询查询私网NAT网关可支持地域",
|
1181
|
+
"input": "DescribePrivateNatGatewayRegionsRequest",
|
1182
|
+
"name": "查询私网NAT网关可支持地域",
|
1183
|
+
"output": "DescribePrivateNatGatewayRegionsResponse",
|
1184
|
+
"status": "online"
|
1185
|
+
},
|
1186
|
+
"DescribePrivateNatGatewayTranslationAclRules": {
|
1187
|
+
"document": "本接口(DescribePrivateNatGatewayTranslationAclRules)用于查询私网NAT网关源端转换访问控制规则",
|
1188
|
+
"input": "DescribePrivateNatGatewayTranslationAclRulesRequest",
|
1189
|
+
"name": "查询私网NAT网关源端转换访问控制规则",
|
1190
|
+
"output": "DescribePrivateNatGatewayTranslationAclRulesResponse",
|
1191
|
+
"status": "online"
|
1192
|
+
},
|
1193
|
+
"DescribePrivateNatGatewayTranslationNatRules": {
|
1194
|
+
"document": "本接口(DescribePrivateNatGatewayTranslationNatRules)用于查询私网NAT网关源端转换规则",
|
1195
|
+
"input": "DescribePrivateNatGatewayTranslationNatRulesRequest",
|
1196
|
+
"name": "查询私网NAT网关源端转换规则",
|
1197
|
+
"output": "DescribePrivateNatGatewayTranslationNatRulesResponse",
|
1198
|
+
"status": "online"
|
1199
|
+
},
|
1200
|
+
"DescribePrivateNatGateways": {
|
1201
|
+
"document": "本接口(DescribePrivateNatGateways)用于查询私网NAT网关",
|
1202
|
+
"input": "DescribePrivateNatGatewaysRequest",
|
1203
|
+
"name": "查询私网NAT网关",
|
1204
|
+
"output": "DescribePrivateNatGatewaysResponse",
|
1205
|
+
"status": "online"
|
1206
|
+
},
|
1109
1207
|
"DescribeProductQuota": {
|
1110
1208
|
"document": "本接口(DescribeProductQuota)用于查询网络产品的配额信息。",
|
1111
1209
|
"input": "DescribeProductQuotaRequest",
|
@@ -1862,6 +1960,34 @@
|
|
1862
1960
|
"output": "ModifyPrivateIpAddressesAttributeResponse",
|
1863
1961
|
"status": "online"
|
1864
1962
|
},
|
1963
|
+
"ModifyPrivateNatGatewayAttribute": {
|
1964
|
+
"document": "本接口(ModifyPrivateNatGatewayAttribute)用于修改私网NAT网关属性",
|
1965
|
+
"input": "ModifyPrivateNatGatewayAttributeRequest",
|
1966
|
+
"name": "修改私网NAT网关属性",
|
1967
|
+
"output": "ModifyPrivateNatGatewayAttributeResponse",
|
1968
|
+
"status": "online"
|
1969
|
+
},
|
1970
|
+
"ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule": {
|
1971
|
+
"document": "本接口(ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule)用于修改私网NAT网关目的端口转换规则",
|
1972
|
+
"input": "ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest",
|
1973
|
+
"name": "修改私网NAT网关目的端口转换规则",
|
1974
|
+
"output": "ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse",
|
1975
|
+
"status": "online"
|
1976
|
+
},
|
1977
|
+
"ModifyPrivateNatGatewayTranslationAclRule": {
|
1978
|
+
"document": "本接口(ModifyPrivateNatGatewayTranslationAclRule)用于修改私网NAT网关源端转换访问控制规则",
|
1979
|
+
"input": "ModifyPrivateNatGatewayTranslationAclRuleRequest",
|
1980
|
+
"name": "修改私网NAT网关源端转换访问控制规则",
|
1981
|
+
"output": "ModifyPrivateNatGatewayTranslationAclRuleResponse",
|
1982
|
+
"status": "online"
|
1983
|
+
},
|
1984
|
+
"ModifyPrivateNatGatewayTranslationNatRule": {
|
1985
|
+
"document": "本接口(ModifyPrivateNatGatewayTranslationNatRule)用于修改私网NAT网关源端转换规则",
|
1986
|
+
"input": "ModifyPrivateNatGatewayTranslationNatRuleRequest",
|
1987
|
+
"name": "修改私网NAT网关源端转换规则",
|
1988
|
+
"output": "ModifyPrivateNatGatewayTranslationNatRuleResponse",
|
1989
|
+
"status": "online"
|
1990
|
+
},
|
1865
1991
|
"ModifyRouteTableAttribute": {
|
1866
1992
|
"document": "本接口(ModifyRouteTableAttribute)用于修改路由表(RouteTable)属性。",
|
1867
1993
|
"input": "ModifyRouteTableAttributeRequest",
|
@@ -7304,6 +7430,260 @@
|
|
7304
7430
|
],
|
7305
7431
|
"type": "object"
|
7306
7432
|
},
|
7433
|
+
"CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest": {
|
7434
|
+
"document": "CreatePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体",
|
7435
|
+
"members": [
|
7436
|
+
{
|
7437
|
+
"disabled": false,
|
7438
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
7439
|
+
"example": "intranat-0g3blj80",
|
7440
|
+
"member": "string",
|
7441
|
+
"name": "NatGatewayId",
|
7442
|
+
"required": true,
|
7443
|
+
"type": "string"
|
7444
|
+
},
|
7445
|
+
{
|
7446
|
+
"disabled": false,
|
7447
|
+
"document": "目的端口转换规则列表。",
|
7448
|
+
"example": "无",
|
7449
|
+
"member": "LocalDestinationIpPortTranslationNatRule",
|
7450
|
+
"name": "LocalDestinationIpPortTranslationNatRules",
|
7451
|
+
"required": true,
|
7452
|
+
"type": "list"
|
7453
|
+
}
|
7454
|
+
],
|
7455
|
+
"type": "object"
|
7456
|
+
},
|
7457
|
+
"CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse": {
|
7458
|
+
"document": "CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体",
|
7459
|
+
"members": [
|
7460
|
+
{
|
7461
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7462
|
+
"member": "string",
|
7463
|
+
"name": "RequestId",
|
7464
|
+
"type": "string"
|
7465
|
+
}
|
7466
|
+
],
|
7467
|
+
"type": "object"
|
7468
|
+
},
|
7469
|
+
"CreatePrivateNatGatewayRequest": {
|
7470
|
+
"document": "CreatePrivateNatGateway请求参数结构体",
|
7471
|
+
"members": [
|
7472
|
+
{
|
7473
|
+
"disabled": false,
|
7474
|
+
"document": "私网网关名称",
|
7475
|
+
"example": "test",
|
7476
|
+
"member": "string",
|
7477
|
+
"name": "NatGatewayName",
|
7478
|
+
"required": true,
|
7479
|
+
"type": "string"
|
7480
|
+
},
|
7481
|
+
{
|
7482
|
+
"disabled": false,
|
7483
|
+
"document": "私有网络实例ID。当创建VPC类型私网NAT网关或者专线网关类型私网NAT网关时,此参数必填。",
|
7484
|
+
"example": "vpc-m7sr81gh",
|
7485
|
+
"member": "string",
|
7486
|
+
"name": "VpcId",
|
7487
|
+
"required": false,
|
7488
|
+
"type": "string"
|
7489
|
+
},
|
7490
|
+
{
|
7491
|
+
"disabled": false,
|
7492
|
+
"document": "跨域参数。仅当取值为True时,才会支持跨域绑定VPC。",
|
7493
|
+
"example": "True",
|
7494
|
+
"member": "bool",
|
7495
|
+
"name": "CrossDomain",
|
7496
|
+
"required": false,
|
7497
|
+
"type": "bool"
|
7498
|
+
},
|
7499
|
+
{
|
7500
|
+
"disabled": false,
|
7501
|
+
"document": "实例标签",
|
7502
|
+
"example": "无",
|
7503
|
+
"member": "Tag",
|
7504
|
+
"name": "Tags",
|
7505
|
+
"required": false,
|
7506
|
+
"type": "list"
|
7507
|
+
},
|
7508
|
+
{
|
7509
|
+
"disabled": false,
|
7510
|
+
"document": "VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。",
|
7511
|
+
"example": "True",
|
7512
|
+
"member": "bool",
|
7513
|
+
"name": "VpcType",
|
7514
|
+
"required": false,
|
7515
|
+
"type": "bool"
|
7516
|
+
},
|
7517
|
+
{
|
7518
|
+
"disabled": false,
|
7519
|
+
"document": "云联网类型私网NAT网关需要绑定的云联网实例ID。",
|
7520
|
+
"example": "ccn-jq193paf",
|
7521
|
+
"member": "string",
|
7522
|
+
"name": "CcnId",
|
7523
|
+
"required": false,
|
7524
|
+
"type": "string"
|
7525
|
+
}
|
7526
|
+
],
|
7527
|
+
"type": "object"
|
7528
|
+
},
|
7529
|
+
"CreatePrivateNatGatewayResponse": {
|
7530
|
+
"document": "CreatePrivateNatGateway返回参数结构体",
|
7531
|
+
"members": [
|
7532
|
+
{
|
7533
|
+
"disabled": false,
|
7534
|
+
"document": "私网网关对象。",
|
7535
|
+
"example": "无",
|
7536
|
+
"member": "PrivateNatGateway",
|
7537
|
+
"name": "PrivateNatGatewaySet",
|
7538
|
+
"output_required": true,
|
7539
|
+
"type": "list",
|
7540
|
+
"value_allowed_null": false
|
7541
|
+
},
|
7542
|
+
{
|
7543
|
+
"disabled": false,
|
7544
|
+
"document": "创建实例个数",
|
7545
|
+
"example": "1",
|
7546
|
+
"member": "uint64",
|
7547
|
+
"name": "TotalCount",
|
7548
|
+
"output_required": true,
|
7549
|
+
"type": "int",
|
7550
|
+
"value_allowed_null": false
|
7551
|
+
},
|
7552
|
+
{
|
7553
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7554
|
+
"member": "string",
|
7555
|
+
"name": "RequestId",
|
7556
|
+
"type": "string"
|
7557
|
+
}
|
7558
|
+
],
|
7559
|
+
"type": "object"
|
7560
|
+
},
|
7561
|
+
"CreatePrivateNatGatewayTranslationAclRuleRequest": {
|
7562
|
+
"document": "CreatePrivateNatGatewayTranslationAclRule请求参数结构体",
|
7563
|
+
"members": [
|
7564
|
+
{
|
7565
|
+
"disabled": false,
|
7566
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
7567
|
+
"example": "\"intranat-0g3blj80\"",
|
7568
|
+
"member": "string",
|
7569
|
+
"name": "NatGatewayId",
|
7570
|
+
"required": true,
|
7571
|
+
"type": "string"
|
7572
|
+
},
|
7573
|
+
{
|
7574
|
+
"disabled": false,
|
7575
|
+
"document": "转换规则目标,可选值\"LOCAL\"。",
|
7576
|
+
"example": "\"LOCAL\"",
|
7577
|
+
"member": "string",
|
7578
|
+
"name": "TranslationDirection",
|
7579
|
+
"required": true,
|
7580
|
+
"type": "string"
|
7581
|
+
},
|
7582
|
+
{
|
7583
|
+
"disabled": false,
|
7584
|
+
"document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
7585
|
+
"example": "\"TRANSPORT_LAYER",
|
7586
|
+
"member": "string",
|
7587
|
+
"name": "TranslationType",
|
7588
|
+
"required": true,
|
7589
|
+
"type": "string"
|
7590
|
+
},
|
7591
|
+
{
|
7592
|
+
"disabled": false,
|
7593
|
+
"document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
|
7594
|
+
"example": "\"10.0.13.20\"",
|
7595
|
+
"member": "string",
|
7596
|
+
"name": "TranslationIp",
|
7597
|
+
"required": true,
|
7598
|
+
"type": "string"
|
7599
|
+
},
|
7600
|
+
{
|
7601
|
+
"disabled": false,
|
7602
|
+
"document": "访问控制列表。",
|
7603
|
+
"example": "无",
|
7604
|
+
"member": "TranslationAclRule",
|
7605
|
+
"name": "TranslationAclRules",
|
7606
|
+
"required": true,
|
7607
|
+
"type": "list"
|
7608
|
+
},
|
7609
|
+
{
|
7610
|
+
"disabled": false,
|
7611
|
+
"document": "源`IP`,当转换规则类型为三层时有效。",
|
7612
|
+
"example": "\"10.0.13.19\"",
|
7613
|
+
"member": "string",
|
7614
|
+
"name": "OriginalIp",
|
7615
|
+
"required": false,
|
7616
|
+
"type": "string"
|
7617
|
+
}
|
7618
|
+
],
|
7619
|
+
"type": "object"
|
7620
|
+
},
|
7621
|
+
"CreatePrivateNatGatewayTranslationAclRuleResponse": {
|
7622
|
+
"document": "CreatePrivateNatGatewayTranslationAclRule返回参数结构体",
|
7623
|
+
"members": [
|
7624
|
+
{
|
7625
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7626
|
+
"member": "string",
|
7627
|
+
"name": "RequestId",
|
7628
|
+
"type": "string"
|
7629
|
+
}
|
7630
|
+
],
|
7631
|
+
"type": "object"
|
7632
|
+
},
|
7633
|
+
"CreatePrivateNatGatewayTranslationNatRuleRequest": {
|
7634
|
+
"document": "CreatePrivateNatGatewayTranslationNatRule请求参数结构体",
|
7635
|
+
"members": [
|
7636
|
+
{
|
7637
|
+
"disabled": false,
|
7638
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
7639
|
+
"example": "\"intranat-0g3blj80\"",
|
7640
|
+
"member": "string",
|
7641
|
+
"name": "NatGatewayId",
|
7642
|
+
"required": true,
|
7643
|
+
"type": "string"
|
7644
|
+
},
|
7645
|
+
{
|
7646
|
+
"disabled": false,
|
7647
|
+
"document": "转换规则对象数组。",
|
7648
|
+
"example": "无",
|
7649
|
+
"member": "TranslationNatRuleInput",
|
7650
|
+
"name": "TranslationNatRules",
|
7651
|
+
"required": true,
|
7652
|
+
"type": "list"
|
7653
|
+
},
|
7654
|
+
{
|
7655
|
+
"disabled": false,
|
7656
|
+
"document": "跨域参数,当VPC为跨域时填写为True。",
|
7657
|
+
"example": "1",
|
7658
|
+
"member": "bool",
|
7659
|
+
"name": "CrossDomain",
|
7660
|
+
"required": false,
|
7661
|
+
"type": "bool"
|
7662
|
+
}
|
7663
|
+
],
|
7664
|
+
"type": "object"
|
7665
|
+
},
|
7666
|
+
"CreatePrivateNatGatewayTranslationNatRuleResponse": {
|
7667
|
+
"document": "CreatePrivateNatGatewayTranslationNatRule返回参数结构体",
|
7668
|
+
"members": [
|
7669
|
+
{
|
7670
|
+
"disabled": false,
|
7671
|
+
"document": "私网网关唯一`ID`。",
|
7672
|
+
"example": "\"intranat-0g3blj80\"",
|
7673
|
+
"member": "string",
|
7674
|
+
"name": "NatGatewayId",
|
7675
|
+
"type": "string",
|
7676
|
+
"value_allowed_null": false
|
7677
|
+
},
|
7678
|
+
{
|
7679
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7680
|
+
"member": "string",
|
7681
|
+
"name": "RequestId",
|
7682
|
+
"type": "string"
|
7683
|
+
}
|
7684
|
+
],
|
7685
|
+
"type": "object"
|
7686
|
+
},
|
7307
7687
|
"CreateRouteTableRequest": {
|
7308
7688
|
"document": "CreateRouteTable请求参数结构体",
|
7309
7689
|
"members": [
|
@@ -8503,6 +8883,15 @@
|
|
8503
8883
|
"name": "BgpConfig",
|
8504
8884
|
"required": false,
|
8505
8885
|
"type": "object"
|
8886
|
+
},
|
8887
|
+
{
|
8888
|
+
"disabled": false,
|
8889
|
+
"document": "健康检查NQA配置。",
|
8890
|
+
"example": "无",
|
8891
|
+
"member": "HealthCheckConfig",
|
8892
|
+
"name": "HealthCheckConfig",
|
8893
|
+
"required": false,
|
8894
|
+
"type": "object"
|
8506
8895
|
}
|
8507
8896
|
],
|
8508
8897
|
"type": "object"
|
@@ -8516,6 +8905,7 @@
|
|
8516
8905
|
"example": "无",
|
8517
8906
|
"member": "VpnConnection",
|
8518
8907
|
"name": "VpnConnection",
|
8908
|
+
"output_required": true,
|
8519
8909
|
"type": "object",
|
8520
8910
|
"value_allowed_null": false
|
8521
8911
|
},
|
@@ -10093,23 +10483,32 @@
|
|
10093
10483
|
],
|
10094
10484
|
"type": "object"
|
10095
10485
|
},
|
10096
|
-
"
|
10097
|
-
"document": "
|
10486
|
+
"DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest": {
|
10487
|
+
"document": "DeletePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体",
|
10098
10488
|
"members": [
|
10099
10489
|
{
|
10100
10490
|
"disabled": false,
|
10101
|
-
"document": "
|
10102
|
-
"example": "
|
10491
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
10492
|
+
"example": "intranat-0g3blj80",
|
10103
10493
|
"member": "string",
|
10104
|
-
"name": "
|
10494
|
+
"name": "NatGatewayId",
|
10105
10495
|
"required": true,
|
10106
10496
|
"type": "string"
|
10497
|
+
},
|
10498
|
+
{
|
10499
|
+
"disabled": false,
|
10500
|
+
"document": "目的端口转换规则数组。",
|
10501
|
+
"example": "无",
|
10502
|
+
"member": "LocalDestinationIpPortTranslationNatRule",
|
10503
|
+
"name": "LocalDestinationIpPortTranslationNatRules",
|
10504
|
+
"required": true,
|
10505
|
+
"type": "list"
|
10107
10506
|
}
|
10108
10507
|
],
|
10109
10508
|
"type": "object"
|
10110
10509
|
},
|
10111
|
-
"
|
10112
|
-
"document": "
|
10510
|
+
"DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse": {
|
10511
|
+
"document": "DeletePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体",
|
10113
10512
|
"members": [
|
10114
10513
|
{
|
10115
10514
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -10120,15 +10519,196 @@
|
|
10120
10519
|
],
|
10121
10520
|
"type": "object"
|
10122
10521
|
},
|
10123
|
-
"
|
10124
|
-
"document": "
|
10522
|
+
"DeletePrivateNatGatewayRequest": {
|
10523
|
+
"document": "DeletePrivateNatGateway请求参数结构体",
|
10125
10524
|
"members": [
|
10126
10525
|
{
|
10127
10526
|
"disabled": false,
|
10128
|
-
"document": "
|
10129
|
-
"example": "
|
10527
|
+
"document": "私网网关唯一`ID`,形如\"intranat-xxxxxxxx\"。",
|
10528
|
+
"example": "\"intranat-0g3blj80\"",
|
10130
10529
|
"member": "string",
|
10131
|
-
"name": "
|
10530
|
+
"name": "NatGatewayId",
|
10531
|
+
"required": true,
|
10532
|
+
"type": "string"
|
10533
|
+
}
|
10534
|
+
],
|
10535
|
+
"type": "object"
|
10536
|
+
},
|
10537
|
+
"DeletePrivateNatGatewayResponse": {
|
10538
|
+
"document": "DeletePrivateNatGateway返回参数结构体",
|
10539
|
+
"members": [
|
10540
|
+
{
|
10541
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10542
|
+
"member": "string",
|
10543
|
+
"name": "RequestId",
|
10544
|
+
"type": "string"
|
10545
|
+
}
|
10546
|
+
],
|
10547
|
+
"type": "object"
|
10548
|
+
},
|
10549
|
+
"DeletePrivateNatGatewayTranslationAclRuleRequest": {
|
10550
|
+
"document": "DeletePrivateNatGatewayTranslationAclRule请求参数结构体",
|
10551
|
+
"members": [
|
10552
|
+
{
|
10553
|
+
"disabled": false,
|
10554
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
10555
|
+
"example": "intranat-0g3blj80",
|
10556
|
+
"member": "string",
|
10557
|
+
"name": "NatGatewayId",
|
10558
|
+
"required": true,
|
10559
|
+
"type": "string"
|
10560
|
+
},
|
10561
|
+
{
|
10562
|
+
"disabled": false,
|
10563
|
+
"document": "转换规则目标,可选值\"LOCAL\"。",
|
10564
|
+
"example": "\"LOCAL\"",
|
10565
|
+
"member": "string",
|
10566
|
+
"name": "TranslationDirection",
|
10567
|
+
"required": true,
|
10568
|
+
"type": "string"
|
10569
|
+
},
|
10570
|
+
{
|
10571
|
+
"disabled": false,
|
10572
|
+
"document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
10573
|
+
"example": "\"NETWORK_LAYER\"",
|
10574
|
+
"member": "string",
|
10575
|
+
"name": "TranslationType",
|
10576
|
+
"required": true,
|
10577
|
+
"type": "string"
|
10578
|
+
},
|
10579
|
+
{
|
10580
|
+
"disabled": false,
|
10581
|
+
"document": "转换`IP`,当转换规则类型为四层时为`IP`池",
|
10582
|
+
"example": "\"10.0.13.20\"",
|
10583
|
+
"member": "string",
|
10584
|
+
"name": "TranslationIp",
|
10585
|
+
"required": true,
|
10586
|
+
"type": "string"
|
10587
|
+
},
|
10588
|
+
{
|
10589
|
+
"disabled": false,
|
10590
|
+
"document": "访问控制规则对应`ID`",
|
10591
|
+
"example": "[1,5,26]",
|
10592
|
+
"member": "uint64",
|
10593
|
+
"name": "AclRuleIds",
|
10594
|
+
"required": true,
|
10595
|
+
"type": "list"
|
10596
|
+
},
|
10597
|
+
{
|
10598
|
+
"disabled": false,
|
10599
|
+
"document": "源`IP`,当转换规则类型为三层时有效",
|
10600
|
+
"example": "\"10.0.13.19\"",
|
10601
|
+
"member": "string",
|
10602
|
+
"name": "OriginalIp",
|
10603
|
+
"required": false,
|
10604
|
+
"type": "string"
|
10605
|
+
}
|
10606
|
+
],
|
10607
|
+
"type": "object"
|
10608
|
+
},
|
10609
|
+
"DeletePrivateNatGatewayTranslationAclRuleResponse": {
|
10610
|
+
"document": "DeletePrivateNatGatewayTranslationAclRule返回参数结构体",
|
10611
|
+
"members": [
|
10612
|
+
{
|
10613
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10614
|
+
"member": "string",
|
10615
|
+
"name": "RequestId",
|
10616
|
+
"type": "string"
|
10617
|
+
}
|
10618
|
+
],
|
10619
|
+
"type": "object"
|
10620
|
+
},
|
10621
|
+
"DeletePrivateNatGatewayTranslationNatRuleRequest": {
|
10622
|
+
"document": "DeletePrivateNatGatewayTranslationNatRule请求参数结构体",
|
10623
|
+
"members": [
|
10624
|
+
{
|
10625
|
+
"disabled": false,
|
10626
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
10627
|
+
"example": "\"intranat-0g3blj80\"",
|
10628
|
+
"member": "string",
|
10629
|
+
"name": "NatGatewayId",
|
10630
|
+
"required": true,
|
10631
|
+
"type": "string"
|
10632
|
+
},
|
10633
|
+
{
|
10634
|
+
"disabled": false,
|
10635
|
+
"document": "转换规则对象数组。",
|
10636
|
+
"example": "无",
|
10637
|
+
"member": "TranslationNatRule",
|
10638
|
+
"name": "TranslationNatRules",
|
10639
|
+
"required": true,
|
10640
|
+
"type": "list"
|
10641
|
+
},
|
10642
|
+
{
|
10643
|
+
"disabled": false,
|
10644
|
+
"document": "跨域参数,当VPC为跨域时填写为True。",
|
10645
|
+
"example": "True",
|
10646
|
+
"member": "bool",
|
10647
|
+
"name": "CrossDomain",
|
10648
|
+
"required": false,
|
10649
|
+
"type": "bool"
|
10650
|
+
}
|
10651
|
+
],
|
10652
|
+
"type": "object"
|
10653
|
+
},
|
10654
|
+
"DeletePrivateNatGatewayTranslationNatRuleResponse": {
|
10655
|
+
"document": "DeletePrivateNatGatewayTranslationNatRule返回参数结构体",
|
10656
|
+
"members": [
|
10657
|
+
{
|
10658
|
+
"disabled": false,
|
10659
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
10660
|
+
"example": "\"intranat-0g3blj80\"",
|
10661
|
+
"member": "string",
|
10662
|
+
"name": "NatGatewayId",
|
10663
|
+
"required": true,
|
10664
|
+
"type": "string",
|
10665
|
+
"value_allowed_null": false
|
10666
|
+
},
|
10667
|
+
{
|
10668
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10669
|
+
"member": "string",
|
10670
|
+
"name": "RequestId",
|
10671
|
+
"type": "string"
|
10672
|
+
}
|
10673
|
+
],
|
10674
|
+
"type": "object"
|
10675
|
+
},
|
10676
|
+
"DeleteRouteTableRequest": {
|
10677
|
+
"document": "DeleteRouteTable请求参数结构体",
|
10678
|
+
"members": [
|
10679
|
+
{
|
10680
|
+
"disabled": false,
|
10681
|
+
"document": "路由表实例ID,例如:rtb-azd4dt1c。",
|
10682
|
+
"example": "rtb-azd4dt1c",
|
10683
|
+
"member": "string",
|
10684
|
+
"name": "RouteTableId",
|
10685
|
+
"required": true,
|
10686
|
+
"type": "string"
|
10687
|
+
}
|
10688
|
+
],
|
10689
|
+
"type": "object"
|
10690
|
+
},
|
10691
|
+
"DeleteRouteTableResponse": {
|
10692
|
+
"document": "DeleteRouteTable返回参数结构体",
|
10693
|
+
"members": [
|
10694
|
+
{
|
10695
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10696
|
+
"member": "string",
|
10697
|
+
"name": "RequestId",
|
10698
|
+
"type": "string"
|
10699
|
+
}
|
10700
|
+
],
|
10701
|
+
"type": "object"
|
10702
|
+
},
|
10703
|
+
"DeleteRoutesRequest": {
|
10704
|
+
"document": "DeleteRoutes请求参数结构体",
|
10705
|
+
"members": [
|
10706
|
+
{
|
10707
|
+
"disabled": false,
|
10708
|
+
"document": "路由表实例ID。",
|
10709
|
+
"example": "rtb-xxx",
|
10710
|
+
"member": "string",
|
10711
|
+
"name": "RouteTableId",
|
10132
10712
|
"required": true,
|
10133
10713
|
"type": "string"
|
10134
10714
|
},
|
@@ -12245,7 +12825,7 @@
|
|
12245
12825
|
{
|
12246
12826
|
"disabled": false,
|
12247
12827
|
"document": "专线网关唯一`ID`,形如:`dcg-9o233uri`。",
|
12248
|
-
"example": "",
|
12828
|
+
"example": "[\"dcg-dimeg9zd\\r\\n\",\"dcg-6eeis68f\\r\\n\",\"dcg-94cdyvfr\\r\\n\"]",
|
12249
12829
|
"member": "string",
|
12250
12830
|
"name": "DirectConnectGatewayIds",
|
12251
12831
|
"required": false,
|
@@ -12254,7 +12834,7 @@
|
|
12254
12834
|
{
|
12255
12835
|
"disabled": false,
|
12256
12836
|
"document": "过滤条件,参数不支持同时指定`DirectConnectGatewayIds`和`Filters`。\n<li>direct-connect-gateway-id - String - 专线网关唯一`ID`,形如:`dcg-9o233uri`。</li>\n<li>direct-connect-gateway-name - String - 专线网关名称,默认模糊查询。</li>\n<li>direct-connect-gateway-ip - String - 专线网关`IP`。</li>\n<li>gateway-type - String - 网关类型,可选值:`NORMAL`(普通型)、`NAT`(NAT型)。</li>\n<li>network-type- String - 网络类型,可选值:`VPC`(私有网络类型)、`CCN`(云联网类型)。</li>\n<li>ccn-id - String - 专线网关所在云联网`ID`。</li>\n<li>vpc-id - String - 专线网关所在私有网络`ID`。</li>",
|
12257
|
-
"example": "",
|
12837
|
+
"example": "无",
|
12258
12838
|
"member": "Filter",
|
12259
12839
|
"name": "Filters",
|
12260
12840
|
"required": false,
|
@@ -12263,7 +12843,7 @@
|
|
12263
12843
|
{
|
12264
12844
|
"disabled": false,
|
12265
12845
|
"document": "偏移量。",
|
12266
|
-
"example": "",
|
12846
|
+
"example": "0",
|
12267
12847
|
"member": "uint64",
|
12268
12848
|
"name": "Offset",
|
12269
12849
|
"required": false,
|
@@ -12272,7 +12852,7 @@
|
|
12272
12852
|
{
|
12273
12853
|
"disabled": false,
|
12274
12854
|
"document": "返回数量。",
|
12275
|
-
"example": "",
|
12855
|
+
"example": "20",
|
12276
12856
|
"member": "uint64",
|
12277
12857
|
"name": "Limit",
|
12278
12858
|
"required": false,
|
@@ -12287,18 +12867,20 @@
|
|
12287
12867
|
{
|
12288
12868
|
"disabled": false,
|
12289
12869
|
"document": "符合条件的对象数。",
|
12290
|
-
"example": "",
|
12870
|
+
"example": "3",
|
12291
12871
|
"member": "uint64",
|
12292
12872
|
"name": "TotalCount",
|
12873
|
+
"output_required": true,
|
12293
12874
|
"type": "int",
|
12294
12875
|
"value_allowed_null": false
|
12295
12876
|
},
|
12296
12877
|
{
|
12297
12878
|
"disabled": false,
|
12298
12879
|
"document": "专线网关对象数组。",
|
12299
|
-
"example": "",
|
12880
|
+
"example": "无",
|
12300
12881
|
"member": "DirectConnectGateway",
|
12301
12882
|
"name": "DirectConnectGatewaySet",
|
12883
|
+
"output_required": true,
|
12302
12884
|
"type": "list",
|
12303
12885
|
"value_allowed_null": false
|
12304
12886
|
},
|
@@ -13921,85 +14503,70 @@
|
|
13921
14503
|
],
|
13922
14504
|
"type": "object"
|
13923
14505
|
},
|
13924
|
-
"
|
13925
|
-
"document": "
|
14506
|
+
"DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest": {
|
14507
|
+
"document": "DescribePrivateNatGatewayDestinationIpPortTranslationNatRules请求参数结构体",
|
13926
14508
|
"members": [
|
13927
14509
|
{
|
13928
14510
|
"disabled": false,
|
13929
|
-
"document": "
|
13930
|
-
"example": "
|
14511
|
+
"document": "私网网关唯一`ID`,形如\"intranat-xxxxxxxx)",
|
14512
|
+
"example": "intranat-0g3blj80",
|
13931
14513
|
"member": "string",
|
13932
|
-
"name": "
|
14514
|
+
"name": "NatGatewayId",
|
13933
14515
|
"required": true,
|
13934
14516
|
"type": "string"
|
13935
|
-
}
|
13936
|
-
],
|
13937
|
-
"type": "object"
|
13938
|
-
},
|
13939
|
-
"DescribeProductQuotaResponse": {
|
13940
|
-
"document": "DescribeProductQuota返回参数结构体",
|
13941
|
-
"members": [
|
14517
|
+
},
|
13942
14518
|
{
|
13943
14519
|
"disabled": false,
|
13944
|
-
"document": "
|
14520
|
+
"document": "过滤条件,Name可选值\"OriginalIp\", \"TranslationIp\", \"OriginalPort\",\"TranslationPort\", \"Protocol\", \"Description\"",
|
13945
14521
|
"example": "无",
|
13946
|
-
"member": "
|
13947
|
-
"name": "
|
13948
|
-
"
|
13949
|
-
"
|
14522
|
+
"member": "Filter",
|
14523
|
+
"name": "Filters",
|
14524
|
+
"required": false,
|
14525
|
+
"type": "list"
|
13950
14526
|
},
|
13951
14527
|
{
|
13952
14528
|
"disabled": false,
|
13953
|
-
"document": "
|
13954
|
-
"example": "
|
14529
|
+
"document": "偏移量,默认值为0。",
|
14530
|
+
"example": "0",
|
13955
14531
|
"member": "uint64",
|
13956
|
-
"name": "
|
13957
|
-
"
|
13958
|
-
"
|
14532
|
+
"name": "Offset",
|
14533
|
+
"required": false,
|
14534
|
+
"type": "int"
|
13959
14535
|
},
|
13960
14536
|
{
|
13961
|
-
"
|
13962
|
-
"
|
13963
|
-
"
|
13964
|
-
"
|
14537
|
+
"disabled": false,
|
14538
|
+
"document": "返回数目,默认值为20。",
|
14539
|
+
"example": "20",
|
14540
|
+
"member": "uint64",
|
14541
|
+
"name": "Limit",
|
14542
|
+
"required": false,
|
14543
|
+
"type": "int"
|
13965
14544
|
}
|
13966
14545
|
],
|
13967
14546
|
"type": "object"
|
13968
14547
|
},
|
13969
|
-
"
|
13970
|
-
"document": "
|
14548
|
+
"DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse": {
|
14549
|
+
"document": "DescribePrivateNatGatewayDestinationIpPortTranslationNatRules返回参数结构体",
|
13971
14550
|
"members": [
|
13972
14551
|
{
|
13973
14552
|
"disabled": false,
|
13974
|
-
"document": "
|
13975
|
-
"example": "
|
13976
|
-
"member": "
|
13977
|
-
"name": "
|
14553
|
+
"document": "总规则数目。",
|
14554
|
+
"example": "2",
|
14555
|
+
"member": "uint64",
|
14556
|
+
"name": "TotalCount",
|
13978
14557
|
"required": true,
|
13979
|
-
"type": "
|
14558
|
+
"type": "int",
|
14559
|
+
"value_allowed_null": false
|
13980
14560
|
},
|
13981
14561
|
{
|
13982
14562
|
"disabled": false,
|
13983
|
-
"document": "
|
14563
|
+
"document": "目的端口转换规则数组。",
|
13984
14564
|
"example": "无",
|
13985
|
-
"member": "
|
13986
|
-
"name": "
|
14565
|
+
"member": "PrivateNatDestinationIpPortTranslationNatRule",
|
14566
|
+
"name": "LocalDestinationIpPortTranslationNatRuleSet",
|
13987
14567
|
"required": true,
|
13988
|
-
"type": "list"
|
13989
|
-
|
13990
|
-
],
|
13991
|
-
"type": "object"
|
13992
|
-
},
|
13993
|
-
"DescribeRouteConflictsResponse": {
|
13994
|
-
"document": "DescribeRouteConflicts返回参数结构体",
|
13995
|
-
"members": [
|
13996
|
-
{
|
13997
|
-
"disabled": false,
|
13998
|
-
"document": "路由策略冲突列表。",
|
13999
|
-
"example": "无",
|
14000
|
-
"member": "RouteConflict",
|
14001
|
-
"name": "RouteConflictSet",
|
14002
|
-
"type": "list"
|
14568
|
+
"type": "list",
|
14569
|
+
"value_allowed_null": false
|
14003
14570
|
},
|
14004
14571
|
{
|
14005
14572
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -14010,13 +14577,13 @@
|
|
14010
14577
|
],
|
14011
14578
|
"type": "object"
|
14012
14579
|
},
|
14013
|
-
"
|
14014
|
-
"document": "
|
14580
|
+
"DescribePrivateNatGatewayLimitsRequest": {
|
14581
|
+
"document": "DescribePrivateNatGatewayLimits请求参数结构体",
|
14015
14582
|
"members": [
|
14016
14583
|
{
|
14017
14584
|
"disabled": false,
|
14018
|
-
"document": "
|
14019
|
-
"example": "
|
14585
|
+
"document": "查询VPC下可创建的私网网关配额数量,可选值:\n<li>VpcId - String - 所在VpcId</li>",
|
14586
|
+
"example": "无",
|
14020
14587
|
"member": "Filter",
|
14021
14588
|
"name": "Filters",
|
14022
14589
|
"required": false,
|
@@ -14024,26 +14591,482 @@
|
|
14024
14591
|
},
|
14025
14592
|
{
|
14026
14593
|
"disabled": false,
|
14027
|
-
"document": "
|
14028
|
-
"example": "无",
|
14029
|
-
"member": "string",
|
14030
|
-
"name": "RouteTableIds",
|
14031
|
-
"required": false,
|
14032
|
-
"type": "list"
|
14033
|
-
},
|
14034
|
-
{
|
14035
|
-
"disabled": false,
|
14036
|
-
"document": "偏移量。",
|
14594
|
+
"document": "偏移量,默认值为0。",
|
14037
14595
|
"example": "0",
|
14038
|
-
"member": "
|
14596
|
+
"member": "uint64",
|
14039
14597
|
"name": "Offset",
|
14040
14598
|
"required": false,
|
14041
|
-
"type": "
|
14599
|
+
"type": "int"
|
14042
14600
|
},
|
14043
14601
|
{
|
14044
14602
|
"disabled": false,
|
14045
|
-
"document": "
|
14046
|
-
"example": "
|
14603
|
+
"document": "返回数目,默认值为20。",
|
14604
|
+
"example": "20",
|
14605
|
+
"member": "uint64",
|
14606
|
+
"name": "Limit",
|
14607
|
+
"required": false,
|
14608
|
+
"type": "int"
|
14609
|
+
}
|
14610
|
+
],
|
14611
|
+
"type": "object"
|
14612
|
+
},
|
14613
|
+
"DescribePrivateNatGatewayLimitsResponse": {
|
14614
|
+
"document": "DescribePrivateNatGatewayLimits返回参数结构体",
|
14615
|
+
"members": [
|
14616
|
+
{
|
14617
|
+
"disabled": false,
|
14618
|
+
"document": "查询返回结果个数。",
|
14619
|
+
"example": "1",
|
14620
|
+
"member": "uint64",
|
14621
|
+
"name": "TotalCount",
|
14622
|
+
"required": true,
|
14623
|
+
"type": "int",
|
14624
|
+
"value_allowed_null": false
|
14625
|
+
},
|
14626
|
+
{
|
14627
|
+
"disabled": false,
|
14628
|
+
"document": "私网网关配额。",
|
14629
|
+
"example": "无",
|
14630
|
+
"member": "PrivateNatGatewayLimit",
|
14631
|
+
"name": "PrivateNatGatewayLimitSet",
|
14632
|
+
"required": true,
|
14633
|
+
"type": "list",
|
14634
|
+
"value_allowed_null": false
|
14635
|
+
},
|
14636
|
+
{
|
14637
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14638
|
+
"member": "string",
|
14639
|
+
"name": "RequestId",
|
14640
|
+
"type": "string"
|
14641
|
+
}
|
14642
|
+
],
|
14643
|
+
"type": "object"
|
14644
|
+
},
|
14645
|
+
"DescribePrivateNatGatewayRegionsRequest": {
|
14646
|
+
"document": "DescribePrivateNatGatewayRegions请求参数结构体",
|
14647
|
+
"members": [],
|
14648
|
+
"type": "object"
|
14649
|
+
},
|
14650
|
+
"DescribePrivateNatGatewayRegionsResponse": {
|
14651
|
+
"document": "DescribePrivateNatGatewayRegions返回参数结构体",
|
14652
|
+
"members": [
|
14653
|
+
{
|
14654
|
+
"disabled": false,
|
14655
|
+
"document": "地域对象",
|
14656
|
+
"example": "无",
|
14657
|
+
"member": "NatRegionInfoWithArea",
|
14658
|
+
"name": "RegionSet",
|
14659
|
+
"required": true,
|
14660
|
+
"type": "list",
|
14661
|
+
"value_allowed_null": false
|
14662
|
+
},
|
14663
|
+
{
|
14664
|
+
"disabled": false,
|
14665
|
+
"document": "返回可支持地域总数",
|
14666
|
+
"example": "5",
|
14667
|
+
"member": "uint64",
|
14668
|
+
"name": "TotalCount",
|
14669
|
+
"required": true,
|
14670
|
+
"type": "int",
|
14671
|
+
"value_allowed_null": false
|
14672
|
+
},
|
14673
|
+
{
|
14674
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14675
|
+
"member": "string",
|
14676
|
+
"name": "RequestId",
|
14677
|
+
"type": "string"
|
14678
|
+
}
|
14679
|
+
],
|
14680
|
+
"type": "object"
|
14681
|
+
},
|
14682
|
+
"DescribePrivateNatGatewayTranslationAclRulesRequest": {
|
14683
|
+
"document": "DescribePrivateNatGatewayTranslationAclRules请求参数结构体",
|
14684
|
+
"members": [
|
14685
|
+
{
|
14686
|
+
"disabled": false,
|
14687
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
14688
|
+
"example": "\"intranat-0g3blj80\"",
|
14689
|
+
"member": "string",
|
14690
|
+
"name": "NatGatewayId",
|
14691
|
+
"required": true,
|
14692
|
+
"type": "string"
|
14693
|
+
},
|
14694
|
+
{
|
14695
|
+
"disabled": false,
|
14696
|
+
"document": "转换规则目标,可选值\"LOCAL\"。",
|
14697
|
+
"example": "\"LOCAL\"",
|
14698
|
+
"member": "string",
|
14699
|
+
"name": "TranslationDirection",
|
14700
|
+
"required": true,
|
14701
|
+
"type": "string"
|
14702
|
+
},
|
14703
|
+
{
|
14704
|
+
"disabled": false,
|
14705
|
+
"document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
14706
|
+
"example": "\"NETWORK_LAYER\"",
|
14707
|
+
"member": "string",
|
14708
|
+
"name": "TranslationType",
|
14709
|
+
"required": true,
|
14710
|
+
"type": "string"
|
14711
|
+
},
|
14712
|
+
{
|
14713
|
+
"disabled": false,
|
14714
|
+
"document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
|
14715
|
+
"example": "\"10.0.13.20\"",
|
14716
|
+
"member": "string",
|
14717
|
+
"name": "TranslationIp",
|
14718
|
+
"required": true,
|
14719
|
+
"type": "string"
|
14720
|
+
},
|
14721
|
+
{
|
14722
|
+
"disabled": false,
|
14723
|
+
"document": "源`IP`,当转换规则类型为三层时有效。",
|
14724
|
+
"example": "\"10.0.13.19\"",
|
14725
|
+
"member": "string",
|
14726
|
+
"name": "OriginalIp",
|
14727
|
+
"required": false,
|
14728
|
+
"type": "string"
|
14729
|
+
},
|
14730
|
+
{
|
14731
|
+
"disabled": false,
|
14732
|
+
"document": "偏移量。默认值为0。",
|
14733
|
+
"example": "0",
|
14734
|
+
"member": "uint64",
|
14735
|
+
"name": "Offset",
|
14736
|
+
"required": false,
|
14737
|
+
"type": "int"
|
14738
|
+
},
|
14739
|
+
{
|
14740
|
+
"disabled": false,
|
14741
|
+
"document": "返回数目,默认值为20。",
|
14742
|
+
"example": "20",
|
14743
|
+
"member": "uint64",
|
14744
|
+
"name": "Limit",
|
14745
|
+
"required": false,
|
14746
|
+
"type": "int"
|
14747
|
+
}
|
14748
|
+
],
|
14749
|
+
"type": "object"
|
14750
|
+
},
|
14751
|
+
"DescribePrivateNatGatewayTranslationAclRulesResponse": {
|
14752
|
+
"document": "DescribePrivateNatGatewayTranslationAclRules返回参数结构体",
|
14753
|
+
"members": [
|
14754
|
+
{
|
14755
|
+
"disabled": false,
|
14756
|
+
"document": "返回个数。",
|
14757
|
+
"example": "1",
|
14758
|
+
"member": "uint64",
|
14759
|
+
"name": "TotalCount",
|
14760
|
+
"type": "int",
|
14761
|
+
"value_allowed_null": false
|
14762
|
+
},
|
14763
|
+
{
|
14764
|
+
"disabled": false,
|
14765
|
+
"document": "访问控制规则列表。",
|
14766
|
+
"example": "无",
|
14767
|
+
"member": "TranslationAclRule",
|
14768
|
+
"name": "TranslationAclRuleSet",
|
14769
|
+
"type": "list",
|
14770
|
+
"value_allowed_null": false
|
14771
|
+
},
|
14772
|
+
{
|
14773
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14774
|
+
"member": "string",
|
14775
|
+
"name": "RequestId",
|
14776
|
+
"type": "string"
|
14777
|
+
}
|
14778
|
+
],
|
14779
|
+
"type": "object"
|
14780
|
+
},
|
14781
|
+
"DescribePrivateNatGatewayTranslationNatRulesRequest": {
|
14782
|
+
"document": "DescribePrivateNatGatewayTranslationNatRules请求参数结构体",
|
14783
|
+
"members": [
|
14784
|
+
{
|
14785
|
+
"disabled": false,
|
14786
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
14787
|
+
"example": "[\"intranat-0g3blj80\"]",
|
14788
|
+
"member": "string",
|
14789
|
+
"name": "NatGatewayId",
|
14790
|
+
"required": false,
|
14791
|
+
"type": "string"
|
14792
|
+
},
|
14793
|
+
{
|
14794
|
+
"disabled": false,
|
14795
|
+
"document": "过滤条件。\n<li>OriginalIp - String - 转换规则源`IP`。</li>\n<li>TranslationIp - String - 转换`IP`。</li>\n<li>VpcId - String - 私网网关所在`VpcId`。</li>\n<li>Description - String - 转换规则描述</li>",
|
14796
|
+
"example": "无",
|
14797
|
+
"member": "Filter",
|
14798
|
+
"name": "Filters",
|
14799
|
+
"required": false,
|
14800
|
+
"type": "list"
|
14801
|
+
},
|
14802
|
+
{
|
14803
|
+
"disabled": false,
|
14804
|
+
"document": "偏移量。默认值为0。",
|
14805
|
+
"example": "0",
|
14806
|
+
"member": "uint64",
|
14807
|
+
"name": "Offset",
|
14808
|
+
"required": false,
|
14809
|
+
"type": "int"
|
14810
|
+
},
|
14811
|
+
{
|
14812
|
+
"disabled": false,
|
14813
|
+
"document": "返回数量。默认值为20。",
|
14814
|
+
"example": "20",
|
14815
|
+
"member": "uint64",
|
14816
|
+
"name": "Limit",
|
14817
|
+
"required": false,
|
14818
|
+
"type": "int"
|
14819
|
+
}
|
14820
|
+
],
|
14821
|
+
"type": "object"
|
14822
|
+
},
|
14823
|
+
"DescribePrivateNatGatewayTranslationNatRulesResponse": {
|
14824
|
+
"document": "DescribePrivateNatGatewayTranslationNatRules返回参数结构体",
|
14825
|
+
"members": [
|
14826
|
+
{
|
14827
|
+
"disabled": false,
|
14828
|
+
"document": "对象数目。",
|
14829
|
+
"example": "1",
|
14830
|
+
"member": "uint64",
|
14831
|
+
"name": "TotalCount",
|
14832
|
+
"required": true,
|
14833
|
+
"type": "int",
|
14834
|
+
"value_allowed_null": false
|
14835
|
+
},
|
14836
|
+
{
|
14837
|
+
"disabled": false,
|
14838
|
+
"document": "转换规则详情数组。",
|
14839
|
+
"example": "无",
|
14840
|
+
"member": "TranslationNatRule",
|
14841
|
+
"name": "TranslationNatRuleSet",
|
14842
|
+
"required": true,
|
14843
|
+
"type": "list",
|
14844
|
+
"value_allowed_null": false
|
14845
|
+
},
|
14846
|
+
{
|
14847
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14848
|
+
"member": "string",
|
14849
|
+
"name": "RequestId",
|
14850
|
+
"type": "string"
|
14851
|
+
}
|
14852
|
+
],
|
14853
|
+
"type": "object"
|
14854
|
+
},
|
14855
|
+
"DescribePrivateNatGatewaysRequest": {
|
14856
|
+
"document": "DescribePrivateNatGateways请求参数结构体",
|
14857
|
+
"members": [
|
14858
|
+
{
|
14859
|
+
"disabled": false,
|
14860
|
+
"document": "私网网关唯一`ID`,形如:`intranat-0g3blj80`。",
|
14861
|
+
"example": "[\"intranat-0g3blj80\"]",
|
14862
|
+
"member": "string",
|
14863
|
+
"name": "NatGatewayIds",
|
14864
|
+
"required": false,
|
14865
|
+
"type": "list"
|
14866
|
+
},
|
14867
|
+
{
|
14868
|
+
"disabled": false,
|
14869
|
+
"document": "过滤条件。\n<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>\n<li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>\n<li>VpcId - String - 私网网关所在`VpcId`。</li>\n<li>TagKey - Tag数组 - 私网网关标签键值对数组</li>",
|
14870
|
+
"example": "无",
|
14871
|
+
"member": "Filter",
|
14872
|
+
"name": "Filters",
|
14873
|
+
"required": false,
|
14874
|
+
"type": "list"
|
14875
|
+
},
|
14876
|
+
{
|
14877
|
+
"disabled": false,
|
14878
|
+
"document": "偏移量,默认为0。",
|
14879
|
+
"example": "0",
|
14880
|
+
"member": "uint64",
|
14881
|
+
"name": "Offset",
|
14882
|
+
"required": false,
|
14883
|
+
"type": "int"
|
14884
|
+
},
|
14885
|
+
{
|
14886
|
+
"disabled": false,
|
14887
|
+
"document": "返回数量,默认为20。",
|
14888
|
+
"example": "20",
|
14889
|
+
"member": "uint64",
|
14890
|
+
"name": "Limit",
|
14891
|
+
"required": false,
|
14892
|
+
"type": "int"
|
14893
|
+
},
|
14894
|
+
{
|
14895
|
+
"disabled": false,
|
14896
|
+
"document": "排序字段。可选值:\"NatGatewayId\"、\"NatGatewayName\"、\"CreatedTime\"",
|
14897
|
+
"example": "\"NatGatewayId\"",
|
14898
|
+
"member": "string",
|
14899
|
+
"name": "OrderField",
|
14900
|
+
"required": false,
|
14901
|
+
"type": "string"
|
14902
|
+
},
|
14903
|
+
{
|
14904
|
+
"disabled": false,
|
14905
|
+
"document": "排序方式。可选值:\"ASC\"、\"DESC\"。",
|
14906
|
+
"example": "\"ASC\"",
|
14907
|
+
"member": "string",
|
14908
|
+
"name": "OrderDirection",
|
14909
|
+
"required": false,
|
14910
|
+
"type": "string"
|
14911
|
+
}
|
14912
|
+
],
|
14913
|
+
"type": "object"
|
14914
|
+
},
|
14915
|
+
"DescribePrivateNatGatewaysResponse": {
|
14916
|
+
"document": "DescribePrivateNatGateways返回参数结构体",
|
14917
|
+
"members": [
|
14918
|
+
{
|
14919
|
+
"disabled": false,
|
14920
|
+
"document": "符合条件的对象数。",
|
14921
|
+
"example": "1",
|
14922
|
+
"member": "uint64",
|
14923
|
+
"name": "TotalCount",
|
14924
|
+
"output_required": true,
|
14925
|
+
"type": "int",
|
14926
|
+
"value_allowed_null": false
|
14927
|
+
},
|
14928
|
+
{
|
14929
|
+
"disabled": false,
|
14930
|
+
"document": "私网网关对象数组。",
|
14931
|
+
"example": "无",
|
14932
|
+
"member": "PrivateNatGateway",
|
14933
|
+
"name": "PrivateNatGatewaySet",
|
14934
|
+
"output_required": true,
|
14935
|
+
"type": "list",
|
14936
|
+
"value_allowed_null": false
|
14937
|
+
},
|
14938
|
+
{
|
14939
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14940
|
+
"member": "string",
|
14941
|
+
"name": "RequestId",
|
14942
|
+
"type": "string"
|
14943
|
+
}
|
14944
|
+
],
|
14945
|
+
"type": "object"
|
14946
|
+
},
|
14947
|
+
"DescribeProductQuotaRequest": {
|
14948
|
+
"document": "DescribeProductQuota请求参数结构体",
|
14949
|
+
"members": [
|
14950
|
+
{
|
14951
|
+
"disabled": false,
|
14952
|
+
"document": "查询的网络产品名称,可查询的产品有:vpc、ccn、vpn、dc、dfw、clb、eip。",
|
14953
|
+
"example": "vpc",
|
14954
|
+
"member": "string",
|
14955
|
+
"name": "Product",
|
14956
|
+
"required": true,
|
14957
|
+
"type": "string"
|
14958
|
+
}
|
14959
|
+
],
|
14960
|
+
"type": "object"
|
14961
|
+
},
|
14962
|
+
"DescribeProductQuotaResponse": {
|
14963
|
+
"document": "DescribeProductQuota返回参数结构体",
|
14964
|
+
"members": [
|
14965
|
+
{
|
14966
|
+
"disabled": false,
|
14967
|
+
"document": "ProductQuota对象数组。",
|
14968
|
+
"example": "无",
|
14969
|
+
"member": "ProductQuota",
|
14970
|
+
"name": "ProductQuotaSet",
|
14971
|
+
"type": "list",
|
14972
|
+
"value_allowed_null": false
|
14973
|
+
},
|
14974
|
+
{
|
14975
|
+
"disabled": false,
|
14976
|
+
"document": "符合条件的产品类型个数。",
|
14977
|
+
"example": "53",
|
14978
|
+
"member": "uint64",
|
14979
|
+
"name": "TotalCount",
|
14980
|
+
"type": "int",
|
14981
|
+
"value_allowed_null": false
|
14982
|
+
},
|
14983
|
+
{
|
14984
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14985
|
+
"member": "string",
|
14986
|
+
"name": "RequestId",
|
14987
|
+
"type": "string"
|
14988
|
+
}
|
14989
|
+
],
|
14990
|
+
"type": "object"
|
14991
|
+
},
|
14992
|
+
"DescribeRouteConflictsRequest": {
|
14993
|
+
"document": "DescribeRouteConflicts请求参数结构体",
|
14994
|
+
"members": [
|
14995
|
+
{
|
14996
|
+
"disabled": false,
|
14997
|
+
"document": "路由表实例ID,例如:rtb-azd4dt1c。",
|
14998
|
+
"example": "rtb-azd4dt1c",
|
14999
|
+
"member": "string",
|
15000
|
+
"name": "RouteTableId",
|
15001
|
+
"required": true,
|
15002
|
+
"type": "string"
|
15003
|
+
},
|
15004
|
+
{
|
15005
|
+
"disabled": false,
|
15006
|
+
"document": "要检查的与之冲突的目的端列表。",
|
15007
|
+
"example": "无",
|
15008
|
+
"member": "string",
|
15009
|
+
"name": "DestinationCidrBlocks",
|
15010
|
+
"required": true,
|
15011
|
+
"type": "list"
|
15012
|
+
}
|
15013
|
+
],
|
15014
|
+
"type": "object"
|
15015
|
+
},
|
15016
|
+
"DescribeRouteConflictsResponse": {
|
15017
|
+
"document": "DescribeRouteConflicts返回参数结构体",
|
15018
|
+
"members": [
|
15019
|
+
{
|
15020
|
+
"disabled": false,
|
15021
|
+
"document": "路由策略冲突列表。",
|
15022
|
+
"example": "无",
|
15023
|
+
"member": "RouteConflict",
|
15024
|
+
"name": "RouteConflictSet",
|
15025
|
+
"type": "list"
|
15026
|
+
},
|
15027
|
+
{
|
15028
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15029
|
+
"member": "string",
|
15030
|
+
"name": "RequestId",
|
15031
|
+
"type": "string"
|
15032
|
+
}
|
15033
|
+
],
|
15034
|
+
"type": "object"
|
15035
|
+
},
|
15036
|
+
"DescribeRouteTablesRequest": {
|
15037
|
+
"document": "DescribeRouteTables请求参数结构体",
|
15038
|
+
"members": [
|
15039
|
+
{
|
15040
|
+
"disabled": false,
|
15041
|
+
"document": "过滤条件,参数不支持同时指定RouteTableIds和Filters。\n<li>route-table-id - String - (过滤条件)路由表实例ID。</li>\n<li>route-table-name - String - (过滤条件)路由表名称。</li>\n<li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>\n<li>association.main - String - (过滤条件)是否主路由表。</li>\n<li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>\n<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>\n<li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。\n目前我们支持的类型有:\nLOCAL: 本地路由\nCVM:公网网关类型的云服务器;\nVPN:VPN网关;\nDIRECTCONNECT:专线网关;\nPEERCONNECTION:对等连接;\nHAVIP:高可用虚拟IP;\nNAT:NAT网关; \nNORMAL_CVM:普通云服务器;\nEIP:云服务器的公网IP;\nCCN:云联网;\nLOCAL_GATEWAY:本地网关。\n</li>",
|
15042
|
+
"example": "[{\"Name\":\"route-table-id\", \"Values\": [\"rtb-3yuu2t62\"]},{\"Name\":\"",
|
15043
|
+
"member": "Filter",
|
15044
|
+
"name": "Filters",
|
15045
|
+
"required": false,
|
15046
|
+
"type": "list"
|
15047
|
+
},
|
15048
|
+
{
|
15049
|
+
"disabled": false,
|
15050
|
+
"document": "路由表实例ID,例如:rtb-azd4dt1c。",
|
15051
|
+
"example": "无",
|
15052
|
+
"member": "string",
|
15053
|
+
"name": "RouteTableIds",
|
15054
|
+
"required": false,
|
15055
|
+
"type": "list"
|
15056
|
+
},
|
15057
|
+
{
|
15058
|
+
"disabled": false,
|
15059
|
+
"document": "偏移量。",
|
15060
|
+
"example": "0",
|
15061
|
+
"member": "string",
|
15062
|
+
"name": "Offset",
|
15063
|
+
"required": false,
|
15064
|
+
"type": "string"
|
15065
|
+
},
|
15066
|
+
{
|
15067
|
+
"disabled": false,
|
15068
|
+
"document": "返回数量,默认为20,最大值为100。",
|
15069
|
+
"example": "1",
|
14047
15070
|
"member": "string",
|
14048
15071
|
"name": "Limit",
|
14049
15072
|
"required": false,
|
@@ -16574,6 +17597,122 @@
|
|
16574
17597
|
],
|
16575
17598
|
"usage": "out"
|
16576
17599
|
},
|
17600
|
+
"DestinationIpPortTranslationNatRuleDiff": {
|
17601
|
+
"document": "本端目的IP端口转换复杂结构",
|
17602
|
+
"members": [
|
17603
|
+
{
|
17604
|
+
"disabled": false,
|
17605
|
+
"document": "协议",
|
17606
|
+
"example": "\"TCP\"",
|
17607
|
+
"member": "string",
|
17608
|
+
"name": "Protocol",
|
17609
|
+
"required": true,
|
17610
|
+
"type": "string",
|
17611
|
+
"value_allowed_null": false
|
17612
|
+
},
|
17613
|
+
{
|
17614
|
+
"disabled": false,
|
17615
|
+
"document": "源端口",
|
17616
|
+
"example": "80",
|
17617
|
+
"member": "int64",
|
17618
|
+
"name": "OriginalPort",
|
17619
|
+
"required": true,
|
17620
|
+
"type": "int",
|
17621
|
+
"value_allowed_null": false
|
17622
|
+
},
|
17623
|
+
{
|
17624
|
+
"disabled": false,
|
17625
|
+
"document": "源IP",
|
17626
|
+
"example": "\"10.0.13.19\"",
|
17627
|
+
"member": "string",
|
17628
|
+
"name": "OriginalIp",
|
17629
|
+
"required": true,
|
17630
|
+
"type": "string",
|
17631
|
+
"value_allowed_null": false
|
17632
|
+
},
|
17633
|
+
{
|
17634
|
+
"disabled": false,
|
17635
|
+
"document": "目的端口",
|
17636
|
+
"example": "8081",
|
17637
|
+
"member": "int64",
|
17638
|
+
"name": "TranslationPort",
|
17639
|
+
"required": true,
|
17640
|
+
"type": "int",
|
17641
|
+
"value_allowed_null": false
|
17642
|
+
},
|
17643
|
+
{
|
17644
|
+
"disabled": false,
|
17645
|
+
"document": "目的IP",
|
17646
|
+
"example": "\"10.0.13.1\"",
|
17647
|
+
"member": "string",
|
17648
|
+
"name": "TranslationIp",
|
17649
|
+
"required": true,
|
17650
|
+
"type": "string",
|
17651
|
+
"value_allowed_null": false
|
17652
|
+
},
|
17653
|
+
{
|
17654
|
+
"disabled": false,
|
17655
|
+
"document": "旧协议。",
|
17656
|
+
"example": "\"UDP\"",
|
17657
|
+
"member": "string",
|
17658
|
+
"name": "OldProtocol",
|
17659
|
+
"required": true,
|
17660
|
+
"type": "string",
|
17661
|
+
"value_allowed_null": false
|
17662
|
+
},
|
17663
|
+
{
|
17664
|
+
"disabled": false,
|
17665
|
+
"document": "旧源端口",
|
17666
|
+
"example": "80",
|
17667
|
+
"member": "int64",
|
17668
|
+
"name": "OldOriginalPort",
|
17669
|
+
"required": true,
|
17670
|
+
"type": "int",
|
17671
|
+
"value_allowed_null": false
|
17672
|
+
},
|
17673
|
+
{
|
17674
|
+
"disabled": false,
|
17675
|
+
"document": "旧源IP",
|
17676
|
+
"example": "\"10.0.13.19\"",
|
17677
|
+
"member": "string",
|
17678
|
+
"name": "OldOriginalIp",
|
17679
|
+
"required": true,
|
17680
|
+
"type": "string",
|
17681
|
+
"value_allowed_null": false
|
17682
|
+
},
|
17683
|
+
{
|
17684
|
+
"disabled": false,
|
17685
|
+
"document": "旧目的端口",
|
17686
|
+
"example": "8081",
|
17687
|
+
"member": "int64",
|
17688
|
+
"name": "OldTranslationPort",
|
17689
|
+
"required": true,
|
17690
|
+
"type": "int",
|
17691
|
+
"value_allowed_null": false
|
17692
|
+
},
|
17693
|
+
{
|
17694
|
+
"disabled": false,
|
17695
|
+
"document": "旧目的IP",
|
17696
|
+
"example": "\"10.0.13.1\"",
|
17697
|
+
"member": "string",
|
17698
|
+
"name": "OldTranslationIp",
|
17699
|
+
"required": true,
|
17700
|
+
"type": "string",
|
17701
|
+
"value_allowed_null": false
|
17702
|
+
},
|
17703
|
+
{
|
17704
|
+
"disabled": false,
|
17705
|
+
"document": "描述",
|
17706
|
+
"example": "无",
|
17707
|
+
"member": "string",
|
17708
|
+
"name": "Description",
|
17709
|
+
"required": false,
|
17710
|
+
"type": "string",
|
17711
|
+
"value_allowed_null": false
|
17712
|
+
}
|
17713
|
+
],
|
17714
|
+
"usage": "both"
|
17715
|
+
},
|
16577
17716
|
"DetachCcnInstancesRequest": {
|
16578
17717
|
"document": "DetachCcnInstances请求参数结构体",
|
16579
17718
|
"members": [
|
@@ -18948,6 +20087,56 @@
|
|
18948
20087
|
],
|
18949
20088
|
"type": "object"
|
18950
20089
|
},
|
20090
|
+
"HealthCheckConfig": {
|
20091
|
+
"document": "VPN通道健康检查配置",
|
20092
|
+
"members": [
|
20093
|
+
{
|
20094
|
+
"disabled": false,
|
20095
|
+
"document": "探测模式,默认值NQA,不可修改。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20096
|
+
"example": "NQA",
|
20097
|
+
"member": "string",
|
20098
|
+
"name": "ProbeType",
|
20099
|
+
"output_required": false,
|
20100
|
+
"required": false,
|
20101
|
+
"type": "string",
|
20102
|
+
"value_allowed_null": true
|
20103
|
+
},
|
20104
|
+
{
|
20105
|
+
"disabled": false,
|
20106
|
+
"document": "探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20107
|
+
"example": "5000",
|
20108
|
+
"member": "int64",
|
20109
|
+
"name": "ProbeInterval",
|
20110
|
+
"output_required": false,
|
20111
|
+
"required": false,
|
20112
|
+
"type": "int",
|
20113
|
+
"value_allowed_null": true
|
20114
|
+
},
|
20115
|
+
{
|
20116
|
+
"disabled": false,
|
20117
|
+
"document": "探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20118
|
+
"example": "3",
|
20119
|
+
"member": "int64",
|
20120
|
+
"name": "ProbeThreshold",
|
20121
|
+
"output_required": false,
|
20122
|
+
"required": false,
|
20123
|
+
"type": "int",
|
20124
|
+
"value_allowed_null": true
|
20125
|
+
},
|
20126
|
+
{
|
20127
|
+
"disabled": false,
|
20128
|
+
"document": "探测超时时间,范围【10-5000】,单位ms。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20129
|
+
"example": "150",
|
20130
|
+
"member": "int64",
|
20131
|
+
"name": "ProbeTimeout",
|
20132
|
+
"output_required": false,
|
20133
|
+
"required": false,
|
20134
|
+
"type": "int",
|
20135
|
+
"value_allowed_null": true
|
20136
|
+
}
|
20137
|
+
],
|
20138
|
+
"usage": "both"
|
20139
|
+
},
|
18951
20140
|
"IKEOptionsSpecification": {
|
18952
20141
|
"document": "IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议",
|
18953
20142
|
"members": [
|
@@ -19949,63 +21138,129 @@
|
|
19949
21138
|
"member": "string",
|
19950
21139
|
"name": "SubnetId",
|
19951
21140
|
"required": true,
|
19952
|
-
"type": "string",
|
21141
|
+
"type": "string",
|
21142
|
+
"value_allowed_null": false
|
21143
|
+
},
|
21144
|
+
{
|
21145
|
+
"disabled": false,
|
21146
|
+
"document": "`IPv6`子网段。形如:`3402:4e00:20:1001::/64`",
|
21147
|
+
"example": "无",
|
21148
|
+
"member": "string",
|
21149
|
+
"name": "Ipv6CidrBlock",
|
21150
|
+
"required": false,
|
21151
|
+
"type": "string",
|
21152
|
+
"value_allowed_null": false
|
21153
|
+
}
|
21154
|
+
],
|
21155
|
+
"usage": "both"
|
21156
|
+
},
|
21157
|
+
"ItemPrice": {
|
21158
|
+
"document": "单项计费价格信息",
|
21159
|
+
"members": [
|
21160
|
+
{
|
21161
|
+
"disabled": false,
|
21162
|
+
"document": "按量计费后付费单价,单位:元。",
|
21163
|
+
"example": "",
|
21164
|
+
"member": "float",
|
21165
|
+
"name": "UnitPrice",
|
21166
|
+
"required": false,
|
21167
|
+
"type": "float"
|
21168
|
+
},
|
21169
|
+
{
|
21170
|
+
"disabled": false,
|
21171
|
+
"document": "按量计费后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR): GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。",
|
21172
|
+
"example": "",
|
21173
|
+
"member": "string",
|
21174
|
+
"name": "ChargeUnit",
|
21175
|
+
"required": false,
|
21176
|
+
"type": "string"
|
21177
|
+
},
|
21178
|
+
{
|
21179
|
+
"disabled": false,
|
21180
|
+
"document": "预付费商品的原价,单位:元。",
|
21181
|
+
"example": "",
|
21182
|
+
"member": "float",
|
21183
|
+
"name": "OriginalPrice",
|
21184
|
+
"required": false,
|
21185
|
+
"type": "float"
|
21186
|
+
},
|
21187
|
+
{
|
21188
|
+
"disabled": false,
|
21189
|
+
"document": "预付费商品的折扣价,单位:元。",
|
21190
|
+
"example": "",
|
21191
|
+
"member": "float",
|
21192
|
+
"name": "DiscountPrice",
|
21193
|
+
"required": false,
|
21194
|
+
"type": "float"
|
21195
|
+
}
|
21196
|
+
],
|
21197
|
+
"usage": "out"
|
21198
|
+
},
|
21199
|
+
"LocalDestinationIpPortTranslationNatRule": {
|
21200
|
+
"document": "本端目的IP端口转换复杂结构",
|
21201
|
+
"members": [
|
21202
|
+
{
|
21203
|
+
"disabled": false,
|
21204
|
+
"document": "协议",
|
21205
|
+
"example": "",
|
21206
|
+
"member": "string",
|
21207
|
+
"name": "Protocol",
|
21208
|
+
"required": true,
|
21209
|
+
"type": "string",
|
21210
|
+
"value_allowed_null": false
|
21211
|
+
},
|
21212
|
+
{
|
21213
|
+
"disabled": false,
|
21214
|
+
"document": "源端口",
|
21215
|
+
"example": "",
|
21216
|
+
"member": "int64",
|
21217
|
+
"name": "OriginalPort",
|
21218
|
+
"required": true,
|
21219
|
+
"type": "int",
|
19953
21220
|
"value_allowed_null": false
|
19954
21221
|
},
|
19955
21222
|
{
|
19956
21223
|
"disabled": false,
|
19957
|
-
"document": "
|
19958
|
-
"example": "
|
21224
|
+
"document": "源IP",
|
21225
|
+
"example": "",
|
19959
21226
|
"member": "string",
|
19960
|
-
"name": "
|
19961
|
-
"required":
|
21227
|
+
"name": "OriginalIp",
|
21228
|
+
"required": true,
|
19962
21229
|
"type": "string",
|
19963
21230
|
"value_allowed_null": false
|
19964
|
-
}
|
19965
|
-
],
|
19966
|
-
"usage": "both"
|
19967
|
-
},
|
19968
|
-
"ItemPrice": {
|
19969
|
-
"document": "单项计费价格信息",
|
19970
|
-
"members": [
|
19971
|
-
{
|
19972
|
-
"disabled": false,
|
19973
|
-
"document": "按量计费后付费单价,单位:元。",
|
19974
|
-
"example": "",
|
19975
|
-
"member": "float",
|
19976
|
-
"name": "UnitPrice",
|
19977
|
-
"required": false,
|
19978
|
-
"type": "float"
|
19979
21231
|
},
|
19980
21232
|
{
|
19981
21233
|
"disabled": false,
|
19982
|
-
"document": "
|
21234
|
+
"document": "目的端口",
|
19983
21235
|
"example": "",
|
19984
|
-
"member": "
|
19985
|
-
"name": "
|
19986
|
-
"required":
|
19987
|
-
"type": "
|
21236
|
+
"member": "int64",
|
21237
|
+
"name": "TranslationPort",
|
21238
|
+
"required": true,
|
21239
|
+
"type": "int",
|
21240
|
+
"value_allowed_null": false
|
19988
21241
|
},
|
19989
21242
|
{
|
19990
21243
|
"disabled": false,
|
19991
|
-
"document": "
|
21244
|
+
"document": "目的IP",
|
19992
21245
|
"example": "",
|
19993
|
-
"member": "
|
19994
|
-
"name": "
|
19995
|
-
"required":
|
19996
|
-
"type": "
|
21246
|
+
"member": "string",
|
21247
|
+
"name": "TranslationIp",
|
21248
|
+
"required": true,
|
21249
|
+
"type": "string",
|
21250
|
+
"value_allowed_null": false
|
19997
21251
|
},
|
19998
21252
|
{
|
19999
21253
|
"disabled": false,
|
20000
|
-
"document": "
|
21254
|
+
"document": "描述",
|
20001
21255
|
"example": "",
|
20002
|
-
"member": "
|
20003
|
-
"name": "
|
21256
|
+
"member": "string",
|
21257
|
+
"name": "Description",
|
20004
21258
|
"required": false,
|
20005
|
-
"type": "
|
21259
|
+
"type": "string",
|
21260
|
+
"value_allowed_null": false
|
20006
21261
|
}
|
20007
21262
|
],
|
20008
|
-
"usage": "
|
21263
|
+
"usage": "both"
|
20009
21264
|
},
|
20010
21265
|
"LocalGateway": {
|
20011
21266
|
"document": "本地网关信息",
|
@@ -21573,16 +22828,232 @@
|
|
21573
22828
|
"disabled": false,
|
21574
22829
|
"document": "网络五元组ACL规则集。",
|
21575
22830
|
"example": "无",
|
21576
|
-
"member": "NetworkAclQuintupleEntries",
|
21577
|
-
"name": "NetworkAclQuintupleSet",
|
22831
|
+
"member": "NetworkAclQuintupleEntries",
|
22832
|
+
"name": "NetworkAclQuintupleSet",
|
22833
|
+
"required": true,
|
22834
|
+
"type": "object"
|
22835
|
+
}
|
22836
|
+
],
|
22837
|
+
"type": "object"
|
22838
|
+
},
|
22839
|
+
"ModifyNetworkAclQuintupleEntriesResponse": {
|
22840
|
+
"document": "ModifyNetworkAclQuintupleEntries返回参数结构体",
|
22841
|
+
"members": [
|
22842
|
+
{
|
22843
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
22844
|
+
"member": "string",
|
22845
|
+
"name": "RequestId",
|
22846
|
+
"type": "string"
|
22847
|
+
}
|
22848
|
+
],
|
22849
|
+
"type": "object"
|
22850
|
+
},
|
22851
|
+
"ModifyNetworkInterfaceAttributeRequest": {
|
22852
|
+
"document": "ModifyNetworkInterfaceAttribute请求参数结构体",
|
22853
|
+
"members": [
|
22854
|
+
{
|
22855
|
+
"disabled": false,
|
22856
|
+
"document": "弹性网卡实例ID,例如:eni-pxir56ns。",
|
22857
|
+
"example": "eni-afo43z61",
|
22858
|
+
"member": "string",
|
22859
|
+
"name": "NetworkInterfaceId",
|
22860
|
+
"required": true,
|
22861
|
+
"type": "string"
|
22862
|
+
},
|
22863
|
+
{
|
22864
|
+
"disabled": false,
|
22865
|
+
"document": "弹性网卡名称,最大长度不能超过60个字节。",
|
22866
|
+
"example": "NewName",
|
22867
|
+
"member": "string",
|
22868
|
+
"name": "NetworkInterfaceName",
|
22869
|
+
"required": false,
|
22870
|
+
"type": "string"
|
22871
|
+
},
|
22872
|
+
{
|
22873
|
+
"disabled": false,
|
22874
|
+
"document": "弹性网卡描述,可任意命名,但不得超过60个字符。",
|
22875
|
+
"example": "test",
|
22876
|
+
"member": "string",
|
22877
|
+
"name": "NetworkInterfaceDescription",
|
22878
|
+
"required": false,
|
22879
|
+
"type": "string"
|
22880
|
+
},
|
22881
|
+
{
|
22882
|
+
"disabled": false,
|
22883
|
+
"document": "指定绑定的安全组,例如:['sg-1dd51d']。",
|
22884
|
+
"example": "-",
|
22885
|
+
"member": "string",
|
22886
|
+
"name": "SecurityGroupIds",
|
22887
|
+
"required": false,
|
22888
|
+
"type": "list"
|
22889
|
+
},
|
22890
|
+
{
|
22891
|
+
"disabled": false,
|
22892
|
+
"document": "网卡trunking模式设置,Enable-开启,Disable--关闭,默认关闭。",
|
22893
|
+
"example": "Enable",
|
22894
|
+
"member": "string",
|
22895
|
+
"name": "TrunkingFlag",
|
22896
|
+
"required": false,
|
22897
|
+
"type": "string"
|
22898
|
+
}
|
22899
|
+
],
|
22900
|
+
"type": "object"
|
22901
|
+
},
|
22902
|
+
"ModifyNetworkInterfaceAttributeResponse": {
|
22903
|
+
"document": "ModifyNetworkInterfaceAttribute返回参数结构体",
|
22904
|
+
"members": [
|
22905
|
+
{
|
22906
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
22907
|
+
"member": "string",
|
22908
|
+
"name": "RequestId",
|
22909
|
+
"type": "string"
|
22910
|
+
}
|
22911
|
+
],
|
22912
|
+
"type": "object"
|
22913
|
+
},
|
22914
|
+
"ModifyNetworkInterfaceQosRequest": {
|
22915
|
+
"document": "ModifyNetworkInterfaceQos请求参数结构体",
|
22916
|
+
"members": [
|
22917
|
+
{
|
22918
|
+
"disabled": false,
|
22919
|
+
"document": "弹性网卡ID,支持批量修改。",
|
22920
|
+
"example": "无",
|
22921
|
+
"member": "string",
|
22922
|
+
"name": "NetworkInterfaceIds",
|
22923
|
+
"required": true,
|
22924
|
+
"type": "list"
|
22925
|
+
},
|
22926
|
+
{
|
22927
|
+
"disabled": false,
|
22928
|
+
"document": "服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。",
|
22929
|
+
"example": "无",
|
22930
|
+
"member": "string",
|
22931
|
+
"name": "QosLevel",
|
22932
|
+
"required": true,
|
22933
|
+
"type": "string"
|
22934
|
+
},
|
22935
|
+
{
|
22936
|
+
"disabled": false,
|
22937
|
+
"document": "DirectSend端口范围最大值。",
|
22938
|
+
"example": "8090",
|
22939
|
+
"member": "uint64",
|
22940
|
+
"name": "DirectSendMaxPort",
|
22941
|
+
"required": false,
|
22942
|
+
"type": "int"
|
22943
|
+
}
|
22944
|
+
],
|
22945
|
+
"type": "object"
|
22946
|
+
},
|
22947
|
+
"ModifyNetworkInterfaceQosResponse": {
|
22948
|
+
"document": "ModifyNetworkInterfaceQos返回参数结构体",
|
22949
|
+
"members": [
|
22950
|
+
{
|
22951
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
22952
|
+
"member": "string",
|
22953
|
+
"name": "RequestId",
|
22954
|
+
"type": "string"
|
22955
|
+
}
|
22956
|
+
],
|
22957
|
+
"type": "object"
|
22958
|
+
},
|
22959
|
+
"ModifyPrivateIpAddressesAttributeRequest": {
|
22960
|
+
"document": "ModifyPrivateIpAddressesAttribute请求参数结构体",
|
22961
|
+
"members": [
|
22962
|
+
{
|
22963
|
+
"disabled": false,
|
22964
|
+
"document": "弹性网卡实例ID,例如:eni-m6dyj72l。",
|
22965
|
+
"example": "eni-afo43z61",
|
22966
|
+
"member": "string",
|
22967
|
+
"name": "NetworkInterfaceId",
|
22968
|
+
"required": true,
|
22969
|
+
"type": "string"
|
22970
|
+
},
|
22971
|
+
{
|
22972
|
+
"disabled": false,
|
22973
|
+
"document": "指定的内网IP信息。",
|
22974
|
+
"example": "[{'PrivateIpAddress': '172.16.32.11','Description': 'new-desc--------' }]",
|
22975
|
+
"member": "PrivateIpAddressSpecification",
|
22976
|
+
"name": "PrivateIpAddresses",
|
22977
|
+
"required": true,
|
22978
|
+
"type": "list"
|
22979
|
+
}
|
22980
|
+
],
|
22981
|
+
"type": "object"
|
22982
|
+
},
|
22983
|
+
"ModifyPrivateIpAddressesAttributeResponse": {
|
22984
|
+
"document": "ModifyPrivateIpAddressesAttribute返回参数结构体",
|
22985
|
+
"members": [
|
22986
|
+
{
|
22987
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
22988
|
+
"member": "string",
|
22989
|
+
"name": "RequestId",
|
22990
|
+
"type": "string"
|
22991
|
+
}
|
22992
|
+
],
|
22993
|
+
"type": "object"
|
22994
|
+
},
|
22995
|
+
"ModifyPrivateNatGatewayAttributeRequest": {
|
22996
|
+
"document": "ModifyPrivateNatGatewayAttribute请求参数结构体",
|
22997
|
+
"members": [
|
22998
|
+
{
|
22999
|
+
"disabled": false,
|
23000
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
23001
|
+
"example": "\"intranat-0g3blj80\"",
|
23002
|
+
"member": "string",
|
23003
|
+
"name": "NatGatewayId",
|
23004
|
+
"required": true,
|
23005
|
+
"type": "string"
|
23006
|
+
},
|
23007
|
+
{
|
23008
|
+
"disabled": false,
|
23009
|
+
"document": "私网网关名称,可任意命名,但不得超过60个字符。",
|
23010
|
+
"example": "\"newtest\"",
|
23011
|
+
"member": "string",
|
23012
|
+
"name": "NatGatewayName",
|
23013
|
+
"required": true,
|
23014
|
+
"type": "string"
|
23015
|
+
}
|
23016
|
+
],
|
23017
|
+
"type": "object"
|
23018
|
+
},
|
23019
|
+
"ModifyPrivateNatGatewayAttributeResponse": {
|
23020
|
+
"document": "ModifyPrivateNatGatewayAttribute返回参数结构体",
|
23021
|
+
"members": [
|
23022
|
+
{
|
23023
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
23024
|
+
"member": "string",
|
23025
|
+
"name": "RequestId",
|
23026
|
+
"type": "string"
|
23027
|
+
}
|
23028
|
+
],
|
23029
|
+
"type": "object"
|
23030
|
+
},
|
23031
|
+
"ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest": {
|
23032
|
+
"document": "ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体",
|
23033
|
+
"members": [
|
23034
|
+
{
|
23035
|
+
"disabled": false,
|
23036
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
23037
|
+
"example": "intranat-0g3blj80",
|
23038
|
+
"member": "string",
|
23039
|
+
"name": "NatGatewayId",
|
23040
|
+
"required": true,
|
23041
|
+
"type": "string"
|
23042
|
+
},
|
23043
|
+
{
|
23044
|
+
"disabled": false,
|
23045
|
+
"document": "目的端口转换规则列表。",
|
23046
|
+
"example": "无",
|
23047
|
+
"member": "DestinationIpPortTranslationNatRuleDiff",
|
23048
|
+
"name": "LocalDestinationIpPortTranslationNatRules",
|
21578
23049
|
"required": true,
|
21579
|
-
"type": "
|
23050
|
+
"type": "list"
|
21580
23051
|
}
|
21581
23052
|
],
|
21582
23053
|
"type": "object"
|
21583
23054
|
},
|
21584
|
-
"
|
21585
|
-
"document": "
|
23055
|
+
"ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse": {
|
23056
|
+
"document": "ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体",
|
21586
23057
|
"members": [
|
21587
23058
|
{
|
21588
23059
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -21593,104 +23064,68 @@
|
|
21593
23064
|
],
|
21594
23065
|
"type": "object"
|
21595
23066
|
},
|
21596
|
-
"
|
21597
|
-
"document": "
|
23067
|
+
"ModifyPrivateNatGatewayTranslationAclRuleRequest": {
|
23068
|
+
"document": "ModifyPrivateNatGatewayTranslationAclRule请求参数结构体",
|
21598
23069
|
"members": [
|
21599
23070
|
{
|
21600
23071
|
"disabled": false,
|
21601
|
-
"document": "
|
21602
|
-
"example": "
|
23072
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
23073
|
+
"example": "intranat-0g3blj80",
|
21603
23074
|
"member": "string",
|
21604
|
-
"name": "
|
23075
|
+
"name": "NatGatewayId",
|
21605
23076
|
"required": true,
|
21606
23077
|
"type": "string"
|
21607
23078
|
},
|
21608
23079
|
{
|
21609
23080
|
"disabled": false,
|
21610
|
-
"document": "
|
21611
|
-
"example": "
|
23081
|
+
"document": "转换规则目标,可选值\"LOCAL\"。",
|
23082
|
+
"example": "\"LOCAL\"",
|
21612
23083
|
"member": "string",
|
21613
|
-
"name": "
|
21614
|
-
"required":
|
23084
|
+
"name": "TranslationDirection",
|
23085
|
+
"required": true,
|
21615
23086
|
"type": "string"
|
21616
23087
|
},
|
21617
23088
|
{
|
21618
23089
|
"disabled": false,
|
21619
|
-
"document": "
|
21620
|
-
"example": "
|
23090
|
+
"document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
23091
|
+
"example": "NETWORK_LAYER",
|
21621
23092
|
"member": "string",
|
21622
|
-
"name": "
|
21623
|
-
"required":
|
23093
|
+
"name": "TranslationType",
|
23094
|
+
"required": true,
|
21624
23095
|
"type": "string"
|
21625
23096
|
},
|
21626
23097
|
{
|
21627
23098
|
"disabled": false,
|
21628
|
-
"document": "
|
21629
|
-
"example": "
|
21630
|
-
"member": "string",
|
21631
|
-
"name": "SecurityGroupIds",
|
21632
|
-
"required": false,
|
21633
|
-
"type": "list"
|
21634
|
-
},
|
21635
|
-
{
|
21636
|
-
"disabled": false,
|
21637
|
-
"document": "网卡trunking模式设置,Enable-开启,Disable--关闭,默认关闭。",
|
21638
|
-
"example": "Enable",
|
21639
|
-
"member": "string",
|
21640
|
-
"name": "TrunkingFlag",
|
21641
|
-
"required": false,
|
21642
|
-
"type": "string"
|
21643
|
-
}
|
21644
|
-
],
|
21645
|
-
"type": "object"
|
21646
|
-
},
|
21647
|
-
"ModifyNetworkInterfaceAttributeResponse": {
|
21648
|
-
"document": "ModifyNetworkInterfaceAttribute返回参数结构体",
|
21649
|
-
"members": [
|
21650
|
-
{
|
21651
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
23099
|
+
"document": "转换`IP`,当转换规则类型为四层时为`IP`池",
|
23100
|
+
"example": "\"10.0.13.20\"",
|
21652
23101
|
"member": "string",
|
21653
|
-
"name": "
|
23102
|
+
"name": "TranslationIp",
|
23103
|
+
"required": true,
|
21654
23104
|
"type": "string"
|
21655
|
-
}
|
21656
|
-
],
|
21657
|
-
"type": "object"
|
21658
|
-
},
|
21659
|
-
"ModifyNetworkInterfaceQosRequest": {
|
21660
|
-
"document": "ModifyNetworkInterfaceQos请求参数结构体",
|
21661
|
-
"members": [
|
23105
|
+
},
|
21662
23106
|
{
|
21663
23107
|
"disabled": false,
|
21664
|
-
"document": "
|
23108
|
+
"document": "访问控制列表,需要附带AclRuleId参数。",
|
21665
23109
|
"example": "无",
|
21666
|
-
"member": "
|
21667
|
-
"name": "
|
23110
|
+
"member": "TranslationAclRule",
|
23111
|
+
"name": "TranslationAclRules",
|
21668
23112
|
"required": true,
|
21669
23113
|
"type": "list"
|
21670
23114
|
},
|
21671
23115
|
{
|
21672
23116
|
"disabled": false,
|
21673
|
-
"document": "
|
21674
|
-
"example": "
|
23117
|
+
"document": "源`IP`,当转换规则类型为三层时有效",
|
23118
|
+
"example": "\"10.0.13.19\"",
|
21675
23119
|
"member": "string",
|
21676
|
-
"name": "
|
21677
|
-
"required": true,
|
21678
|
-
"type": "string"
|
21679
|
-
},
|
21680
|
-
{
|
21681
|
-
"disabled": false,
|
21682
|
-
"document": "DirectSend端口范围最大值。",
|
21683
|
-
"example": "8090",
|
21684
|
-
"member": "uint64",
|
21685
|
-
"name": "DirectSendMaxPort",
|
23120
|
+
"name": "OriginalIp",
|
21686
23121
|
"required": false,
|
21687
|
-
"type": "
|
23122
|
+
"type": "string"
|
21688
23123
|
}
|
21689
23124
|
],
|
21690
23125
|
"type": "object"
|
21691
23126
|
},
|
21692
|
-
"
|
21693
|
-
"document": "
|
23127
|
+
"ModifyPrivateNatGatewayTranslationAclRuleResponse": {
|
23128
|
+
"document": "ModifyPrivateNatGatewayTranslationAclRule返回参数结构体",
|
21694
23129
|
"members": [
|
21695
23130
|
{
|
21696
23131
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -21701,32 +23136,41 @@
|
|
21701
23136
|
],
|
21702
23137
|
"type": "object"
|
21703
23138
|
},
|
21704
|
-
"
|
21705
|
-
"document": "
|
23139
|
+
"ModifyPrivateNatGatewayTranslationNatRuleRequest": {
|
23140
|
+
"document": "ModifyPrivateNatGatewayTranslationNatRule请求参数结构体",
|
21706
23141
|
"members": [
|
21707
23142
|
{
|
21708
23143
|
"disabled": false,
|
21709
|
-
"document": "
|
21710
|
-
"example": "
|
23144
|
+
"document": "私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。",
|
23145
|
+
"example": "\"intranat-0g3blj80\"",
|
21711
23146
|
"member": "string",
|
21712
|
-
"name": "
|
23147
|
+
"name": "NatGatewayId",
|
21713
23148
|
"required": true,
|
21714
23149
|
"type": "string"
|
21715
23150
|
},
|
21716
23151
|
{
|
21717
23152
|
"disabled": false,
|
21718
|
-
"document": "
|
21719
|
-
"example": "
|
21720
|
-
"member": "
|
21721
|
-
"name": "
|
23153
|
+
"document": "转换规则对象数组。仅支持修改单个转换规则",
|
23154
|
+
"example": "无",
|
23155
|
+
"member": "TranslationNatRuleDiff",
|
23156
|
+
"name": "TranslationNatRules",
|
21722
23157
|
"required": true,
|
21723
23158
|
"type": "list"
|
23159
|
+
},
|
23160
|
+
{
|
23161
|
+
"disabled": false,
|
23162
|
+
"document": "跨域参数,当VPC为跨域时填写为True。",
|
23163
|
+
"example": "True",
|
23164
|
+
"member": "bool",
|
23165
|
+
"name": "CrossDomain",
|
23166
|
+
"required": false,
|
23167
|
+
"type": "bool"
|
21724
23168
|
}
|
21725
23169
|
],
|
21726
23170
|
"type": "object"
|
21727
23171
|
},
|
21728
|
-
"
|
21729
|
-
"document": "
|
23172
|
+
"ModifyPrivateNatGatewayTranslationNatRuleResponse": {
|
23173
|
+
"document": "ModifyPrivateNatGatewayTranslationNatRule返回参数结构体",
|
21730
23174
|
"members": [
|
21731
23175
|
{
|
21732
23176
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -22486,6 +23930,15 @@
|
|
22486
23930
|
"name": "CustomerGatewayId",
|
22487
23931
|
"required": false,
|
22488
23932
|
"type": "string"
|
23933
|
+
},
|
23934
|
+
{
|
23935
|
+
"disabled": false,
|
23936
|
+
"document": "健康检查配置",
|
23937
|
+
"example": "无",
|
23938
|
+
"member": "HealthCheckConfig",
|
23939
|
+
"name": "HealthCheckConfig",
|
23940
|
+
"required": false,
|
23941
|
+
"type": "object"
|
22489
23942
|
}
|
22490
23943
|
],
|
22491
23944
|
"type": "object"
|
@@ -23189,6 +24642,11 @@
|
|
23189
24642
|
],
|
23190
24643
|
"usage": "out"
|
23191
24644
|
},
|
24645
|
+
"NatRegionInfoWithArea": {
|
24646
|
+
"document": "NAT地域地区对象",
|
24647
|
+
"members": [],
|
24648
|
+
"usage": "out"
|
24649
|
+
},
|
23192
24650
|
"NetDetect": {
|
23193
24651
|
"document": "网络探测对象。",
|
23194
24652
|
"members": [
|
@@ -24358,28 +25816,226 @@
|
|
24358
25816
|
},
|
24359
25817
|
{
|
24360
25818
|
"disabled": false,
|
24361
|
-
"document": "IP状态:\nPENDING:生产中\nMIGRATING:迁移中\nDELETING:删除中\nAVAILABLE:可用的",
|
24362
|
-
"example": "无",
|
25819
|
+
"document": "IP状态:\nPENDING:生产中\nMIGRATING:迁移中\nDELETING:删除中\nAVAILABLE:可用的",
|
25820
|
+
"example": "无",
|
25821
|
+
"member": "string",
|
25822
|
+
"name": "State",
|
25823
|
+
"output_required": false,
|
25824
|
+
"required": false,
|
25825
|
+
"type": "string",
|
25826
|
+
"value_allowed_null": false
|
25827
|
+
},
|
25828
|
+
{
|
25829
|
+
"disabled": false,
|
25830
|
+
"document": "IP服务质量等级,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。",
|
25831
|
+
"example": "PT",
|
25832
|
+
"member": "string",
|
25833
|
+
"name": "QosLevel",
|
25834
|
+
"output_required": false,
|
25835
|
+
"required": false,
|
25836
|
+
"type": "string",
|
25837
|
+
"value_allowed_null": false
|
25838
|
+
}
|
25839
|
+
],
|
25840
|
+
"usage": "both"
|
25841
|
+
},
|
25842
|
+
"PrivateNatDestinationIpPortTranslationNatRule": {
|
25843
|
+
"document": "本端目的IP端口转换复杂结构",
|
25844
|
+
"members": [
|
25845
|
+
{
|
25846
|
+
"disabled": false,
|
25847
|
+
"document": "协议",
|
25848
|
+
"example": "\"TCP\"",
|
25849
|
+
"member": "string",
|
25850
|
+
"name": "Protocol",
|
25851
|
+
"required": true,
|
25852
|
+
"type": "string",
|
25853
|
+
"value_allowed_null": false
|
25854
|
+
},
|
25855
|
+
{
|
25856
|
+
"disabled": false,
|
25857
|
+
"document": "原端口",
|
25858
|
+
"example": "80",
|
25859
|
+
"member": "int64",
|
25860
|
+
"name": "OriginalPort",
|
25861
|
+
"required": true,
|
25862
|
+
"type": "int",
|
25863
|
+
"value_allowed_null": false
|
25864
|
+
},
|
25865
|
+
{
|
25866
|
+
"disabled": false,
|
25867
|
+
"document": "原IP",
|
25868
|
+
"example": "\"10.0.13.20\"",
|
25869
|
+
"member": "string",
|
25870
|
+
"name": "OriginalIp",
|
25871
|
+
"required": true,
|
25872
|
+
"type": "string",
|
25873
|
+
"value_allowed_null": false
|
25874
|
+
},
|
25875
|
+
{
|
25876
|
+
"disabled": false,
|
25877
|
+
"document": "映射端口",
|
25878
|
+
"example": "8081",
|
25879
|
+
"member": "int64",
|
25880
|
+
"name": "TranslationPort",
|
25881
|
+
"required": true,
|
25882
|
+
"type": "int",
|
25883
|
+
"value_allowed_null": false
|
25884
|
+
},
|
25885
|
+
{
|
25886
|
+
"disabled": false,
|
25887
|
+
"document": "映射IP",
|
25888
|
+
"example": "\"10.0.13.20\"",
|
25889
|
+
"member": "string",
|
25890
|
+
"name": "TranslationIp",
|
25891
|
+
"required": true,
|
25892
|
+
"type": "string",
|
25893
|
+
"value_allowed_null": false
|
25894
|
+
},
|
25895
|
+
{
|
25896
|
+
"disabled": false,
|
25897
|
+
"document": "描述",
|
25898
|
+
"example": "无",
|
25899
|
+
"member": "string",
|
25900
|
+
"name": "Description",
|
25901
|
+
"required": false,
|
25902
|
+
"type": "string",
|
25903
|
+
"value_allowed_null": false
|
25904
|
+
},
|
25905
|
+
{
|
25906
|
+
"disabled": false,
|
25907
|
+
"document": "创建时间。",
|
25908
|
+
"example": "\"2022-09-30 14:24:38\"",
|
25909
|
+
"member": "string",
|
25910
|
+
"name": "CreateTime",
|
25911
|
+
"required": false,
|
25912
|
+
"type": "string",
|
25913
|
+
"value_allowed_null": false
|
25914
|
+
},
|
25915
|
+
{
|
25916
|
+
"disabled": false,
|
25917
|
+
"document": "更新时间。",
|
25918
|
+
"example": "\"2022-09-30 14:24:38\"",
|
25919
|
+
"member": "string",
|
25920
|
+
"name": "UpdateTime",
|
25921
|
+
"required": false,
|
25922
|
+
"type": "string",
|
25923
|
+
"value_allowed_null": false
|
25924
|
+
}
|
25925
|
+
],
|
25926
|
+
"usage": "both"
|
25927
|
+
},
|
25928
|
+
"PrivateNatGateway": {
|
25929
|
+
"document": "私网网关对象",
|
25930
|
+
"members": [
|
25931
|
+
{
|
25932
|
+
"disabled": false,
|
25933
|
+
"document": "私网网关`ID`。",
|
25934
|
+
"example": "intranat-0g3blj80",
|
25935
|
+
"member": "string",
|
25936
|
+
"name": "NatGatewayId",
|
25937
|
+
"output_required": true,
|
25938
|
+
"type": "string",
|
25939
|
+
"value_allowed_null": false
|
25940
|
+
},
|
25941
|
+
{
|
25942
|
+
"disabled": false,
|
25943
|
+
"document": "私网网关名称。",
|
25944
|
+
"example": "test",
|
25945
|
+
"member": "string",
|
25946
|
+
"name": "NatGatewayName",
|
25947
|
+
"output_required": true,
|
25948
|
+
"type": "string",
|
25949
|
+
"value_allowed_null": false
|
25950
|
+
},
|
25951
|
+
{
|
25952
|
+
"disabled": false,
|
25953
|
+
"document": "私网网关关联`VPC`实例`ID`。\n注意:此字段可能返回 null,表示取不到有效值。",
|
25954
|
+
"example": "vpc-noanwmed",
|
25955
|
+
"member": "string",
|
25956
|
+
"name": "VpcId",
|
25957
|
+
"output_required": true,
|
25958
|
+
"type": "string",
|
25959
|
+
"value_allowed_null": true
|
25960
|
+
},
|
25961
|
+
{
|
25962
|
+
"disabled": false,
|
25963
|
+
"document": "私网网关当前状态。",
|
25964
|
+
"example": "AVAILABLE",
|
25965
|
+
"member": "string",
|
25966
|
+
"name": "Status",
|
25967
|
+
"output_required": true,
|
25968
|
+
"type": "string",
|
25969
|
+
"value_allowed_null": false
|
25970
|
+
},
|
25971
|
+
{
|
25972
|
+
"disabled": false,
|
25973
|
+
"document": "私网网关跨域标志。",
|
25974
|
+
"example": "True",
|
25975
|
+
"member": "bool",
|
25976
|
+
"name": "CrossDomain",
|
25977
|
+
"output_required": true,
|
25978
|
+
"type": "bool",
|
25979
|
+
"value_allowed_null": false
|
25980
|
+
},
|
25981
|
+
{
|
25982
|
+
"disabled": false,
|
25983
|
+
"document": "创建时间",
|
25984
|
+
"example": "2022-09-29 15:58:00",
|
25985
|
+
"member": "string",
|
25986
|
+
"name": "CreatedTime",
|
25987
|
+
"output_required": true,
|
25988
|
+
"type": "string",
|
25989
|
+
"value_allowed_null": false
|
25990
|
+
},
|
25991
|
+
{
|
25992
|
+
"disabled": false,
|
25993
|
+
"document": "标签键值对。\n注意:此字段可能返回 null,表示取不到有效值。",
|
25994
|
+
"example": "无",
|
25995
|
+
"member": "Tag",
|
25996
|
+
"name": "TagSet",
|
25997
|
+
"output_required": true,
|
25998
|
+
"type": "list",
|
25999
|
+
"value_allowed_null": true
|
26000
|
+
}
|
26001
|
+
],
|
26002
|
+
"usage": "out"
|
26003
|
+
},
|
26004
|
+
"PrivateNatGatewayLimit": {
|
26005
|
+
"document": "可创建的私网网关配额数量",
|
26006
|
+
"members": [
|
26007
|
+
{
|
26008
|
+
"disabled": false,
|
26009
|
+
"document": "私有网络唯一`ID`。",
|
26010
|
+
"example": "vpc-12345678",
|
24363
26011
|
"member": "string",
|
24364
|
-
"name": "
|
24365
|
-
"
|
24366
|
-
"required": false,
|
26012
|
+
"name": "UniqVpcId",
|
26013
|
+
"required": true,
|
24367
26014
|
"type": "string",
|
24368
26015
|
"value_allowed_null": false
|
24369
26016
|
},
|
24370
26017
|
{
|
24371
26018
|
"disabled": false,
|
24372
|
-
"document": "
|
24373
|
-
"example": "
|
24374
|
-
"member": "
|
24375
|
-
"name": "
|
24376
|
-
"
|
24377
|
-
"
|
24378
|
-
"
|
26019
|
+
"document": "Vpc下总计可创建私网网关数量。",
|
26020
|
+
"example": "1000",
|
26021
|
+
"member": "uint64",
|
26022
|
+
"name": "TotalLimit",
|
26023
|
+
"required": true,
|
26024
|
+
"type": "int",
|
26025
|
+
"value_allowed_null": false
|
26026
|
+
},
|
26027
|
+
{
|
26028
|
+
"disabled": false,
|
26029
|
+
"document": "可创建私网网关数量。",
|
26030
|
+
"example": "0",
|
26031
|
+
"member": "uint64",
|
26032
|
+
"name": "Available",
|
26033
|
+
"required": true,
|
26034
|
+
"type": "int",
|
24379
26035
|
"value_allowed_null": false
|
24380
26036
|
}
|
24381
26037
|
],
|
24382
|
-
"usage": "
|
26038
|
+
"usage": "out"
|
24383
26039
|
},
|
24384
26040
|
"ProductQuota": {
|
24385
26041
|
"document": "描述网络中心每个产品的配额信息",
|
@@ -28011,6 +29667,290 @@
|
|
28011
29667
|
],
|
28012
29668
|
"type": "object"
|
28013
29669
|
},
|
29670
|
+
"TranslationAclRule": {
|
29671
|
+
"document": "私网网关转发规则匹配ACL",
|
29672
|
+
"members": [
|
29673
|
+
{
|
29674
|
+
"disabled": false,
|
29675
|
+
"document": "ACL协议类型,可选值:\"ALL\",\"TCP\",\"UDP\"",
|
29676
|
+
"example": "\"ALL\"",
|
29677
|
+
"member": "string",
|
29678
|
+
"name": "Protocol",
|
29679
|
+
"required": true,
|
29680
|
+
"type": "string",
|
29681
|
+
"value_allowed_null": false
|
29682
|
+
},
|
29683
|
+
{
|
29684
|
+
"disabled": false,
|
29685
|
+
"document": "源端口。",
|
29686
|
+
"example": "\"80\"",
|
29687
|
+
"member": "string",
|
29688
|
+
"name": "SourcePort",
|
29689
|
+
"required": true,
|
29690
|
+
"type": "string",
|
29691
|
+
"value_allowed_null": false
|
29692
|
+
},
|
29693
|
+
{
|
29694
|
+
"disabled": false,
|
29695
|
+
"document": "源地址。支持`ip`或`cidr`格式\"xxx.xxx.xxx.000/xx\"",
|
29696
|
+
"example": "\"127.0.0.1\"",
|
29697
|
+
"member": "string",
|
29698
|
+
"name": "SourceCidr",
|
29699
|
+
"required": true,
|
29700
|
+
"type": "string",
|
29701
|
+
"value_allowed_null": false
|
29702
|
+
},
|
29703
|
+
{
|
29704
|
+
"disabled": false,
|
29705
|
+
"document": "目的端口。",
|
29706
|
+
"example": "\"8081\"",
|
29707
|
+
"member": "string",
|
29708
|
+
"name": "DestinationPort",
|
29709
|
+
"required": true,
|
29710
|
+
"type": "string",
|
29711
|
+
"value_allowed_null": false
|
29712
|
+
},
|
29713
|
+
{
|
29714
|
+
"disabled": false,
|
29715
|
+
"document": "目的地址。",
|
29716
|
+
"example": "\"100.0.20.3\"",
|
29717
|
+
"member": "string",
|
29718
|
+
"name": "DestinationCidr",
|
29719
|
+
"required": true,
|
29720
|
+
"type": "string",
|
29721
|
+
"value_allowed_null": false
|
29722
|
+
},
|
29723
|
+
{
|
29724
|
+
"disabled": false,
|
29725
|
+
"document": "ACL规则`ID`。",
|
29726
|
+
"example": "1",
|
29727
|
+
"member": "uint64",
|
29728
|
+
"name": "AclRuleId",
|
29729
|
+
"required": false,
|
29730
|
+
"type": "int",
|
29731
|
+
"value_allowed_null": false
|
29732
|
+
},
|
29733
|
+
{
|
29734
|
+
"disabled": false,
|
29735
|
+
"document": "是否匹配。",
|
29736
|
+
"example": "0",
|
29737
|
+
"member": "uint64",
|
29738
|
+
"name": "Action",
|
29739
|
+
"required": false,
|
29740
|
+
"type": "int",
|
29741
|
+
"value_allowed_null": false
|
29742
|
+
}
|
29743
|
+
],
|
29744
|
+
"usage": "both"
|
29745
|
+
},
|
29746
|
+
"TranslationNatRule": {
|
29747
|
+
"document": "私网网关Snat转发规则",
|
29748
|
+
"members": [
|
29749
|
+
{
|
29750
|
+
"disabled": false,
|
29751
|
+
"document": "转换规则目标,可选值\"LOCAL\",\"PEER\"。",
|
29752
|
+
"example": "\"LOCAL\"",
|
29753
|
+
"member": "string",
|
29754
|
+
"name": "TranslationDirection",
|
29755
|
+
"required": true,
|
29756
|
+
"type": "string",
|
29757
|
+
"value_allowed_null": false
|
29758
|
+
},
|
29759
|
+
{
|
29760
|
+
"disabled": false,
|
29761
|
+
"document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
29762
|
+
"example": "\"NETWORK_LAYER\"",
|
29763
|
+
"member": "string",
|
29764
|
+
"name": "TranslationType",
|
29765
|
+
"required": true,
|
29766
|
+
"type": "string",
|
29767
|
+
"value_allowed_null": false
|
29768
|
+
},
|
29769
|
+
{
|
29770
|
+
"disabled": false,
|
29771
|
+
"document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
|
29772
|
+
"example": "\"10.0.13.21\"",
|
29773
|
+
"member": "string",
|
29774
|
+
"name": "TranslationIp",
|
29775
|
+
"required": true,
|
29776
|
+
"type": "string",
|
29777
|
+
"value_allowed_null": false
|
29778
|
+
},
|
29779
|
+
{
|
29780
|
+
"disabled": false,
|
29781
|
+
"document": "转换规则描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
29782
|
+
"example": "无",
|
29783
|
+
"member": "string",
|
29784
|
+
"name": "Description",
|
29785
|
+
"required": true,
|
29786
|
+
"type": "string",
|
29787
|
+
"value_allowed_null": true
|
29788
|
+
},
|
29789
|
+
{
|
29790
|
+
"disabled": false,
|
29791
|
+
"document": "源`IP`,当转换规则类型为三层时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
29792
|
+
"example": "\"10.0.13.20\"",
|
29793
|
+
"member": "string",
|
29794
|
+
"name": "OriginalIp",
|
29795
|
+
"required": false,
|
29796
|
+
"type": "string",
|
29797
|
+
"value_allowed_null": true
|
29798
|
+
},
|
29799
|
+
{
|
29800
|
+
"disabled": false,
|
29801
|
+
"document": "创建时间。",
|
29802
|
+
"example": "\"2022-09-29 15:58:00\"",
|
29803
|
+
"member": "string",
|
29804
|
+
"name": "CreateTime",
|
29805
|
+
"required": false,
|
29806
|
+
"type": "string",
|
29807
|
+
"value_allowed_null": false
|
29808
|
+
},
|
29809
|
+
{
|
29810
|
+
"disabled": false,
|
29811
|
+
"document": "更新时间。",
|
29812
|
+
"example": "\"2022-09-29 15:58:00\"",
|
29813
|
+
"member": "string",
|
29814
|
+
"name": "UpdateTime",
|
29815
|
+
"required": false,
|
29816
|
+
"type": "string",
|
29817
|
+
"value_allowed_null": false
|
29818
|
+
}
|
29819
|
+
],
|
29820
|
+
"usage": "both"
|
29821
|
+
},
|
29822
|
+
"TranslationNatRuleDiff": {
|
29823
|
+
"document": "私网网关Snat转发规则修改",
|
29824
|
+
"members": [
|
29825
|
+
{
|
29826
|
+
"disabled": false,
|
29827
|
+
"document": "转发规则目标,可选值\"LOCAL\",\"PEER\"。",
|
29828
|
+
"example": "\"LOCAL\"",
|
29829
|
+
"member": "string",
|
29830
|
+
"name": "TranslationDirection",
|
29831
|
+
"required": true,
|
29832
|
+
"type": "string",
|
29833
|
+
"value_allowed_null": false
|
29834
|
+
},
|
29835
|
+
{
|
29836
|
+
"disabled": false,
|
29837
|
+
"document": "转发规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
29838
|
+
"example": "\"NETWORK_LAYER\"",
|
29839
|
+
"member": "string",
|
29840
|
+
"name": "TranslationType",
|
29841
|
+
"required": true,
|
29842
|
+
"type": "string",
|
29843
|
+
"value_allowed_null": false
|
29844
|
+
},
|
29845
|
+
{
|
29846
|
+
"disabled": false,
|
29847
|
+
"document": "转发规则映射`IP`,当转发规则类型为四层时为`IP`池",
|
29848
|
+
"example": "\"10.0.13.21\"",
|
29849
|
+
"member": "string",
|
29850
|
+
"name": "TranslationIp",
|
29851
|
+
"required": true,
|
29852
|
+
"type": "string",
|
29853
|
+
"value_allowed_null": false
|
29854
|
+
},
|
29855
|
+
{
|
29856
|
+
"disabled": false,
|
29857
|
+
"document": "转发规则描述。",
|
29858
|
+
"example": "无",
|
29859
|
+
"member": "string",
|
29860
|
+
"name": "Description",
|
29861
|
+
"required": true,
|
29862
|
+
"type": "string",
|
29863
|
+
"value_allowed_null": true
|
29864
|
+
},
|
29865
|
+
{
|
29866
|
+
"disabled": false,
|
29867
|
+
"document": "旧转发规则映射`IP`,当转发规则类型为四层时为`IP`池",
|
29868
|
+
"example": "\"10.0.13.21\"",
|
29869
|
+
"member": "string",
|
29870
|
+
"name": "OldTranslationIp",
|
29871
|
+
"required": true,
|
29872
|
+
"type": "string",
|
29873
|
+
"value_allowed_null": false
|
29874
|
+
},
|
29875
|
+
{
|
29876
|
+
"disabled": false,
|
29877
|
+
"document": "新转发规则源`IP`,当转发规则类型为三层时有效",
|
29878
|
+
"example": "\"10.0.13.20\"",
|
29879
|
+
"member": "string",
|
29880
|
+
"name": "OriginalIp",
|
29881
|
+
"required": false,
|
29882
|
+
"type": "string",
|
29883
|
+
"value_allowed_null": true
|
29884
|
+
},
|
29885
|
+
{
|
29886
|
+
"disabled": false,
|
29887
|
+
"document": "旧转发规则源`IP`,当转发规则类型为三层时有效",
|
29888
|
+
"example": "\"10.0.13.19\"",
|
29889
|
+
"member": "string",
|
29890
|
+
"name": "OldOriginalIp",
|
29891
|
+
"required": false,
|
29892
|
+
"type": "string",
|
29893
|
+
"value_allowed_null": true
|
29894
|
+
}
|
29895
|
+
],
|
29896
|
+
"usage": "in"
|
29897
|
+
},
|
29898
|
+
"TranslationNatRuleInput": {
|
29899
|
+
"document": "私网网关Snat转发规则入参",
|
29900
|
+
"members": [
|
29901
|
+
{
|
29902
|
+
"disabled": false,
|
29903
|
+
"document": "转换规则目标,可选值\"LOCAL\",\"PEER\"。",
|
29904
|
+
"example": "\"LOCAL\"",
|
29905
|
+
"member": "string",
|
29906
|
+
"name": "TranslationDirection",
|
29907
|
+
"required": true,
|
29908
|
+
"type": "string",
|
29909
|
+
"value_allowed_null": false
|
29910
|
+
},
|
29911
|
+
{
|
29912
|
+
"disabled": false,
|
29913
|
+
"document": "转换规则类型,可选值\"NETWORK_LAYER\",\"TRANSPORT_LAYER\"。",
|
29914
|
+
"example": "\"NETWORK_LAYER\"",
|
29915
|
+
"member": "string",
|
29916
|
+
"name": "TranslationType",
|
29917
|
+
"required": true,
|
29918
|
+
"type": "string",
|
29919
|
+
"value_allowed_null": false
|
29920
|
+
},
|
29921
|
+
{
|
29922
|
+
"disabled": false,
|
29923
|
+
"document": "转换`IP`,当转换规则类型为四层时为`IP`池。",
|
29924
|
+
"example": "\"10.0.13.21\"",
|
29925
|
+
"member": "string",
|
29926
|
+
"name": "TranslationIp",
|
29927
|
+
"required": true,
|
29928
|
+
"type": "string",
|
29929
|
+
"value_allowed_null": false
|
29930
|
+
},
|
29931
|
+
{
|
29932
|
+
"disabled": false,
|
29933
|
+
"document": "转换规则描述。",
|
29934
|
+
"example": "无",
|
29935
|
+
"member": "string",
|
29936
|
+
"name": "Description",
|
29937
|
+
"required": true,
|
29938
|
+
"type": "string",
|
29939
|
+
"value_allowed_null": true
|
29940
|
+
},
|
29941
|
+
{
|
29942
|
+
"disabled": false,
|
29943
|
+
"document": "源`IP`,当转换规则类型为三层时有效。",
|
29944
|
+
"example": "\"10.0.13.20\"",
|
29945
|
+
"member": "string",
|
29946
|
+
"name": "OriginalIp",
|
29947
|
+
"required": false,
|
29948
|
+
"type": "string",
|
29949
|
+
"value_allowed_null": true
|
29950
|
+
}
|
29951
|
+
],
|
29952
|
+
"usage": "in"
|
29953
|
+
},
|
28014
29954
|
"UnassignIpv6AddressesRequest": {
|
28015
29955
|
"document": "UnassignIpv6Addresses请求参数结构体",
|
28016
29956
|
"members": [
|
@@ -28902,6 +30842,16 @@
|
|
28902
30842
|
"output_required": false,
|
28903
30843
|
"type": "object",
|
28904
30844
|
"value_allowed_null": true
|
30845
|
+
},
|
30846
|
+
{
|
30847
|
+
"disabled": false,
|
30848
|
+
"document": "Nqa配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
30849
|
+
"example": "无",
|
30850
|
+
"member": "HealthCheckConfig",
|
30851
|
+
"name": "HealthCheckConfig",
|
30852
|
+
"output_required": false,
|
30853
|
+
"type": "object",
|
30854
|
+
"value_allowed_null": true
|
28905
30855
|
}
|
28906
30856
|
],
|
28907
30857
|
"usage": "out"
|