tencentcloud-sdk-python-intl-en 3.0.1181__py2.py3-none-any.whl → 3.0.1183__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ccc/v20200210/errorcodes.py +9 -0
- tencentcloud/ccc/v20200210/models.py +95 -83
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +2 -3
- tencentcloud/intlpartnersmgt/v20220928/models.py +99 -16
- tencentcloud/kms/v20190118/models.py +96 -96
- tencentcloud/vpc/v20170312/errorcodes.py +1 -1
- tencentcloud/vpc/v20170312/models.py +39 -12
- {tencentcloud_sdk_python_intl_en-3.0.1181.dist-info → tencentcloud_sdk_python_intl_en-3.0.1183.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1181.dist-info → tencentcloud_sdk_python_intl_en-3.0.1183.dist-info}/RECORD +12 -12
- {tencentcloud_sdk_python_intl_en-3.0.1181.dist-info → tencentcloud_sdk_python_intl_en-3.0.1183.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1181.dist-info → tencentcloud_sdk_python_intl_en-3.0.1183.dist-info}/top_level.txt +0 -0
|
@@ -386,7 +386,7 @@ INVALIDPARAMETERVALUE_TAGKEYNOTEXISTS = 'InvalidParameterValue.TagKeyNotExists'
|
|
|
386
386
|
# Tags are not assigned quotas.
|
|
387
387
|
INVALIDPARAMETERVALUE_TAGNOTALLOCATEDQUOTA = 'InvalidParameterValue.TagNotAllocatedQuota'
|
|
388
388
|
|
|
389
|
-
# The
|
|
389
|
+
# The Tag does not exist.
|
|
390
390
|
INVALIDPARAMETERVALUE_TAGNOTEXISTED = 'InvalidParameterValue.TagNotExisted'
|
|
391
391
|
|
|
392
392
|
# Unsupported tag.
|
|
@@ -6480,17 +6480,21 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6480
6480
|
def __init__(self):
|
|
6481
6481
|
r"""
|
|
6482
6482
|
:param _NetworkType: The network type of the bandwidth package. Default value: `BGP`. Valid values:
|
|
6483
|
-
`BGP`
|
|
6483
|
+
`BGP`
|
|
6484
6484
|
`HIGH_QUALITY_BGP`
|
|
6485
6485
|
:type NetworkType: str
|
|
6486
|
-
:param _ChargeType: The billing mode of the bandwidth package. Default value: `
|
|
6487
|
-
<li>`
|
|
6488
|
-
<li>`
|
|
6489
|
-
<li>`
|
|
6486
|
+
:param _ChargeType: The billing mode of the bandwidth package. Default value: `ENHANCED95_POSTPAID_BY_MONTH`. Valid values:
|
|
6487
|
+
<li>`ENHANCED95_POSTPAID_BY_MONTH`: Pay-as-you-go - Enhanced 95th percentile</li>
|
|
6488
|
+
<li>`PRIMARY_TRAFFIC_POSTPAID_BY_HOUR`: Postpaid - Main Traffic Billing</li>
|
|
6489
|
+
<li>`BANDWIDTH_POSTPAID_BY_DAY`: General BGP, Pay-as-you-go - Bandwidth-based</li>
|
|
6490
|
+
<li>`PEAK_BANDWIDTH_POSTPAID_BY_DAY`: Static single-line, Pay-as-you-go - Daily billed</li>
|
|
6491
|
+
<li>`TOP5_POSTPAID_BY_MONTH`: Pay-as-you-go - Monthly top 5th, If you need to use this Bglling mode, please submit a ticket.</li>
|
|
6492
|
+
|
|
6493
|
+
|
|
6490
6494
|
:type ChargeType: str
|
|
6491
6495
|
:param _BandwidthPackageName: The name of the bandwidth package.
|
|
6492
6496
|
:type BandwidthPackageName: str
|
|
6493
|
-
:param _BandwidthPackageCount: The number of bandwidth packages to create. Valid range: 1-20. It can only be
|
|
6497
|
+
:param _BandwidthPackageCount: The number of bandwidth packages to create. Valid range: 1-20. It can only be "1" for bill-by-CVM accounts.
|
|
6494
6498
|
:type BandwidthPackageCount: int
|
|
6495
6499
|
:param _InternetMaxBandwidth: The limit of the bandwidth package in Mbps. The value '-1' indicates there is no limit. This feature is currently in beta.
|
|
6496
6500
|
:type InternetMaxBandwidth: int
|
|
@@ -6500,6 +6504,10 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6500
6504
|
:type Protocol: str
|
|
6501
6505
|
:param _TimeSpan:
|
|
6502
6506
|
:type TimeSpan: int
|
|
6507
|
+
:param _Egress: Network egress. It defaults to `center_egress1`. Valid values:
|
|
6508
|
+
center_egress1,center_egress2,center_egress3
|
|
6509
|
+
|
|
6510
|
+
:type Egress: str
|
|
6503
6511
|
"""
|
|
6504
6512
|
self._NetworkType = None
|
|
6505
6513
|
self._ChargeType = None
|
|
@@ -6509,11 +6517,12 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6509
6517
|
self._Tags = None
|
|
6510
6518
|
self._Protocol = None
|
|
6511
6519
|
self._TimeSpan = None
|
|
6520
|
+
self._Egress = None
|
|
6512
6521
|
|
|
6513
6522
|
@property
|
|
6514
6523
|
def NetworkType(self):
|
|
6515
6524
|
"""The network type of the bandwidth package. Default value: `BGP`. Valid values:
|
|
6516
|
-
`BGP`
|
|
6525
|
+
`BGP`
|
|
6517
6526
|
`HIGH_QUALITY_BGP`
|
|
6518
6527
|
:rtype: str
|
|
6519
6528
|
"""
|
|
@@ -6525,10 +6534,14 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6525
6534
|
|
|
6526
6535
|
@property
|
|
6527
6536
|
def ChargeType(self):
|
|
6528
|
-
"""The billing mode of the bandwidth package. Default value: `
|
|
6529
|
-
<li>`
|
|
6530
|
-
<li>`
|
|
6531
|
-
<li>`
|
|
6537
|
+
"""The billing mode of the bandwidth package. Default value: `ENHANCED95_POSTPAID_BY_MONTH`. Valid values:
|
|
6538
|
+
<li>`ENHANCED95_POSTPAID_BY_MONTH`: Pay-as-you-go - Enhanced 95th percentile</li>
|
|
6539
|
+
<li>`PRIMARY_TRAFFIC_POSTPAID_BY_HOUR`: Postpaid - Main Traffic Billing</li>
|
|
6540
|
+
<li>`BANDWIDTH_POSTPAID_BY_DAY`: General BGP, Pay-as-you-go - Bandwidth-based</li>
|
|
6541
|
+
<li>`PEAK_BANDWIDTH_POSTPAID_BY_DAY`: Static single-line, Pay-as-you-go - Daily billed</li>
|
|
6542
|
+
<li>`TOP5_POSTPAID_BY_MONTH`: Pay-as-you-go - Monthly top 5th, If you need to use this Bglling mode, please submit a ticket.</li>
|
|
6543
|
+
|
|
6544
|
+
|
|
6532
6545
|
:rtype: str
|
|
6533
6546
|
"""
|
|
6534
6547
|
return self._ChargeType
|
|
@@ -6550,7 +6563,7 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6550
6563
|
|
|
6551
6564
|
@property
|
|
6552
6565
|
def BandwidthPackageCount(self):
|
|
6553
|
-
"""The number of bandwidth packages to create. Valid range: 1-20. It can only be
|
|
6566
|
+
"""The number of bandwidth packages to create. Valid range: 1-20. It can only be "1" for bill-by-CVM accounts.
|
|
6554
6567
|
:rtype: int
|
|
6555
6568
|
"""
|
|
6556
6569
|
return self._BandwidthPackageCount
|
|
@@ -6603,6 +6616,19 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6603
6616
|
def TimeSpan(self, TimeSpan):
|
|
6604
6617
|
self._TimeSpan = TimeSpan
|
|
6605
6618
|
|
|
6619
|
+
@property
|
|
6620
|
+
def Egress(self):
|
|
6621
|
+
""" Network egress. It defaults to `center_egress1`. Valid values:
|
|
6622
|
+
center_egress1,center_egress2,center_egress3
|
|
6623
|
+
|
|
6624
|
+
:rtype: str
|
|
6625
|
+
"""
|
|
6626
|
+
return self._Egress
|
|
6627
|
+
|
|
6628
|
+
@Egress.setter
|
|
6629
|
+
def Egress(self, Egress):
|
|
6630
|
+
self._Egress = Egress
|
|
6631
|
+
|
|
6606
6632
|
|
|
6607
6633
|
def _deserialize(self, params):
|
|
6608
6634
|
self._NetworkType = params.get("NetworkType")
|
|
@@ -6618,6 +6644,7 @@ class CreateBandwidthPackageRequest(AbstractModel):
|
|
|
6618
6644
|
self._Tags.append(obj)
|
|
6619
6645
|
self._Protocol = params.get("Protocol")
|
|
6620
6646
|
self._TimeSpan = params.get("TimeSpan")
|
|
6647
|
+
self._Egress = params.get("Egress")
|
|
6621
6648
|
memeber_set = set(params.keys())
|
|
6622
6649
|
for name, value in vars(self).items():
|
|
6623
6650
|
property_name = name[1:]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=nFqoBKlDcoa9Qk4IrJlfp1BCACYNkpfqI417bO2Aa7U,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=FuBG5ZJpmnVpDyVC84G_cjEWSa-mm6oyBvOIDe5SP-g,2924
|
|
@@ -72,8 +72,8 @@ tencentcloud/cbs/v20170312/models.py,sha256=IDfQMTM-fKTnwUCwrRr7LPchEVrcuZOgFCbW
|
|
|
72
72
|
tencentcloud/ccc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
tencentcloud/ccc/v20200210/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
74
74
|
tencentcloud/ccc/v20200210/ccc_client.py,sha256=RtQ0oJgorRjfytzlr72smuY46CByu5en_Jwz9jHqHRk,56050
|
|
75
|
-
tencentcloud/ccc/v20200210/errorcodes.py,sha256=
|
|
76
|
-
tencentcloud/ccc/v20200210/models.py,sha256=
|
|
75
|
+
tencentcloud/ccc/v20200210/errorcodes.py,sha256=i74j8T3ckfevGP_B5-bmhi2sjIMVM1w-7Nq7Eo3og80,6187
|
|
76
|
+
tencentcloud/ccc/v20200210/models.py,sha256=T7A7v_5H0-nUkpYZ8zT8x2aIeHcZuQbK8gYpDGw0uec,424789
|
|
77
77
|
tencentcloud/cdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
78
78
|
tencentcloud/cdb/v20170320/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
79
79
|
tencentcloud/cdb/v20170320/cdb_client.py,sha256=OEW_0OLDArqOUegIDrz7sQoxxnGu_0UUJ4zDpACJcUQ,137219
|
|
@@ -338,8 +338,8 @@ tencentcloud/ims/v20201229/models.py,sha256=Sfna_x1BytKq04dX2wwI9wbXDh9N4JPyS6WD
|
|
|
338
338
|
tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
339
339
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
340
|
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=f9sXktgBjr7zMgXP7ggnhZPC2w4q4dsfo8QuCj_881I,7590
|
|
341
|
-
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=
|
|
342
|
-
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=
|
|
341
|
+
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=fEAaZnN3AwElKcvd83nsnKJPDy8HGj8IkMQaFsOek_g,39959
|
|
342
|
+
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=cL9n7V9E382NoHBqXn6eisltMVSb6eztmrcjtVhpXxw,227507
|
|
343
343
|
tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
344
|
tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
345
345
|
tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
|
|
@@ -354,7 +354,7 @@ tencentcloud/kms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
354
354
|
tencentcloud/kms/v20190118/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
355
|
tencentcloud/kms/v20190118/errorcodes.py,sha256=oPx2K-S9eHuhJm5eJGHZw_LMF9kfq8KeIIqZyoZ-DqM,5717
|
|
356
356
|
tencentcloud/kms/v20190118/kms_client.py,sha256=Ys-MLu3_FEZR7hZ0UqQbLcgKxQNHPrx0vrrATnmGPbc,52331
|
|
357
|
-
tencentcloud/kms/v20190118/models.py,sha256=
|
|
357
|
+
tencentcloud/kms/v20190118/models.py,sha256=dUq5fUGdfLalAKzWL2IfLZMqB-p3_wLAmzIMVxITS-s,212264
|
|
358
358
|
tencentcloud/lcic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
359
|
tencentcloud/lcic/v20220817/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
360
|
tencentcloud/lcic/v20220817/errorcodes.py,sha256=PYKhl5BSZ9afW4HiUf539p933Wnw9eMpgR0tQG1hXoI,4709
|
|
@@ -626,8 +626,8 @@ tencentcloud/vod/v20180717/models.py,sha256=x4WWNF0vioqG5cTaZ8XIQ0hbyoYd3D-i00zR
|
|
|
626
626
|
tencentcloud/vod/v20180717/vod_client.py,sha256=DMxebnzLEsU2E6nf1j4WZxEQu_D8kHOgqT9W8g9dTG8,201269
|
|
627
627
|
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
628
628
|
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
629
|
-
tencentcloud/vpc/v20170312/errorcodes.py,sha256=
|
|
630
|
-
tencentcloud/vpc/v20170312/models.py,sha256=
|
|
629
|
+
tencentcloud/vpc/v20170312/errorcodes.py,sha256=TjeuZ8IFlK9geQvCmmbnZfdqyIE4siI44dQMXYp5Qh8,48176
|
|
630
|
+
tencentcloud/vpc/v20170312/models.py,sha256=4ibkWtMP7WlIPkz8MJxySkw575FNsQrjUAlHDmHfpPc,1576875
|
|
631
631
|
tencentcloud/vpc/v20170312/vpc_client.py,sha256=plDYUSC9aoHb0snvouGg5goD_P34CoVcmUAoeCF8LLo,304571
|
|
632
632
|
tencentcloud/waf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
633
633
|
tencentcloud/waf/v20180125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -644,7 +644,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
644
644
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
645
645
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
646
646
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=LY01pPiy1k_AXnHgG0FonGekRSFMY3t9pcYH8aE27oQ,67389
|
|
647
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
648
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
649
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
650
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
647
|
+
tencentcloud_sdk_python_intl_en-3.0.1183.dist-info/METADATA,sha256=vouVKvYPbeQvfB6T16k3fGmKr86vTWzZwtLOT9h_fuE,1628
|
|
648
|
+
tencentcloud_sdk_python_intl_en-3.0.1183.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
649
|
+
tencentcloud_sdk_python_intl_en-3.0.1183.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
650
|
+
tencentcloud_sdk_python_intl_en-3.0.1183.dist-info/RECORD,,
|
|
File without changes
|