tencentcloud-sdk-python-ga2 3.1.126__tar.gz → 3.1.130__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.130}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/setup.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/ga2/v20250115/models.py +63 -28
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ga2-3.1.130/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.130}/README.rst +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/ga2/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/ga2/v20250115/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.126 → tencentcloud_sdk_python_ga2-3.1.130}/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.130
|
|
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.130
|
|
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.130,<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
|
"""
|
|
@@ -2021,20 +2021,23 @@ class DescribeAccelerateAreasRequest(AbstractModel):
|
|
|
2021
2021
|
|
|
2022
2022
|
def __init__(self):
|
|
2023
2023
|
r"""
|
|
2024
|
-
:param _GlobalAcceleratorId:
|
|
2024
|
+
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
2025
2025
|
:type GlobalAcceleratorId: str
|
|
2026
|
-
:param _Offset:
|
|
2026
|
+
:param _Offset: <p>偏移量。默认为0。</p>
|
|
2027
2027
|
:type Offset: int
|
|
2028
|
-
:param _Limit:
|
|
2028
|
+
:param _Limit: <p>符合条件实例数量。默认为20,最大200。</p>
|
|
2029
2029
|
:type Limit: int
|
|
2030
|
+
:param _Filters: <p>过滤条件。 accelerate-region- String -(过滤条件)终端节点组地域。</p>
|
|
2031
|
+
:type Filters: list of Filter
|
|
2030
2032
|
"""
|
|
2031
2033
|
self._GlobalAcceleratorId = None
|
|
2032
2034
|
self._Offset = None
|
|
2033
2035
|
self._Limit = None
|
|
2036
|
+
self._Filters = None
|
|
2034
2037
|
|
|
2035
2038
|
@property
|
|
2036
2039
|
def GlobalAcceleratorId(self):
|
|
2037
|
-
r"""
|
|
2040
|
+
r"""<p>全球加速实例ID。</p>
|
|
2038
2041
|
:rtype: str
|
|
2039
2042
|
"""
|
|
2040
2043
|
return self._GlobalAcceleratorId
|
|
@@ -2045,7 +2048,7 @@ class DescribeAccelerateAreasRequest(AbstractModel):
|
|
|
2045
2048
|
|
|
2046
2049
|
@property
|
|
2047
2050
|
def Offset(self):
|
|
2048
|
-
r"""
|
|
2051
|
+
r"""<p>偏移量。默认为0。</p>
|
|
2049
2052
|
:rtype: int
|
|
2050
2053
|
"""
|
|
2051
2054
|
return self._Offset
|
|
@@ -2056,7 +2059,7 @@ class DescribeAccelerateAreasRequest(AbstractModel):
|
|
|
2056
2059
|
|
|
2057
2060
|
@property
|
|
2058
2061
|
def Limit(self):
|
|
2059
|
-
r"""
|
|
2062
|
+
r"""<p>符合条件实例数量。默认为20,最大200。</p>
|
|
2060
2063
|
:rtype: int
|
|
2061
2064
|
"""
|
|
2062
2065
|
return self._Limit
|
|
@@ -2065,11 +2068,28 @@ class DescribeAccelerateAreasRequest(AbstractModel):
|
|
|
2065
2068
|
def Limit(self, Limit):
|
|
2066
2069
|
self._Limit = Limit
|
|
2067
2070
|
|
|
2071
|
+
@property
|
|
2072
|
+
def Filters(self):
|
|
2073
|
+
r"""<p>过滤条件。 accelerate-region- String -(过滤条件)终端节点组地域。</p>
|
|
2074
|
+
:rtype: list of Filter
|
|
2075
|
+
"""
|
|
2076
|
+
return self._Filters
|
|
2077
|
+
|
|
2078
|
+
@Filters.setter
|
|
2079
|
+
def Filters(self, Filters):
|
|
2080
|
+
self._Filters = Filters
|
|
2081
|
+
|
|
2068
2082
|
|
|
2069
2083
|
def _deserialize(self, params):
|
|
2070
2084
|
self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
|
|
2071
2085
|
self._Offset = params.get("Offset")
|
|
2072
2086
|
self._Limit = params.get("Limit")
|
|
2087
|
+
if params.get("Filters") is not None:
|
|
2088
|
+
self._Filters = []
|
|
2089
|
+
for item in params.get("Filters"):
|
|
2090
|
+
obj = Filter()
|
|
2091
|
+
obj._deserialize(item)
|
|
2092
|
+
self._Filters.append(obj)
|
|
2073
2093
|
memeber_set = set(params.keys())
|
|
2074
2094
|
for name, value in vars(self).items():
|
|
2075
2095
|
property_name = name[1:]
|
|
@@ -2087,9 +2107,9 @@ class DescribeAccelerateAreasResponse(AbstractModel):
|
|
|
2087
2107
|
|
|
2088
2108
|
def __init__(self):
|
|
2089
2109
|
r"""
|
|
2090
|
-
:param _AccelerateAreaSet:
|
|
2110
|
+
:param _AccelerateAreaSet: <p>加速地域信息。</p>
|
|
2091
2111
|
:type AccelerateAreaSet: list of AcceleratorAreas
|
|
2092
|
-
:param _TotalCount:
|
|
2112
|
+
:param _TotalCount: <p>实例个数。</p>
|
|
2093
2113
|
:type TotalCount: int
|
|
2094
2114
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2095
2115
|
:type RequestId: str
|
|
@@ -2100,7 +2120,7 @@ class DescribeAccelerateAreasResponse(AbstractModel):
|
|
|
2100
2120
|
|
|
2101
2121
|
@property
|
|
2102
2122
|
def AccelerateAreaSet(self):
|
|
2103
|
-
r"""
|
|
2123
|
+
r"""<p>加速地域信息。</p>
|
|
2104
2124
|
:rtype: list of AcceleratorAreas
|
|
2105
2125
|
"""
|
|
2106
2126
|
return self._AccelerateAreaSet
|
|
@@ -2111,7 +2131,7 @@ class DescribeAccelerateAreasResponse(AbstractModel):
|
|
|
2111
2131
|
|
|
2112
2132
|
@property
|
|
2113
2133
|
def TotalCount(self):
|
|
2114
|
-
r"""
|
|
2134
|
+
r"""<p>实例个数。</p>
|
|
2115
2135
|
:rtype: int
|
|
2116
2136
|
"""
|
|
2117
2137
|
return self._TotalCount
|
|
@@ -4672,17 +4692,20 @@ class IpAddressInfoSet(AbstractModel):
|
|
|
4672
4692
|
|
|
4673
4693
|
def __init__(self):
|
|
4674
4694
|
r"""
|
|
4675
|
-
:param _IpAddress: IP
|
|
4695
|
+
:param _IpAddress: <p>IP地址。</p>
|
|
4676
4696
|
:type IpAddress: str
|
|
4677
|
-
:param _IspType: IP
|
|
4697
|
+
:param _IspType: <p>IP类型。</p>
|
|
4678
4698
|
:type IspType: str
|
|
4699
|
+
:param _DdosProtectionType: <p>Ddos类型</p>
|
|
4700
|
+
:type DdosProtectionType: str
|
|
4679
4701
|
"""
|
|
4680
4702
|
self._IpAddress = None
|
|
4681
4703
|
self._IspType = None
|
|
4704
|
+
self._DdosProtectionType = None
|
|
4682
4705
|
|
|
4683
4706
|
@property
|
|
4684
4707
|
def IpAddress(self):
|
|
4685
|
-
r"""IP
|
|
4708
|
+
r"""<p>IP地址。</p>
|
|
4686
4709
|
:rtype: str
|
|
4687
4710
|
"""
|
|
4688
4711
|
return self._IpAddress
|
|
@@ -4693,7 +4716,7 @@ class IpAddressInfoSet(AbstractModel):
|
|
|
4693
4716
|
|
|
4694
4717
|
@property
|
|
4695
4718
|
def IspType(self):
|
|
4696
|
-
r"""IP
|
|
4719
|
+
r"""<p>IP类型。</p>
|
|
4697
4720
|
:rtype: str
|
|
4698
4721
|
"""
|
|
4699
4722
|
return self._IspType
|
|
@@ -4702,10 +4725,22 @@ class IpAddressInfoSet(AbstractModel):
|
|
|
4702
4725
|
def IspType(self, IspType):
|
|
4703
4726
|
self._IspType = IspType
|
|
4704
4727
|
|
|
4728
|
+
@property
|
|
4729
|
+
def DdosProtectionType(self):
|
|
4730
|
+
r"""<p>Ddos类型</p>
|
|
4731
|
+
:rtype: str
|
|
4732
|
+
"""
|
|
4733
|
+
return self._DdosProtectionType
|
|
4734
|
+
|
|
4735
|
+
@DdosProtectionType.setter
|
|
4736
|
+
def DdosProtectionType(self, DdosProtectionType):
|
|
4737
|
+
self._DdosProtectionType = DdosProtectionType
|
|
4738
|
+
|
|
4705
4739
|
|
|
4706
4740
|
def _deserialize(self, params):
|
|
4707
4741
|
self._IpAddress = params.get("IpAddress")
|
|
4708
4742
|
self._IspType = params.get("IspType")
|
|
4743
|
+
self._DdosProtectionType = params.get("DdosProtectionType")
|
|
4709
4744
|
memeber_set = set(params.keys())
|
|
4710
4745
|
for name, value in vars(self).items():
|
|
4711
4746
|
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.130
|
|
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.130
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.130
|
|
@@ -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
|