tencentcloud-sdk-python-ga2 3.1.126__tar.gz → 3.1.129__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.126 → tencentcloud_sdk_python_ga2-3.1.129}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/setup.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/ga2/v20250115/models.py +33 -18
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ga2-3.1.129/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ga2-3.1.126/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/README.rst +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/ga2/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/ga2/v20250115/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.129}/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.129
|
|
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.129
|
|
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.129,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ga2 SDK for Python',
|
|
@@ -25,19 +25,19 @@ class AcceleratorAreas(AbstractModel):
|
|
|
25
25
|
|
|
26
26
|
def __init__(self):
|
|
27
27
|
r"""
|
|
28
|
-
:param _AccelerateRegion:
|
|
28
|
+
:param _AccelerateRegion: <p>加速地域。</p>
|
|
29
29
|
:type AccelerateRegion: str
|
|
30
|
-
:param _Bandwidth:
|
|
30
|
+
:param _Bandwidth: <p>带宽。</p>
|
|
31
31
|
:type Bandwidth: int
|
|
32
|
-
:param _IspType:
|
|
32
|
+
:param _IspType: <p>支持'BGP', 'QUALITY_BGP', 'STATIC_IP',默认BGP。</p><p>枚举值:</p><ul><li>BGP: BGP</li><li>STATIC_IP: 三网</li><li>QUALITY_BGP: 精品BGP</li></ul>
|
|
33
33
|
:type IspType: str
|
|
34
|
-
:param _IpVersion:
|
|
34
|
+
:param _IpVersion: <p>仅支持IPv4,默认是IPv4。</p>
|
|
35
35
|
:type IpVersion: str
|
|
36
|
-
:param _AcceleratorAreaId:
|
|
36
|
+
:param _AcceleratorAreaId: <p>加速地域ID。</p>
|
|
37
37
|
:type AcceleratorAreaId: str
|
|
38
|
-
:param _IpAddress: IP
|
|
38
|
+
:param _IpAddress: <p>IP。</p>
|
|
39
39
|
:type IpAddress: list of str
|
|
40
|
-
:param _IpAddressInfoSet: IP
|
|
40
|
+
:param _IpAddressInfoSet: <p>IP信息。</p>
|
|
41
41
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
42
42
|
:type IpAddressInfoSet: list of IpAddressInfoSet
|
|
43
43
|
"""
|
|
@@ -51,7 +51,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
51
51
|
|
|
52
52
|
@property
|
|
53
53
|
def AccelerateRegion(self):
|
|
54
|
-
r"""
|
|
54
|
+
r"""<p>加速地域。</p>
|
|
55
55
|
:rtype: str
|
|
56
56
|
"""
|
|
57
57
|
return self._AccelerateRegion
|
|
@@ -62,7 +62,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
62
62
|
|
|
63
63
|
@property
|
|
64
64
|
def Bandwidth(self):
|
|
65
|
-
r"""
|
|
65
|
+
r"""<p>带宽。</p>
|
|
66
66
|
:rtype: int
|
|
67
67
|
"""
|
|
68
68
|
return self._Bandwidth
|
|
@@ -73,7 +73,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
73
73
|
|
|
74
74
|
@property
|
|
75
75
|
def IspType(self):
|
|
76
|
-
r"""
|
|
76
|
+
r"""<p>支持'BGP', 'QUALITY_BGP', 'STATIC_IP',默认BGP。</p><p>枚举值:</p><ul><li>BGP: BGP</li><li>STATIC_IP: 三网</li><li>QUALITY_BGP: 精品BGP</li></ul>
|
|
77
77
|
:rtype: str
|
|
78
78
|
"""
|
|
79
79
|
return self._IspType
|
|
@@ -84,7 +84,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
84
84
|
|
|
85
85
|
@property
|
|
86
86
|
def IpVersion(self):
|
|
87
|
-
r"""
|
|
87
|
+
r"""<p>仅支持IPv4,默认是IPv4。</p>
|
|
88
88
|
:rtype: str
|
|
89
89
|
"""
|
|
90
90
|
return self._IpVersion
|
|
@@ -95,7 +95,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
95
95
|
|
|
96
96
|
@property
|
|
97
97
|
def AcceleratorAreaId(self):
|
|
98
|
-
r"""
|
|
98
|
+
r"""<p>加速地域ID。</p>
|
|
99
99
|
:rtype: str
|
|
100
100
|
"""
|
|
101
101
|
return self._AcceleratorAreaId
|
|
@@ -106,7 +106,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
106
106
|
|
|
107
107
|
@property
|
|
108
108
|
def IpAddress(self):
|
|
109
|
-
r"""IP
|
|
109
|
+
r"""<p>IP。</p>
|
|
110
110
|
:rtype: list of str
|
|
111
111
|
"""
|
|
112
112
|
return self._IpAddress
|
|
@@ -117,7 +117,7 @@ class AcceleratorAreas(AbstractModel):
|
|
|
117
117
|
|
|
118
118
|
@property
|
|
119
119
|
def IpAddressInfoSet(self):
|
|
120
|
-
r"""IP
|
|
120
|
+
r"""<p>IP信息。</p>
|
|
121
121
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
122
122
|
:rtype: list of IpAddressInfoSet
|
|
123
123
|
"""
|
|
@@ -4672,17 +4672,20 @@ class IpAddressInfoSet(AbstractModel):
|
|
|
4672
4672
|
|
|
4673
4673
|
def __init__(self):
|
|
4674
4674
|
r"""
|
|
4675
|
-
:param _IpAddress: IP
|
|
4675
|
+
:param _IpAddress: <p>IP地址。</p>
|
|
4676
4676
|
:type IpAddress: str
|
|
4677
|
-
:param _IspType: IP
|
|
4677
|
+
:param _IspType: <p>IP类型。</p>
|
|
4678
4678
|
:type IspType: str
|
|
4679
|
+
:param _DdosProtectionType: <p>Ddos类型</p>
|
|
4680
|
+
:type DdosProtectionType: str
|
|
4679
4681
|
"""
|
|
4680
4682
|
self._IpAddress = None
|
|
4681
4683
|
self._IspType = None
|
|
4684
|
+
self._DdosProtectionType = None
|
|
4682
4685
|
|
|
4683
4686
|
@property
|
|
4684
4687
|
def IpAddress(self):
|
|
4685
|
-
r"""IP
|
|
4688
|
+
r"""<p>IP地址。</p>
|
|
4686
4689
|
:rtype: str
|
|
4687
4690
|
"""
|
|
4688
4691
|
return self._IpAddress
|
|
@@ -4693,7 +4696,7 @@ class IpAddressInfoSet(AbstractModel):
|
|
|
4693
4696
|
|
|
4694
4697
|
@property
|
|
4695
4698
|
def IspType(self):
|
|
4696
|
-
r"""IP
|
|
4699
|
+
r"""<p>IP类型。</p>
|
|
4697
4700
|
:rtype: str
|
|
4698
4701
|
"""
|
|
4699
4702
|
return self._IspType
|
|
@@ -4702,10 +4705,22 @@ class IpAddressInfoSet(AbstractModel):
|
|
|
4702
4705
|
def IspType(self, IspType):
|
|
4703
4706
|
self._IspType = IspType
|
|
4704
4707
|
|
|
4708
|
+
@property
|
|
4709
|
+
def DdosProtectionType(self):
|
|
4710
|
+
r"""<p>Ddos类型</p>
|
|
4711
|
+
:rtype: str
|
|
4712
|
+
"""
|
|
4713
|
+
return self._DdosProtectionType
|
|
4714
|
+
|
|
4715
|
+
@DdosProtectionType.setter
|
|
4716
|
+
def DdosProtectionType(self, DdosProtectionType):
|
|
4717
|
+
self._DdosProtectionType = DdosProtectionType
|
|
4718
|
+
|
|
4705
4719
|
|
|
4706
4720
|
def _deserialize(self, params):
|
|
4707
4721
|
self._IpAddress = params.get("IpAddress")
|
|
4708
4722
|
self._IspType = params.get("IspType")
|
|
4723
|
+
self._DdosProtectionType = params.get("DdosProtectionType")
|
|
4709
4724
|
memeber_set = set(params.keys())
|
|
4710
4725
|
for name, value in vars(self).items():
|
|
4711
4726
|
property_name = name[1:]
|
|
@@ -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.129
|
|
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.129
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.129
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.126
|
|
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
|