tencentcloud-sdk-python-teo 3.0.1440__tar.gz → 3.0.1443__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.
Files changed (20) hide show
  1. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/setup.py +1 -1
  3. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220901/models.py +18 -18
  5. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud_sdk_python_teo.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-teo-3.0.1443/tencentcloud_sdk_python_teo.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-teo-3.0.1440/tencentcloud_sdk_python_teo.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/README.rst +0 -0
  9. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/__init__.py +0 -0
  11. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220106/__init__.py +0 -0
  12. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220106/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220106/models.py +0 -0
  14. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220106/teo_client.py +0 -0
  15. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220901/__init__.py +0 -0
  16. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220901/errorcodes.py +0 -0
  17. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud/teo/v20220901/teo_client.py +0 -0
  18. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud_sdk_python_teo.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud_sdk_python_teo.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-teo-3.0.1440 → tencentcloud-sdk-python-teo-3.0.1443}/tencentcloud_sdk_python_teo.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-teo
3
- Version: 3.0.1440
3
+ Version: 3.0.1443
4
4
  Summary: Tencent Cloud Teo SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-teo',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1440,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1443,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Teo SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1440'
17
+ __version__ = '3.0.1443'
@@ -10399,21 +10399,21 @@ class CreateOriginGroupRequest(AbstractModel):
10399
10399
  r"""
10400
10400
  :param _ZoneId: 站点 ID
10401
10401
  :type ZoneId: str
10402
+ :param _Records: 源站记录信息,此参数必填。
10403
+ :type Records: list of OriginRecord
10402
10404
  :param _Name: 源站组名称,可输入1 - 200个字符,允许的字符为 a - z, A - Z, 0 - 9, _, - 。
10403
10405
  :type Name: str
10404
10406
  :param _Type: 源站组类型,此参数必填,取值有:
10405
10407
  <li>GENERAL:通用型源站组,仅支持添加 IP/域名 源站,可以被域名服务、规则引擎、四层代理、通用型负载均衡、HTTP 专用型负载均衡引用;</li>
10406
10408
  <li>HTTP: HTTP 专用型源站组,支持添加 IP/域名、对象存储源站作为源站,无法被四层代理引用,仅支持被添加加速域名、规则引擎-修改源站、HTTP 专用型负载均衡引用。</li>
10407
10409
  :type Type: str
10408
- :param _Records: 源站记录信息,此参数必填。
10409
- :type Records: list of OriginRecord
10410
10410
  :param _HostHeader: 回源 Host Header,仅 Type = HTTP 时传入生效,规则引擎修改 Host Header 配置优先级高于源站组的 Host Header。
10411
10411
  :type HostHeader: str
10412
10412
  """
10413
10413
  self._ZoneId = None
10414
+ self._Records = None
10414
10415
  self._Name = None
10415
10416
  self._Type = None
10416
- self._Records = None
10417
10417
  self._HostHeader = None
10418
10418
 
10419
10419
  @property
@@ -10427,6 +10427,17 @@ class CreateOriginGroupRequest(AbstractModel):
10427
10427
  def ZoneId(self, ZoneId):
10428
10428
  self._ZoneId = ZoneId
10429
10429
 
10430
+ @property
10431
+ def Records(self):
10432
+ """源站记录信息,此参数必填。
10433
+ :rtype: list of OriginRecord
10434
+ """
10435
+ return self._Records
10436
+
10437
+ @Records.setter
10438
+ def Records(self, Records):
10439
+ self._Records = Records
10440
+
10430
10441
  @property
10431
10442
  def Name(self):
10432
10443
  """源站组名称,可输入1 - 200个字符,允许的字符为 a - z, A - Z, 0 - 9, _, - 。
@@ -10451,17 +10462,6 @@ class CreateOriginGroupRequest(AbstractModel):
10451
10462
  def Type(self, Type):
10452
10463
  self._Type = Type
10453
10464
 
10454
- @property
10455
- def Records(self):
10456
- """源站记录信息,此参数必填。
10457
- :rtype: list of OriginRecord
10458
- """
10459
- return self._Records
10460
-
10461
- @Records.setter
10462
- def Records(self, Records):
10463
- self._Records = Records
10464
-
10465
10465
  @property
10466
10466
  def HostHeader(self):
10467
10467
  """回源 Host Header,仅 Type = HTTP 时传入生效,规则引擎修改 Host Header 配置优先级高于源站组的 Host Header。
@@ -10476,14 +10476,14 @@ class CreateOriginGroupRequest(AbstractModel):
10476
10476
 
10477
10477
  def _deserialize(self, params):
10478
10478
  self._ZoneId = params.get("ZoneId")
10479
- self._Name = params.get("Name")
10480
- self._Type = params.get("Type")
10481
10479
  if params.get("Records") is not None:
10482
10480
  self._Records = []
10483
10481
  for item in params.get("Records"):
10484
10482
  obj = OriginRecord()
10485
10483
  obj._deserialize(item)
10486
10484
  self._Records.append(obj)
10485
+ self._Name = params.get("Name")
10486
+ self._Type = params.get("Type")
10487
10487
  self._HostHeader = params.get("HostHeader")
10488
10488
  memeber_set = set(params.keys())
10489
10489
  for name, value in vars(self).items():
@@ -42952,7 +42952,7 @@ class OriginRecord(AbstractModel):
42952
42952
  :type Type: str
42953
42953
  :param _RecordId: 源站记录ID。
42954
42954
  :type RecordId: str
42955
- :param _Weight: 源站权重,取值为0-100, 不填表示不设置权重,由系统自由调度,填0表示权重为0, 流量将不会调度到此源站。
42955
+ :param _Weight: 【源站权重】:用于控制流量分配优先级的参数,取值范围:0-100(整数):<li>空值:不设置权重,系统按默认策略调度;</li><li>0 值:明确设置权重为0,流量将不会分配到该源站,注意事项:必须确保至少有一个源站的权重值大于0;</li><li>正常值:数值越大分配流量越多 ;</li>
42956
42956
  注意:此字段可能返回 null,表示取不到有效值。
42957
42957
  :type Weight: int
42958
42958
  :param _Private: 是否私有鉴权,当源站类型 RecordType=COS/AWS_S3 时生效,取值有:
@@ -43008,7 +43008,7 @@ class OriginRecord(AbstractModel):
43008
43008
 
43009
43009
  @property
43010
43010
  def Weight(self):
43011
- """源站权重,取值为0-100, 不填表示不设置权重,由系统自由调度,填0表示权重为0, 流量将不会调度到此源站。
43011
+ """【源站权重】:用于控制流量分配优先级的参数,取值范围:0-100(整数):<li>空值:不设置权重,系统按默认策略调度;</li><li>0 值:明确设置权重为0,流量将不会分配到该源站,注意事项:必须确保至少有一个源站的权重值大于0;</li><li>正常值:数值越大分配流量越多 ;</li>
43012
43012
  注意:此字段可能返回 null,表示取不到有效值。
43013
43013
  :rtype: int
43014
43014
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-teo
3
- Version: 3.0.1440
3
+ Version: 3.0.1443
4
4
  Summary: Tencent Cloud Teo SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1443
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1440