tccli 3.0.1275.1__py2.py3-none-any.whl → 3.0.1276.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/ams/v20201229/api.json +82 -0
- tccli/services/batch/v20170312/api.json +24 -24
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/cvm/v20170312/api.json +48 -37
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/emr/v20190103/api.json +23 -23
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +403 -322
- tccli/services/ess/v20201111/examples.json +16 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +310 -238
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/live/v20180801/api.json +138 -138
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +72 -2
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/rce/v20201103/api.json +13 -13
- tccli/services/taf/v20200210/api.json +9 -9
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +176 -176
- tccli/services/tse/v20201207/api.json +84 -4
- tccli/services/vm/v20201229/api.json +428 -78
- tccli/services/vm/v20210922/api.json +482 -82
- {tccli-3.0.1275.1.dist-info → tccli-3.0.1276.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1275.1.dist-info → tccli-3.0.1276.1.dist-info}/RECORD +32 -32
- {tccli-3.0.1275.1.dist-info → tccli-3.0.1276.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1275.1.dist-info → tccli-3.0.1276.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1275.1.dist-info → tccli-3.0.1276.1.dist-info}/license_files/LICENSE +0 -0
@@ -1185,6 +1185,30 @@
|
|
1185
1185
|
],
|
1186
1186
|
"usage": "out"
|
1187
1187
|
},
|
1188
|
+
"CanaryPriorityRule": {
|
1189
|
+
"document": "灰度规则 Priority - Rule",
|
1190
|
+
"members": [
|
1191
|
+
{
|
1192
|
+
"disabled": false,
|
1193
|
+
"document": "优先级",
|
1194
|
+
"example": "10",
|
1195
|
+
"member": "int64",
|
1196
|
+
"name": "Priority",
|
1197
|
+
"required": false,
|
1198
|
+
"type": "int"
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"disabled": false,
|
1202
|
+
"document": "灰度规则配置",
|
1203
|
+
"example": "无",
|
1204
|
+
"member": "CloudNativeAPIGatewayCanaryRule",
|
1205
|
+
"name": "CanaryRule",
|
1206
|
+
"required": false,
|
1207
|
+
"type": "object"
|
1208
|
+
}
|
1209
|
+
],
|
1210
|
+
"usage": "in"
|
1211
|
+
},
|
1188
1212
|
"CertificateInfo": {
|
1189
1213
|
"document": "证书信息",
|
1190
1214
|
"members": [
|
@@ -3702,8 +3726,17 @@
|
|
3702
3726
|
"example": "无",
|
3703
3727
|
"member": "CloudNativeAPIGatewayCanaryRule",
|
3704
3728
|
"name": "CanaryRule",
|
3705
|
-
"required":
|
3729
|
+
"required": false,
|
3706
3730
|
"type": "object"
|
3731
|
+
},
|
3732
|
+
{
|
3733
|
+
"disabled": false,
|
3734
|
+
"document": "灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略CanaryRule参数",
|
3735
|
+
"example": "无",
|
3736
|
+
"member": "CloudNativeAPIGatewayCanaryRule",
|
3737
|
+
"name": "CanaryRuleList",
|
3738
|
+
"required": false,
|
3739
|
+
"type": "list"
|
3707
3740
|
}
|
3708
3741
|
],
|
3709
3742
|
"type": "object"
|
@@ -4238,6 +4271,15 @@
|
|
4238
4271
|
"name": "ResponseBuffering",
|
4239
4272
|
"required": false,
|
4240
4273
|
"type": "bool"
|
4274
|
+
},
|
4275
|
+
{
|
4276
|
+
"disabled": false,
|
4277
|
+
"document": "正则优先级",
|
4278
|
+
"example": "0",
|
4279
|
+
"member": "int64",
|
4280
|
+
"name": "RegexPriority",
|
4281
|
+
"required": false,
|
4282
|
+
"type": "int"
|
4241
4283
|
}
|
4242
4284
|
],
|
4243
4285
|
"type": "object"
|
@@ -5375,8 +5417,17 @@
|
|
5375
5417
|
"example": "10",
|
5376
5418
|
"member": "int64",
|
5377
5419
|
"name": "Priority",
|
5378
|
-
"required":
|
5420
|
+
"required": false,
|
5379
5421
|
"type": "int"
|
5422
|
+
},
|
5423
|
+
{
|
5424
|
+
"disabled": false,
|
5425
|
+
"document": "优先级列表,如果配置了此参数,将以此参数为准,忽略Priority参数",
|
5426
|
+
"example": "[10,20]",
|
5427
|
+
"member": "int64",
|
5428
|
+
"name": "PriorityList",
|
5429
|
+
"required": false,
|
5430
|
+
"type": "list"
|
5380
5431
|
}
|
5381
5432
|
],
|
5382
5433
|
"type": "object"
|
@@ -12675,6 +12726,17 @@
|
|
12675
12726
|
"required": false,
|
12676
12727
|
"type": "bool",
|
12677
12728
|
"value_allowed_null": false
|
12729
|
+
},
|
12730
|
+
{
|
12731
|
+
"disabled": false,
|
12732
|
+
"document": "正则优先级",
|
12733
|
+
"example": "0",
|
12734
|
+
"member": "int64",
|
12735
|
+
"name": "RegexPriority",
|
12736
|
+
"output_required": false,
|
12737
|
+
"required": false,
|
12738
|
+
"type": "int",
|
12739
|
+
"value_allowed_null": false
|
12678
12740
|
}
|
12679
12741
|
],
|
12680
12742
|
"usage": "both"
|
@@ -13716,7 +13778,7 @@
|
|
13716
13778
|
"example": "10",
|
13717
13779
|
"member": "int64",
|
13718
13780
|
"name": "Priority",
|
13719
|
-
"required":
|
13781
|
+
"required": false,
|
13720
13782
|
"type": "int"
|
13721
13783
|
},
|
13722
13784
|
{
|
@@ -13725,8 +13787,17 @@
|
|
13725
13787
|
"example": "无",
|
13726
13788
|
"member": "CloudNativeAPIGatewayCanaryRule",
|
13727
13789
|
"name": "CanaryRule",
|
13728
|
-
"required":
|
13790
|
+
"required": false,
|
13729
13791
|
"type": "object"
|
13792
|
+
},
|
13793
|
+
{
|
13794
|
+
"disabled": false,
|
13795
|
+
"document": "灰度规则配置列表,如果配置了此参数,将以此参数为准,忽略Priority和CanaryRule参数",
|
13796
|
+
"example": "无",
|
13797
|
+
"member": "CanaryPriorityRule",
|
13798
|
+
"name": "CanaryRuleList",
|
13799
|
+
"required": false,
|
13800
|
+
"type": "list"
|
13730
13801
|
}
|
13731
13802
|
],
|
13732
13803
|
"type": "object"
|
@@ -14087,6 +14158,15 @@
|
|
14087
14158
|
"name": "ResponseBuffering",
|
14088
14159
|
"required": false,
|
14089
14160
|
"type": "bool"
|
14161
|
+
},
|
14162
|
+
{
|
14163
|
+
"disabled": false,
|
14164
|
+
"document": "增加优先级",
|
14165
|
+
"example": "0",
|
14166
|
+
"member": "int64",
|
14167
|
+
"name": "RegexPriority",
|
14168
|
+
"required": false,
|
14169
|
+
"type": "int"
|
14090
14170
|
}
|
14091
14171
|
],
|
14092
14172
|
"type": "object"
|