tencentcloud-sdk-python-ga2 3.1.104__tar.gz → 3.1.122__tar.gz
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.
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/setup.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/models.py +298 -56
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ga2-3.1.122/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ga2-3.1.104/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/README.rst +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.104 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ga2
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.122
|
|
4
4
|
Summary: Tencent Cloud Ga2 SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.122
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ga2',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.122,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ga2 SDK for Python',
|
|
@@ -648,24 +648,28 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
648
648
|
|
|
649
649
|
def __init__(self):
|
|
650
650
|
r"""
|
|
651
|
-
:param _GlobalAcceleratorId:
|
|
651
|
+
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
652
652
|
:type GlobalAcceleratorId: str
|
|
653
|
-
:param _ListenerId:
|
|
653
|
+
:param _ListenerId: <p>监听器ID。</p>
|
|
654
654
|
:type ListenerId: str
|
|
655
|
-
:param _ForwardingPolicyId:
|
|
655
|
+
:param _ForwardingPolicyId: <p>策略ID。</p>
|
|
656
656
|
:type ForwardingPolicyId: str
|
|
657
|
-
:param _RuleConditions:
|
|
657
|
+
:param _RuleConditions: <p>七层转发规则条件信息。</p>
|
|
658
658
|
:type RuleConditions: list of RuleCondition
|
|
659
|
-
:param _RuleActions:
|
|
659
|
+
:param _RuleActions: <p>七层转发规则行为信息。</p>
|
|
660
660
|
:type RuleActions: list of RuleAction
|
|
661
|
-
:param _OriginHeaders:
|
|
661
|
+
:param _OriginHeaders: <p>回源Header信息。</p>
|
|
662
662
|
:type OriginHeaders: list of OriginHeader
|
|
663
|
-
:param _EnableOriginSni:
|
|
663
|
+
:param _EnableOriginSni: <p>是否开启回源sni。</p>
|
|
664
664
|
:type EnableOriginSni: bool
|
|
665
|
-
:param _OriginSni:
|
|
665
|
+
:param _OriginSni: <p>回源sni。</p>
|
|
666
666
|
:type OriginSni: str
|
|
667
|
-
:param _OriginHost:
|
|
667
|
+
:param _OriginHost: <p>回源host。</p>
|
|
668
668
|
:type OriginHost: str
|
|
669
|
+
:param _ResponseHeaders: <p>源站响应头</p>
|
|
670
|
+
:type ResponseHeaders: list of ResponseHeaders
|
|
671
|
+
:param _HideResponseHeaders: <p>删除源站响应头</p>
|
|
672
|
+
:type HideResponseHeaders: list of HideResponseHeaders
|
|
669
673
|
"""
|
|
670
674
|
self._GlobalAcceleratorId = None
|
|
671
675
|
self._ListenerId = None
|
|
@@ -676,10 +680,12 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
676
680
|
self._EnableOriginSni = None
|
|
677
681
|
self._OriginSni = None
|
|
678
682
|
self._OriginHost = None
|
|
683
|
+
self._ResponseHeaders = None
|
|
684
|
+
self._HideResponseHeaders = None
|
|
679
685
|
|
|
680
686
|
@property
|
|
681
687
|
def GlobalAcceleratorId(self):
|
|
682
|
-
r"""
|
|
688
|
+
r"""<p>全球加速实例ID。</p>
|
|
683
689
|
:rtype: str
|
|
684
690
|
"""
|
|
685
691
|
return self._GlobalAcceleratorId
|
|
@@ -690,7 +696,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
690
696
|
|
|
691
697
|
@property
|
|
692
698
|
def ListenerId(self):
|
|
693
|
-
r"""
|
|
699
|
+
r"""<p>监听器ID。</p>
|
|
694
700
|
:rtype: str
|
|
695
701
|
"""
|
|
696
702
|
return self._ListenerId
|
|
@@ -701,7 +707,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
701
707
|
|
|
702
708
|
@property
|
|
703
709
|
def ForwardingPolicyId(self):
|
|
704
|
-
r"""
|
|
710
|
+
r"""<p>策略ID。</p>
|
|
705
711
|
:rtype: str
|
|
706
712
|
"""
|
|
707
713
|
return self._ForwardingPolicyId
|
|
@@ -712,7 +718,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
712
718
|
|
|
713
719
|
@property
|
|
714
720
|
def RuleConditions(self):
|
|
715
|
-
r"""
|
|
721
|
+
r"""<p>七层转发规则条件信息。</p>
|
|
716
722
|
:rtype: list of RuleCondition
|
|
717
723
|
"""
|
|
718
724
|
return self._RuleConditions
|
|
@@ -723,7 +729,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
723
729
|
|
|
724
730
|
@property
|
|
725
731
|
def RuleActions(self):
|
|
726
|
-
r"""
|
|
732
|
+
r"""<p>七层转发规则行为信息。</p>
|
|
727
733
|
:rtype: list of RuleAction
|
|
728
734
|
"""
|
|
729
735
|
return self._RuleActions
|
|
@@ -734,7 +740,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
734
740
|
|
|
735
741
|
@property
|
|
736
742
|
def OriginHeaders(self):
|
|
737
|
-
r"""
|
|
743
|
+
r"""<p>回源Header信息。</p>
|
|
738
744
|
:rtype: list of OriginHeader
|
|
739
745
|
"""
|
|
740
746
|
return self._OriginHeaders
|
|
@@ -745,7 +751,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
745
751
|
|
|
746
752
|
@property
|
|
747
753
|
def EnableOriginSni(self):
|
|
748
|
-
r"""
|
|
754
|
+
r"""<p>是否开启回源sni。</p>
|
|
749
755
|
:rtype: bool
|
|
750
756
|
"""
|
|
751
757
|
return self._EnableOriginSni
|
|
@@ -756,7 +762,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
756
762
|
|
|
757
763
|
@property
|
|
758
764
|
def OriginSni(self):
|
|
759
|
-
r"""
|
|
765
|
+
r"""<p>回源sni。</p>
|
|
760
766
|
:rtype: str
|
|
761
767
|
"""
|
|
762
768
|
return self._OriginSni
|
|
@@ -767,7 +773,7 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
767
773
|
|
|
768
774
|
@property
|
|
769
775
|
def OriginHost(self):
|
|
770
|
-
r"""
|
|
776
|
+
r"""<p>回源host。</p>
|
|
771
777
|
:rtype: str
|
|
772
778
|
"""
|
|
773
779
|
return self._OriginHost
|
|
@@ -776,6 +782,28 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
776
782
|
def OriginHost(self, OriginHost):
|
|
777
783
|
self._OriginHost = OriginHost
|
|
778
784
|
|
|
785
|
+
@property
|
|
786
|
+
def ResponseHeaders(self):
|
|
787
|
+
r"""<p>源站响应头</p>
|
|
788
|
+
:rtype: list of ResponseHeaders
|
|
789
|
+
"""
|
|
790
|
+
return self._ResponseHeaders
|
|
791
|
+
|
|
792
|
+
@ResponseHeaders.setter
|
|
793
|
+
def ResponseHeaders(self, ResponseHeaders):
|
|
794
|
+
self._ResponseHeaders = ResponseHeaders
|
|
795
|
+
|
|
796
|
+
@property
|
|
797
|
+
def HideResponseHeaders(self):
|
|
798
|
+
r"""<p>删除源站响应头</p>
|
|
799
|
+
:rtype: list of HideResponseHeaders
|
|
800
|
+
"""
|
|
801
|
+
return self._HideResponseHeaders
|
|
802
|
+
|
|
803
|
+
@HideResponseHeaders.setter
|
|
804
|
+
def HideResponseHeaders(self, HideResponseHeaders):
|
|
805
|
+
self._HideResponseHeaders = HideResponseHeaders
|
|
806
|
+
|
|
779
807
|
|
|
780
808
|
def _deserialize(self, params):
|
|
781
809
|
self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
|
|
@@ -802,6 +830,18 @@ class CreateForwardingRuleRequest(AbstractModel):
|
|
|
802
830
|
self._EnableOriginSni = params.get("EnableOriginSni")
|
|
803
831
|
self._OriginSni = params.get("OriginSni")
|
|
804
832
|
self._OriginHost = params.get("OriginHost")
|
|
833
|
+
if params.get("ResponseHeaders") is not None:
|
|
834
|
+
self._ResponseHeaders = []
|
|
835
|
+
for item in params.get("ResponseHeaders"):
|
|
836
|
+
obj = ResponseHeaders()
|
|
837
|
+
obj._deserialize(item)
|
|
838
|
+
self._ResponseHeaders.append(obj)
|
|
839
|
+
if params.get("HideResponseHeaders") is not None:
|
|
840
|
+
self._HideResponseHeaders = []
|
|
841
|
+
for item in params.get("HideResponseHeaders"):
|
|
842
|
+
obj = HideResponseHeaders()
|
|
843
|
+
obj._deserialize(item)
|
|
844
|
+
self._HideResponseHeaders.append(obj)
|
|
805
845
|
memeber_set = set(params.keys())
|
|
806
846
|
for name, value in vars(self).items():
|
|
807
847
|
property_name = name[1:]
|
|
@@ -819,9 +859,9 @@ class CreateForwardingRuleResponse(AbstractModel):
|
|
|
819
859
|
|
|
820
860
|
def __init__(self):
|
|
821
861
|
r"""
|
|
822
|
-
:param _TaskId:
|
|
862
|
+
:param _TaskId: <p>异步任务ID。</p>
|
|
823
863
|
:type TaskId: str
|
|
824
|
-
:param _ForwardingRuleId:
|
|
864
|
+
:param _ForwardingRuleId: <p>七层转发规则ID。</p>
|
|
825
865
|
:type ForwardingRuleId: str
|
|
826
866
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
827
867
|
:type RequestId: str
|
|
@@ -832,7 +872,7 @@ class CreateForwardingRuleResponse(AbstractModel):
|
|
|
832
872
|
|
|
833
873
|
@property
|
|
834
874
|
def TaskId(self):
|
|
835
|
-
r"""
|
|
875
|
+
r"""<p>异步任务ID。</p>
|
|
836
876
|
:rtype: str
|
|
837
877
|
"""
|
|
838
878
|
return self._TaskId
|
|
@@ -843,7 +883,7 @@ class CreateForwardingRuleResponse(AbstractModel):
|
|
|
843
883
|
|
|
844
884
|
@property
|
|
845
885
|
def ForwardingRuleId(self):
|
|
846
|
-
r"""
|
|
886
|
+
r"""<p>七层转发规则ID。</p>
|
|
847
887
|
:rtype: str
|
|
848
888
|
"""
|
|
849
889
|
return self._ForwardingRuleId
|
|
@@ -1081,6 +1121,8 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1081
1121
|
:type ServerCertificates: list of str
|
|
1082
1122
|
:param _ClientCaCertificates: <p>客户端证书。</p>
|
|
1083
1123
|
:type ClientCaCertificates: list of str
|
|
1124
|
+
:param _HttpVersion: <p>HTTPS监听器支持选择版本</p><p>枚举值:</p><ul><li>HTTP/1.1: HTTP/1.1</li><li>HTTP/2: HTTP/2</li></ul>
|
|
1125
|
+
:type HttpVersion: str
|
|
1084
1126
|
"""
|
|
1085
1127
|
self._GlobalAcceleratorId = None
|
|
1086
1128
|
self._Name = None
|
|
@@ -1097,6 +1139,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1097
1139
|
self._CipherPolicyId = None
|
|
1098
1140
|
self._ServerCertificates = None
|
|
1099
1141
|
self._ClientCaCertificates = None
|
|
1142
|
+
self._HttpVersion = None
|
|
1100
1143
|
|
|
1101
1144
|
@property
|
|
1102
1145
|
def GlobalAcceleratorId(self):
|
|
@@ -1263,6 +1306,17 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1263
1306
|
def ClientCaCertificates(self, ClientCaCertificates):
|
|
1264
1307
|
self._ClientCaCertificates = ClientCaCertificates
|
|
1265
1308
|
|
|
1309
|
+
@property
|
|
1310
|
+
def HttpVersion(self):
|
|
1311
|
+
r"""<p>HTTPS监听器支持选择版本</p><p>枚举值:</p><ul><li>HTTP/1.1: HTTP/1.1</li><li>HTTP/2: HTTP/2</li></ul>
|
|
1312
|
+
:rtype: str
|
|
1313
|
+
"""
|
|
1314
|
+
return self._HttpVersion
|
|
1315
|
+
|
|
1316
|
+
@HttpVersion.setter
|
|
1317
|
+
def HttpVersion(self, HttpVersion):
|
|
1318
|
+
self._HttpVersion = HttpVersion
|
|
1319
|
+
|
|
1266
1320
|
|
|
1267
1321
|
def _deserialize(self, params):
|
|
1268
1322
|
self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
|
|
@@ -1282,6 +1336,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1282
1336
|
self._CipherPolicyId = params.get("CipherPolicyId")
|
|
1283
1337
|
self._ServerCertificates = params.get("ServerCertificates")
|
|
1284
1338
|
self._ClientCaCertificates = params.get("ClientCaCertificates")
|
|
1339
|
+
self._HttpVersion = params.get("HttpVersion")
|
|
1285
1340
|
memeber_set = set(params.keys())
|
|
1286
1341
|
for name, value in vars(self).items():
|
|
1287
1342
|
property_name = name[1:]
|
|
@@ -2273,13 +2328,13 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2273
2328
|
|
|
2274
2329
|
def __init__(self):
|
|
2275
2330
|
r"""
|
|
2276
|
-
:param _GlobalAcceleratorId:
|
|
2331
|
+
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
2277
2332
|
:type GlobalAcceleratorId: str
|
|
2278
|
-
:param _Offset:
|
|
2333
|
+
:param _Offset: <p>偏移量,默认为0。</p>
|
|
2279
2334
|
:type Offset: int
|
|
2280
|
-
:param _Limit:
|
|
2335
|
+
:param _Limit: <p>返回数量,默认为10,最大值为10。</p>
|
|
2281
2336
|
:type Limit: int
|
|
2282
|
-
:param _Filters:
|
|
2337
|
+
:param _Filters: <p>过滤条件。 endpoint-group-id- String -(过滤条件)终端节点组实例ID。endpoint-group-type- String -(过滤条件)终端节点组实例类型。</p>
|
|
2283
2338
|
:type Filters: list of Filter
|
|
2284
2339
|
"""
|
|
2285
2340
|
self._GlobalAcceleratorId = None
|
|
@@ -2289,7 +2344,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2289
2344
|
|
|
2290
2345
|
@property
|
|
2291
2346
|
def GlobalAcceleratorId(self):
|
|
2292
|
-
r"""
|
|
2347
|
+
r"""<p>全球加速实例ID。</p>
|
|
2293
2348
|
:rtype: str
|
|
2294
2349
|
"""
|
|
2295
2350
|
return self._GlobalAcceleratorId
|
|
@@ -2300,7 +2355,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2300
2355
|
|
|
2301
2356
|
@property
|
|
2302
2357
|
def Offset(self):
|
|
2303
|
-
r"""
|
|
2358
|
+
r"""<p>偏移量,默认为0。</p>
|
|
2304
2359
|
:rtype: int
|
|
2305
2360
|
"""
|
|
2306
2361
|
return self._Offset
|
|
@@ -2311,7 +2366,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2311
2366
|
|
|
2312
2367
|
@property
|
|
2313
2368
|
def Limit(self):
|
|
2314
|
-
r"""
|
|
2369
|
+
r"""<p>返回数量,默认为10,最大值为10。</p>
|
|
2315
2370
|
:rtype: int
|
|
2316
2371
|
"""
|
|
2317
2372
|
return self._Limit
|
|
@@ -2322,7 +2377,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2322
2377
|
|
|
2323
2378
|
@property
|
|
2324
2379
|
def Filters(self):
|
|
2325
|
-
r"""
|
|
2380
|
+
r"""<p>过滤条件。 endpoint-group-id- String -(过滤条件)终端节点组实例ID。endpoint-group-type- String -(过滤条件)终端节点组实例类型。</p>
|
|
2326
2381
|
:rtype: list of Filter
|
|
2327
2382
|
"""
|
|
2328
2383
|
return self._Filters
|
|
@@ -2359,9 +2414,9 @@ class DescribeEndpointGroupsResponse(AbstractModel):
|
|
|
2359
2414
|
|
|
2360
2415
|
def __init__(self):
|
|
2361
2416
|
r"""
|
|
2362
|
-
:param _EndpointGroupConfigurationSet:
|
|
2417
|
+
:param _EndpointGroupConfigurationSet: <p>符合条件的终端节点组。</p>
|
|
2363
2418
|
:type EndpointGroupConfigurationSet: list of EndpointGroupConfigurationSet
|
|
2364
|
-
:param _TotalCount:
|
|
2419
|
+
:param _TotalCount: <p>符合条件的实例个数。</p>
|
|
2365
2420
|
:type TotalCount: int
|
|
2366
2421
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2367
2422
|
:type RequestId: str
|
|
@@ -2372,7 +2427,7 @@ class DescribeEndpointGroupsResponse(AbstractModel):
|
|
|
2372
2427
|
|
|
2373
2428
|
@property
|
|
2374
2429
|
def EndpointGroupConfigurationSet(self):
|
|
2375
|
-
r"""
|
|
2430
|
+
r"""<p>符合条件的终端节点组。</p>
|
|
2376
2431
|
:rtype: list of EndpointGroupConfigurationSet
|
|
2377
2432
|
"""
|
|
2378
2433
|
return self._EndpointGroupConfigurationSet
|
|
@@ -2383,7 +2438,7 @@ class DescribeEndpointGroupsResponse(AbstractModel):
|
|
|
2383
2438
|
|
|
2384
2439
|
@property
|
|
2385
2440
|
def TotalCount(self):
|
|
2386
|
-
r"""
|
|
2441
|
+
r"""<p>符合条件的实例个数。</p>
|
|
2387
2442
|
:rtype: int
|
|
2388
2443
|
"""
|
|
2389
2444
|
return self._TotalCount
|
|
@@ -3212,6 +3267,8 @@ class EndpointGroupConfiguration(AbstractModel):
|
|
|
3212
3267
|
:type IspType: str
|
|
3213
3268
|
:param _CipherPolicyId: <p>HPPTS加密算法套件</p>
|
|
3214
3269
|
:type CipherPolicyId: str
|
|
3270
|
+
:param _HttpVersion: <p>HTTPS回源协议支持选择['HTTP/1.1', 'HTTP/2']</p><p>枚举值:</p><ul><li>HTTP/1.1: 版本HTTP/1.1</li><li>HTTP/2: 版本HTTP/2</li></ul>
|
|
3271
|
+
:type HttpVersion: str
|
|
3215
3272
|
"""
|
|
3216
3273
|
self._Name = None
|
|
3217
3274
|
self._EndpointGroupRegion = None
|
|
@@ -3235,6 +3292,7 @@ class EndpointGroupConfiguration(AbstractModel):
|
|
|
3235
3292
|
self._PortOverrides = None
|
|
3236
3293
|
self._IspType = None
|
|
3237
3294
|
self._CipherPolicyId = None
|
|
3295
|
+
self._HttpVersion = None
|
|
3238
3296
|
|
|
3239
3297
|
@property
|
|
3240
3298
|
def Name(self):
|
|
@@ -3478,6 +3536,17 @@ class EndpointGroupConfiguration(AbstractModel):
|
|
|
3478
3536
|
def CipherPolicyId(self, CipherPolicyId):
|
|
3479
3537
|
self._CipherPolicyId = CipherPolicyId
|
|
3480
3538
|
|
|
3539
|
+
@property
|
|
3540
|
+
def HttpVersion(self):
|
|
3541
|
+
r"""<p>HTTPS回源协议支持选择['HTTP/1.1', 'HTTP/2']</p><p>枚举值:</p><ul><li>HTTP/1.1: 版本HTTP/1.1</li><li>HTTP/2: 版本HTTP/2</li></ul>
|
|
3542
|
+
:rtype: str
|
|
3543
|
+
"""
|
|
3544
|
+
return self._HttpVersion
|
|
3545
|
+
|
|
3546
|
+
@HttpVersion.setter
|
|
3547
|
+
def HttpVersion(self, HttpVersion):
|
|
3548
|
+
self._HttpVersion = HttpVersion
|
|
3549
|
+
|
|
3481
3550
|
|
|
3482
3551
|
def _deserialize(self, params):
|
|
3483
3552
|
self._Name = params.get("Name")
|
|
@@ -3512,6 +3581,7 @@ class EndpointGroupConfiguration(AbstractModel):
|
|
|
3512
3581
|
self._PortOverrides.append(obj)
|
|
3513
3582
|
self._IspType = params.get("IspType")
|
|
3514
3583
|
self._CipherPolicyId = params.get("CipherPolicyId")
|
|
3584
|
+
self._HttpVersion = params.get("HttpVersion")
|
|
3515
3585
|
memeber_set = set(params.keys())
|
|
3516
3586
|
for name, value in vars(self).items():
|
|
3517
3587
|
property_name = name[1:]
|
|
@@ -3585,6 +3655,8 @@ class EndpointGroupConfigurationSet(AbstractModel):
|
|
|
3585
3655
|
:type IspType: str
|
|
3586
3656
|
:param _CipherPolicyId: <p>HPPTS加密算法套件</p>
|
|
3587
3657
|
:type CipherPolicyId: str
|
|
3658
|
+
:param _HttpVersion: <p>仅HTTPS回源协议支持选择['HTTP/1.1', 'HTTP/2']</p><p>枚举值:</p><ul><li>HTTP/1.1: 版本HTTP/1.1</li><li>HTTP/2: 版本HTTP/2</li></ul>
|
|
3659
|
+
:type HttpVersion: str
|
|
3588
3660
|
"""
|
|
3589
3661
|
self._GlobalAcceleratorId = None
|
|
3590
3662
|
self._ListenerId = None
|
|
@@ -3614,6 +3686,7 @@ class EndpointGroupConfigurationSet(AbstractModel):
|
|
|
3614
3686
|
self._OriginPublicIps = None
|
|
3615
3687
|
self._IspType = None
|
|
3616
3688
|
self._CipherPolicyId = None
|
|
3689
|
+
self._HttpVersion = None
|
|
3617
3690
|
|
|
3618
3691
|
@property
|
|
3619
3692
|
def GlobalAcceleratorId(self):
|
|
@@ -3923,6 +3996,17 @@ class EndpointGroupConfigurationSet(AbstractModel):
|
|
|
3923
3996
|
def CipherPolicyId(self, CipherPolicyId):
|
|
3924
3997
|
self._CipherPolicyId = CipherPolicyId
|
|
3925
3998
|
|
|
3999
|
+
@property
|
|
4000
|
+
def HttpVersion(self):
|
|
4001
|
+
r"""<p>仅HTTPS回源协议支持选择['HTTP/1.1', 'HTTP/2']</p><p>枚举值:</p><ul><li>HTTP/1.1: 版本HTTP/1.1</li><li>HTTP/2: 版本HTTP/2</li></ul>
|
|
4002
|
+
:rtype: str
|
|
4003
|
+
"""
|
|
4004
|
+
return self._HttpVersion
|
|
4005
|
+
|
|
4006
|
+
@HttpVersion.setter
|
|
4007
|
+
def HttpVersion(self, HttpVersion):
|
|
4008
|
+
self._HttpVersion = HttpVersion
|
|
4009
|
+
|
|
3926
4010
|
|
|
3927
4011
|
def _deserialize(self, params):
|
|
3928
4012
|
self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
|
|
@@ -3963,6 +4047,7 @@ class EndpointGroupConfigurationSet(AbstractModel):
|
|
|
3963
4047
|
self._OriginPublicIps = params.get("OriginPublicIps")
|
|
3964
4048
|
self._IspType = params.get("IspType")
|
|
3965
4049
|
self._CipherPolicyId = params.get("CipherPolicyId")
|
|
4050
|
+
self._HttpVersion = params.get("HttpVersion")
|
|
3966
4051
|
memeber_set = set(params.keys())
|
|
3967
4052
|
for name, value in vars(self).items():
|
|
3968
4053
|
property_name = name[1:]
|
|
@@ -4529,6 +4614,57 @@ class GlobalAcceleratorSet(AbstractModel):
|
|
|
4529
4614
|
|
|
4530
4615
|
|
|
4531
4616
|
|
|
4617
|
+
class HideResponseHeaders(AbstractModel):
|
|
4618
|
+
r"""隐藏Header
|
|
4619
|
+
|
|
4620
|
+
"""
|
|
4621
|
+
|
|
4622
|
+
def __init__(self):
|
|
4623
|
+
r"""
|
|
4624
|
+
:param _Key: <p>key</p>
|
|
4625
|
+
:type Key: str
|
|
4626
|
+
:param _Value: <p>value</p>
|
|
4627
|
+
:type Value: str
|
|
4628
|
+
"""
|
|
4629
|
+
self._Key = None
|
|
4630
|
+
self._Value = None
|
|
4631
|
+
|
|
4632
|
+
@property
|
|
4633
|
+
def Key(self):
|
|
4634
|
+
r"""<p>key</p>
|
|
4635
|
+
:rtype: str
|
|
4636
|
+
"""
|
|
4637
|
+
return self._Key
|
|
4638
|
+
|
|
4639
|
+
@Key.setter
|
|
4640
|
+
def Key(self, Key):
|
|
4641
|
+
self._Key = Key
|
|
4642
|
+
|
|
4643
|
+
@property
|
|
4644
|
+
def Value(self):
|
|
4645
|
+
r"""<p>value</p>
|
|
4646
|
+
:rtype: str
|
|
4647
|
+
"""
|
|
4648
|
+
return self._Value
|
|
4649
|
+
|
|
4650
|
+
@Value.setter
|
|
4651
|
+
def Value(self, Value):
|
|
4652
|
+
self._Value = Value
|
|
4653
|
+
|
|
4654
|
+
|
|
4655
|
+
def _deserialize(self, params):
|
|
4656
|
+
self._Key = params.get("Key")
|
|
4657
|
+
self._Value = params.get("Value")
|
|
4658
|
+
memeber_set = set(params.keys())
|
|
4659
|
+
for name, value in vars(self).items():
|
|
4660
|
+
property_name = name[1:]
|
|
4661
|
+
if property_name in memeber_set:
|
|
4662
|
+
memeber_set.remove(property_name)
|
|
4663
|
+
if len(memeber_set) > 0:
|
|
4664
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4665
|
+
|
|
4666
|
+
|
|
4667
|
+
|
|
4532
4668
|
class IpAddressInfoSet(AbstractModel):
|
|
4533
4669
|
r"""加速地域公网IP信息
|
|
4534
4670
|
|
|
@@ -5070,6 +5206,8 @@ class ModifyEndpointGroupRequest(AbstractModel):
|
|
|
5070
5206
|
:type PortOverrides: list of PortOverride
|
|
5071
5207
|
:param _CipherPolicyId: <p>HPPTS加密算法套件</p>
|
|
5072
5208
|
:type CipherPolicyId: str
|
|
5209
|
+
:param _HttpVersion: <p>仅HTTPS回源协议支持选择['HTTP/1.1', 'HTTP/2']</p><p>枚举值:</p><ul><li>HTTP/1.1: 版本HTTP/1.1</li><li>HTTP/2: 版本HTTP/2</li></ul>
|
|
5210
|
+
:type HttpVersion: str
|
|
5073
5211
|
"""
|
|
5074
5212
|
self._GlobalAcceleratorId = None
|
|
5075
5213
|
self._ListenerId = None
|
|
@@ -5094,6 +5232,7 @@ class ModifyEndpointGroupRequest(AbstractModel):
|
|
|
5094
5232
|
self._ForwardProtocol = None
|
|
5095
5233
|
self._PortOverrides = None
|
|
5096
5234
|
self._CipherPolicyId = None
|
|
5235
|
+
self._HttpVersion = None
|
|
5097
5236
|
|
|
5098
5237
|
@property
|
|
5099
5238
|
def GlobalAcceleratorId(self):
|
|
@@ -5348,6 +5487,17 @@ class ModifyEndpointGroupRequest(AbstractModel):
|
|
|
5348
5487
|
def CipherPolicyId(self, CipherPolicyId):
|
|
5349
5488
|
self._CipherPolicyId = CipherPolicyId
|
|
5350
5489
|
|
|
5490
|
+
@property
|
|
5491
|
+
def HttpVersion(self):
|
|
5492
|
+
r"""<p>仅HTTPS回源协议支持选择['HTTP/1.1', 'HTTP/2']</p><p>枚举值:</p><ul><li>HTTP/1.1: 版本HTTP/1.1</li><li>HTTP/2: 版本HTTP/2</li></ul>
|
|
5493
|
+
:rtype: str
|
|
5494
|
+
"""
|
|
5495
|
+
return self._HttpVersion
|
|
5496
|
+
|
|
5497
|
+
@HttpVersion.setter
|
|
5498
|
+
def HttpVersion(self, HttpVersion):
|
|
5499
|
+
self._HttpVersion = HttpVersion
|
|
5500
|
+
|
|
5351
5501
|
|
|
5352
5502
|
def _deserialize(self, params):
|
|
5353
5503
|
self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
|
|
@@ -5383,6 +5533,7 @@ class ModifyEndpointGroupRequest(AbstractModel):
|
|
|
5383
5533
|
obj._deserialize(item)
|
|
5384
5534
|
self._PortOverrides.append(obj)
|
|
5385
5535
|
self._CipherPolicyId = params.get("CipherPolicyId")
|
|
5536
|
+
self._HttpVersion = params.get("HttpVersion")
|
|
5386
5537
|
memeber_set = set(params.keys())
|
|
5387
5538
|
for name, value in vars(self).items():
|
|
5388
5539
|
property_name = name[1:]
|
|
@@ -5567,26 +5718,30 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5567
5718
|
|
|
5568
5719
|
def __init__(self):
|
|
5569
5720
|
r"""
|
|
5570
|
-
:param _GlobalAcceleratorId:
|
|
5721
|
+
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
5571
5722
|
:type GlobalAcceleratorId: str
|
|
5572
|
-
:param _ListenerId:
|
|
5723
|
+
:param _ListenerId: <p>监听器ID。</p>
|
|
5573
5724
|
:type ListenerId: str
|
|
5574
|
-
:param _ForwardingPolicyId:
|
|
5725
|
+
:param _ForwardingPolicyId: <p>策略ID。</p>
|
|
5575
5726
|
:type ForwardingPolicyId: str
|
|
5576
|
-
:param _ForwardingRuleId:
|
|
5727
|
+
:param _ForwardingRuleId: <p>七层转发规则ID。</p>
|
|
5577
5728
|
:type ForwardingRuleId: str
|
|
5578
|
-
:param _RuleConditions:
|
|
5729
|
+
:param _RuleConditions: <p>七层转发规则条件信息。</p>
|
|
5579
5730
|
:type RuleConditions: list of RuleCondition
|
|
5580
|
-
:param _RuleActions:
|
|
5731
|
+
:param _RuleActions: <p>七层转发规则行为信息。</p>
|
|
5581
5732
|
:type RuleActions: list of RuleAction
|
|
5582
|
-
:param _OriginHeaders:
|
|
5733
|
+
:param _OriginHeaders: <p>回源Header信息。</p>
|
|
5583
5734
|
:type OriginHeaders: list of OriginHeader
|
|
5584
|
-
:param _EnableOriginSni:
|
|
5735
|
+
:param _EnableOriginSni: <p>是否开启回源sni。</p>
|
|
5585
5736
|
:type EnableOriginSni: bool
|
|
5586
|
-
:param _OriginSni:
|
|
5737
|
+
:param _OriginSni: <p>回源sni。</p>
|
|
5587
5738
|
:type OriginSni: str
|
|
5588
|
-
:param _OriginHost:
|
|
5739
|
+
:param _OriginHost: <p>回源host。</p>
|
|
5589
5740
|
:type OriginHost: str
|
|
5741
|
+
:param _ResponseHeaders: <p>源站响应头</p>
|
|
5742
|
+
:type ResponseHeaders: list of ResponseHeaders
|
|
5743
|
+
:param _HideResponseHeaders: <p>删除源站响应头</p>
|
|
5744
|
+
:type HideResponseHeaders: list of HideResponseHeaders
|
|
5590
5745
|
"""
|
|
5591
5746
|
self._GlobalAcceleratorId = None
|
|
5592
5747
|
self._ListenerId = None
|
|
@@ -5598,10 +5753,12 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5598
5753
|
self._EnableOriginSni = None
|
|
5599
5754
|
self._OriginSni = None
|
|
5600
5755
|
self._OriginHost = None
|
|
5756
|
+
self._ResponseHeaders = None
|
|
5757
|
+
self._HideResponseHeaders = None
|
|
5601
5758
|
|
|
5602
5759
|
@property
|
|
5603
5760
|
def GlobalAcceleratorId(self):
|
|
5604
|
-
r"""
|
|
5761
|
+
r"""<p>全球加速实例ID。</p>
|
|
5605
5762
|
:rtype: str
|
|
5606
5763
|
"""
|
|
5607
5764
|
return self._GlobalAcceleratorId
|
|
@@ -5612,7 +5769,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5612
5769
|
|
|
5613
5770
|
@property
|
|
5614
5771
|
def ListenerId(self):
|
|
5615
|
-
r"""
|
|
5772
|
+
r"""<p>监听器ID。</p>
|
|
5616
5773
|
:rtype: str
|
|
5617
5774
|
"""
|
|
5618
5775
|
return self._ListenerId
|
|
@@ -5623,7 +5780,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5623
5780
|
|
|
5624
5781
|
@property
|
|
5625
5782
|
def ForwardingPolicyId(self):
|
|
5626
|
-
r"""
|
|
5783
|
+
r"""<p>策略ID。</p>
|
|
5627
5784
|
:rtype: str
|
|
5628
5785
|
"""
|
|
5629
5786
|
return self._ForwardingPolicyId
|
|
@@ -5634,7 +5791,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5634
5791
|
|
|
5635
5792
|
@property
|
|
5636
5793
|
def ForwardingRuleId(self):
|
|
5637
|
-
r"""
|
|
5794
|
+
r"""<p>七层转发规则ID。</p>
|
|
5638
5795
|
:rtype: str
|
|
5639
5796
|
"""
|
|
5640
5797
|
return self._ForwardingRuleId
|
|
@@ -5645,7 +5802,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5645
5802
|
|
|
5646
5803
|
@property
|
|
5647
5804
|
def RuleConditions(self):
|
|
5648
|
-
r"""
|
|
5805
|
+
r"""<p>七层转发规则条件信息。</p>
|
|
5649
5806
|
:rtype: list of RuleCondition
|
|
5650
5807
|
"""
|
|
5651
5808
|
return self._RuleConditions
|
|
@@ -5656,7 +5813,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5656
5813
|
|
|
5657
5814
|
@property
|
|
5658
5815
|
def RuleActions(self):
|
|
5659
|
-
r"""
|
|
5816
|
+
r"""<p>七层转发规则行为信息。</p>
|
|
5660
5817
|
:rtype: list of RuleAction
|
|
5661
5818
|
"""
|
|
5662
5819
|
return self._RuleActions
|
|
@@ -5667,7 +5824,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5667
5824
|
|
|
5668
5825
|
@property
|
|
5669
5826
|
def OriginHeaders(self):
|
|
5670
|
-
r"""
|
|
5827
|
+
r"""<p>回源Header信息。</p>
|
|
5671
5828
|
:rtype: list of OriginHeader
|
|
5672
5829
|
"""
|
|
5673
5830
|
return self._OriginHeaders
|
|
@@ -5678,7 +5835,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5678
5835
|
|
|
5679
5836
|
@property
|
|
5680
5837
|
def EnableOriginSni(self):
|
|
5681
|
-
r"""
|
|
5838
|
+
r"""<p>是否开启回源sni。</p>
|
|
5682
5839
|
:rtype: bool
|
|
5683
5840
|
"""
|
|
5684
5841
|
return self._EnableOriginSni
|
|
@@ -5689,7 +5846,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5689
5846
|
|
|
5690
5847
|
@property
|
|
5691
5848
|
def OriginSni(self):
|
|
5692
|
-
r"""
|
|
5849
|
+
r"""<p>回源sni。</p>
|
|
5693
5850
|
:rtype: str
|
|
5694
5851
|
"""
|
|
5695
5852
|
return self._OriginSni
|
|
@@ -5700,7 +5857,7 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5700
5857
|
|
|
5701
5858
|
@property
|
|
5702
5859
|
def OriginHost(self):
|
|
5703
|
-
r"""
|
|
5860
|
+
r"""<p>回源host。</p>
|
|
5704
5861
|
:rtype: str
|
|
5705
5862
|
"""
|
|
5706
5863
|
return self._OriginHost
|
|
@@ -5709,6 +5866,28 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5709
5866
|
def OriginHost(self, OriginHost):
|
|
5710
5867
|
self._OriginHost = OriginHost
|
|
5711
5868
|
|
|
5869
|
+
@property
|
|
5870
|
+
def ResponseHeaders(self):
|
|
5871
|
+
r"""<p>源站响应头</p>
|
|
5872
|
+
:rtype: list of ResponseHeaders
|
|
5873
|
+
"""
|
|
5874
|
+
return self._ResponseHeaders
|
|
5875
|
+
|
|
5876
|
+
@ResponseHeaders.setter
|
|
5877
|
+
def ResponseHeaders(self, ResponseHeaders):
|
|
5878
|
+
self._ResponseHeaders = ResponseHeaders
|
|
5879
|
+
|
|
5880
|
+
@property
|
|
5881
|
+
def HideResponseHeaders(self):
|
|
5882
|
+
r"""<p>删除源站响应头</p>
|
|
5883
|
+
:rtype: list of HideResponseHeaders
|
|
5884
|
+
"""
|
|
5885
|
+
return self._HideResponseHeaders
|
|
5886
|
+
|
|
5887
|
+
@HideResponseHeaders.setter
|
|
5888
|
+
def HideResponseHeaders(self, HideResponseHeaders):
|
|
5889
|
+
self._HideResponseHeaders = HideResponseHeaders
|
|
5890
|
+
|
|
5712
5891
|
|
|
5713
5892
|
def _deserialize(self, params):
|
|
5714
5893
|
self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
|
|
@@ -5736,6 +5915,18 @@ class ModifyForwardingRuleRequest(AbstractModel):
|
|
|
5736
5915
|
self._EnableOriginSni = params.get("EnableOriginSni")
|
|
5737
5916
|
self._OriginSni = params.get("OriginSni")
|
|
5738
5917
|
self._OriginHost = params.get("OriginHost")
|
|
5918
|
+
if params.get("ResponseHeaders") is not None:
|
|
5919
|
+
self._ResponseHeaders = []
|
|
5920
|
+
for item in params.get("ResponseHeaders"):
|
|
5921
|
+
obj = ResponseHeaders()
|
|
5922
|
+
obj._deserialize(item)
|
|
5923
|
+
self._ResponseHeaders.append(obj)
|
|
5924
|
+
if params.get("HideResponseHeaders") is not None:
|
|
5925
|
+
self._HideResponseHeaders = []
|
|
5926
|
+
for item in params.get("HideResponseHeaders"):
|
|
5927
|
+
obj = HideResponseHeaders()
|
|
5928
|
+
obj._deserialize(item)
|
|
5929
|
+
self._HideResponseHeaders.append(obj)
|
|
5739
5930
|
memeber_set = set(params.keys())
|
|
5740
5931
|
for name, value in vars(self).items():
|
|
5741
5932
|
property_name = name[1:]
|
|
@@ -5753,7 +5944,7 @@ class ModifyForwardingRuleResponse(AbstractModel):
|
|
|
5753
5944
|
|
|
5754
5945
|
def __init__(self):
|
|
5755
5946
|
r"""
|
|
5756
|
-
:param _TaskId:
|
|
5947
|
+
:param _TaskId: <p>异步任务ID。</p>
|
|
5757
5948
|
:type TaskId: str
|
|
5758
5949
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5759
5950
|
:type RequestId: str
|
|
@@ -5763,7 +5954,7 @@ class ModifyForwardingRuleResponse(AbstractModel):
|
|
|
5763
5954
|
|
|
5764
5955
|
@property
|
|
5765
5956
|
def TaskId(self):
|
|
5766
|
-
r"""
|
|
5957
|
+
r"""<p>异步任务ID。</p>
|
|
5767
5958
|
:rtype: str
|
|
5768
5959
|
"""
|
|
5769
5960
|
return self._TaskId
|
|
@@ -6367,6 +6558,57 @@ class PortRanges(AbstractModel):
|
|
|
6367
6558
|
|
|
6368
6559
|
|
|
6369
6560
|
|
|
6561
|
+
class ResponseHeaders(AbstractModel):
|
|
6562
|
+
r"""响应Header
|
|
6563
|
+
|
|
6564
|
+
"""
|
|
6565
|
+
|
|
6566
|
+
def __init__(self):
|
|
6567
|
+
r"""
|
|
6568
|
+
:param _Key: <p>key</p>
|
|
6569
|
+
:type Key: str
|
|
6570
|
+
:param _Value: <p>value</p>
|
|
6571
|
+
:type Value: str
|
|
6572
|
+
"""
|
|
6573
|
+
self._Key = None
|
|
6574
|
+
self._Value = None
|
|
6575
|
+
|
|
6576
|
+
@property
|
|
6577
|
+
def Key(self):
|
|
6578
|
+
r"""<p>key</p>
|
|
6579
|
+
:rtype: str
|
|
6580
|
+
"""
|
|
6581
|
+
return self._Key
|
|
6582
|
+
|
|
6583
|
+
@Key.setter
|
|
6584
|
+
def Key(self, Key):
|
|
6585
|
+
self._Key = Key
|
|
6586
|
+
|
|
6587
|
+
@property
|
|
6588
|
+
def Value(self):
|
|
6589
|
+
r"""<p>value</p>
|
|
6590
|
+
:rtype: str
|
|
6591
|
+
"""
|
|
6592
|
+
return self._Value
|
|
6593
|
+
|
|
6594
|
+
@Value.setter
|
|
6595
|
+
def Value(self, Value):
|
|
6596
|
+
self._Value = Value
|
|
6597
|
+
|
|
6598
|
+
|
|
6599
|
+
def _deserialize(self, params):
|
|
6600
|
+
self._Key = params.get("Key")
|
|
6601
|
+
self._Value = params.get("Value")
|
|
6602
|
+
memeber_set = set(params.keys())
|
|
6603
|
+
for name, value in vars(self).items():
|
|
6604
|
+
property_name = name[1:]
|
|
6605
|
+
if property_name in memeber_set:
|
|
6606
|
+
memeber_set.remove(property_name)
|
|
6607
|
+
if len(memeber_set) > 0:
|
|
6608
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
6609
|
+
|
|
6610
|
+
|
|
6611
|
+
|
|
6370
6612
|
class RuleAction(AbstractModel):
|
|
6371
6613
|
r"""七层转发规则行为信息
|
|
6372
6614
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ga2
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.122
|
|
4
4
|
Summary: Tencent Cloud Ga2 SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.122
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.122
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.104
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|