tencentcloud-sdk-python-tione 3.1.139__tar.gz → 3.1.142__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 (22) hide show
  1. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/models.py +72 -0
  5. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tione-3.1.142/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tione-3.1.139/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/__init__.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  19. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tione-3.1.139 → tencentcloud_sdk_python_tione-3.1.142}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.139
3
+ Version: 3.1.142
4
4
  Summary: Tencent Cloud Tione 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.139
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.142
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-tione',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.139,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.142,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tione SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.139'
17
+ __version__ = '3.1.142'
@@ -2521,6 +2521,8 @@ class CreateModelServiceRequest(AbstractModel):
2521
2521
  :type GatewayLogConfig: :class:`tencentcloud.tione.v20211111.models.LogConfig`
2522
2522
  :param _GatewayConfig: <p>网关相关配置</p>
2523
2523
  :type GatewayConfig: :class:`tencentcloud.tione.v20211111.models.GatewayConfig`
2524
+ :param _ResourceSupplyAttribute: <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
2525
+ :type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
2524
2526
  """
2525
2527
  self._TiProjectId = None
2526
2528
  self._ServiceGroupId = None
@@ -2568,6 +2570,7 @@ class CreateModelServiceRequest(AbstractModel):
2568
2570
  self._SchedulingStrategy = None
2569
2571
  self._GatewayLogConfig = None
2570
2572
  self._GatewayConfig = None
2573
+ self._ResourceSupplyAttribute = None
2571
2574
 
2572
2575
  @property
2573
2576
  def TiProjectId(self):
@@ -3075,6 +3078,17 @@ class CreateModelServiceRequest(AbstractModel):
3075
3078
  def GatewayConfig(self, GatewayConfig):
3076
3079
  self._GatewayConfig = GatewayConfig
3077
3080
 
3081
+ @property
3082
+ def ResourceSupplyAttribute(self):
3083
+ r"""<p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
3084
+ :rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
3085
+ """
3086
+ return self._ResourceSupplyAttribute
3087
+
3088
+ @ResourceSupplyAttribute.setter
3089
+ def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
3090
+ self._ResourceSupplyAttribute = ResourceSupplyAttribute
3091
+
3078
3092
 
3079
3093
  def _deserialize(self, params):
3080
3094
  self._TiProjectId = params.get("TiProjectId")
@@ -3171,6 +3185,9 @@ class CreateModelServiceRequest(AbstractModel):
3171
3185
  if params.get("GatewayConfig") is not None:
3172
3186
  self._GatewayConfig = GatewayConfig()
3173
3187
  self._GatewayConfig._deserialize(params.get("GatewayConfig"))
3188
+ if params.get("ResourceSupplyAttribute") is not None:
3189
+ self._ResourceSupplyAttribute = ResourceSupplyAttribute()
3190
+ self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
3174
3191
  memeber_set = set(params.keys())
3175
3192
  for name, value in vars(self).items():
3176
3193
  property_name = name[1:]
@@ -24945,6 +24962,42 @@ class ResourceSpec(AbstractModel):
24945
24962
 
24946
24963
 
24947
24964
 
24965
+ class ResourceSupplyAttribute(AbstractModel):
24966
+ r"""资源供应属性
24967
+
24968
+ """
24969
+
24970
+ def __init__(self):
24971
+ r"""
24972
+ :param _SupplyType: <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
24973
+ :type SupplyType: str
24974
+ """
24975
+ self._SupplyType = None
24976
+
24977
+ @property
24978
+ def SupplyType(self):
24979
+ r"""<p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
24980
+ :rtype: str
24981
+ """
24982
+ return self._SupplyType
24983
+
24984
+ @SupplyType.setter
24985
+ def SupplyType(self, SupplyType):
24986
+ self._SupplyType = SupplyType
24987
+
24988
+
24989
+ def _deserialize(self, params):
24990
+ self._SupplyType = params.get("SupplyType")
24991
+ memeber_set = set(params.keys())
24992
+ for name, value in vars(self).items():
24993
+ property_name = name[1:]
24994
+ if property_name in memeber_set:
24995
+ memeber_set.remove(property_name)
24996
+ if len(memeber_set) > 0:
24997
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
24998
+
24999
+
25000
+
24948
25001
  class RollingUpdate(AbstractModel):
24949
25002
  r"""滚动更新策略
24950
25003
 
@@ -25429,6 +25482,9 @@ class Service(AbstractModel):
25429
25482
  :type Changer: str
25430
25483
  :param _ChangerName: <p>变更服务的子账户名称</p>
25431
25484
  :type ChangerName: str
25485
+ :param _ResourceSupplyAttribute: <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
25486
+ 注意:此字段可能返回 null,表示取不到有效值。
25487
+ :type ResourceSupplyAttribute: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
25432
25488
  """
25433
25489
  self._ServiceGroupId = None
25434
25490
  self._ServiceId = None
@@ -25470,6 +25526,7 @@ class Service(AbstractModel):
25470
25526
  self._ProjectId = None
25471
25527
  self._Changer = None
25472
25528
  self._ChangerName = None
25529
+ self._ResourceSupplyAttribute = None
25473
25530
 
25474
25531
  @property
25475
25532
  def ServiceGroupId(self):
@@ -25947,6 +26004,18 @@ class Service(AbstractModel):
25947
26004
  def ChangerName(self, ChangerName):
25948
26005
  self._ChangerName = ChangerName
25949
26006
 
26007
+ @property
26008
+ def ResourceSupplyAttribute(self):
26009
+ r"""<p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
26010
+ 注意:此字段可能返回 null,表示取不到有效值。
26011
+ :rtype: :class:`tencentcloud.tione.v20211111.models.ResourceSupplyAttribute`
26012
+ """
26013
+ return self._ResourceSupplyAttribute
26014
+
26015
+ @ResourceSupplyAttribute.setter
26016
+ def ResourceSupplyAttribute(self, ResourceSupplyAttribute):
26017
+ self._ResourceSupplyAttribute = ResourceSupplyAttribute
26018
+
25950
26019
 
25951
26020
  def _deserialize(self, params):
25952
26021
  self._ServiceGroupId = params.get("ServiceGroupId")
@@ -26007,6 +26076,9 @@ class Service(AbstractModel):
26007
26076
  self._ProjectId = params.get("ProjectId")
26008
26077
  self._Changer = params.get("Changer")
26009
26078
  self._ChangerName = params.get("ChangerName")
26079
+ if params.get("ResourceSupplyAttribute") is not None:
26080
+ self._ResourceSupplyAttribute = ResourceSupplyAttribute()
26081
+ self._ResourceSupplyAttribute._deserialize(params.get("ResourceSupplyAttribute"))
26010
26082
  memeber_set = set(params.keys())
26011
26083
  for name, value in vars(self).items():
26012
26084
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.1.139
3
+ Version: 3.1.142
4
4
  Summary: Tencent Cloud Tione 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.139
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.142
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.142
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.139