tencentcloud-sdk-python-tione 3.0.1148__tar.gz → 3.0.1152__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-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/setup.py +1 -1
  3. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20211111/models.py +115 -3
  5. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-tione-3.0.1152/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-tione-3.0.1148/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/README.rst +0 -0
  9. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20211111/__init__.py +0 -0
  16. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  17. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  18. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-tione-3.0.1148 → tencentcloud-sdk-python-tione-3.0.1152}/tencentcloud_sdk_python_tione.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.0.1148
3
+ Version: 3.0.1152
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
@@ -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.0.1148"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1152"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Tione 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.1148'
17
+ __version__ = '3.0.1152'
@@ -2577,8 +2577,10 @@ HYBRID_PAID:
2577
2577
  :type Command: str
2578
2578
  :param _ServiceEIP: 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
2579
2579
  :type ServiceEIP: :class:`tencentcloud.tione.v20211111.models.ServiceEIP`
2580
- :param _CommandBase64: 服务的启动命令,以base64格式进行输入
2580
+ :param _CommandBase64: 服务的启动命令,以base64格式进行输入,与Command同时配置时,仅当前参数生效
2581
2581
  :type CommandBase64: str
2582
+ :param _ServicePort: 服务端口,仅在非内置镜像时生效,默认8501。不支持输入8501-8510,6006,9092
2583
+ :type ServicePort: int
2582
2584
  """
2583
2585
  self._ServiceGroupId = None
2584
2586
  self._ServiceGroupName = None
@@ -2612,6 +2614,7 @@ HYBRID_PAID:
2612
2614
  self._Command = None
2613
2615
  self._ServiceEIP = None
2614
2616
  self._CommandBase64 = None
2617
+ self._ServicePort = None
2615
2618
 
2616
2619
  @property
2617
2620
  def ServiceGroupId(self):
@@ -2869,6 +2872,14 @@ HYBRID_PAID:
2869
2872
  def CommandBase64(self, CommandBase64):
2870
2873
  self._CommandBase64 = CommandBase64
2871
2874
 
2875
+ @property
2876
+ def ServicePort(self):
2877
+ return self._ServicePort
2878
+
2879
+ @ServicePort.setter
2880
+ def ServicePort(self, ServicePort):
2881
+ self._ServicePort = ServicePort
2882
+
2872
2883
 
2873
2884
  def _deserialize(self, params):
2874
2885
  self._ServiceGroupId = params.get("ServiceGroupId")
@@ -2936,6 +2947,7 @@ HYBRID_PAID:
2936
2947
  self._ServiceEIP = ServiceEIP()
2937
2948
  self._ServiceEIP._deserialize(params.get("ServiceEIP"))
2938
2949
  self._CommandBase64 = params.get("CommandBase64")
2950
+ self._ServicePort = params.get("ServicePort")
2939
2951
  memeber_set = set(params.keys())
2940
2952
  for name, value in vars(self).items():
2941
2953
  property_name = name[1:]
@@ -12550,7 +12562,7 @@ class ImageInfo(AbstractModel):
12550
12562
 
12551
12563
  def __init__(self):
12552
12564
  r"""
12553
- :param _ImageType: 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像
12565
+ :param _ImageType: 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像
12554
12566
  :type ImageType: str
12555
12567
  :param _ImageUrl: 镜像地址
12556
12568
  :type ImageUrl: str
@@ -12569,6 +12581,9 @@ class ImageInfo(AbstractModel):
12569
12581
  :param _SupportDataPipeline: 是否支持数据构建
12570
12582
  注意:此字段可能返回 null,表示取不到有效值。
12571
12583
  :type SupportDataPipeline: bool
12584
+ :param _ImageSecret: 镜像仓库用户名密码信息(仅当ImageType为CUSTOM第三方镜像的时候需要)
12585
+ 注意:此字段可能返回 null,表示取不到有效值。
12586
+ :type ImageSecret: :class:`tencentcloud.tione.v20211111.models.ImageSecret`
12572
12587
  """
12573
12588
  self._ImageType = None
12574
12589
  self._ImageUrl = None
@@ -12577,6 +12592,7 @@ class ImageInfo(AbstractModel):
12577
12592
  self._AllowSaveAllContent = None
12578
12593
  self._ImageName = None
12579
12594
  self._SupportDataPipeline = None
12595
+ self._ImageSecret = None
12580
12596
 
12581
12597
  @property
12582
12598
  def ImageType(self):
@@ -12634,6 +12650,14 @@ class ImageInfo(AbstractModel):
12634
12650
  def SupportDataPipeline(self, SupportDataPipeline):
12635
12651
  self._SupportDataPipeline = SupportDataPipeline
12636
12652
 
12653
+ @property
12654
+ def ImageSecret(self):
12655
+ return self._ImageSecret
12656
+
12657
+ @ImageSecret.setter
12658
+ def ImageSecret(self, ImageSecret):
12659
+ self._ImageSecret = ImageSecret
12660
+
12637
12661
 
12638
12662
  def _deserialize(self, params):
12639
12663
  self._ImageType = params.get("ImageType")
@@ -12643,6 +12667,69 @@ class ImageInfo(AbstractModel):
12643
12667
  self._AllowSaveAllContent = params.get("AllowSaveAllContent")
12644
12668
  self._ImageName = params.get("ImageName")
12645
12669
  self._SupportDataPipeline = params.get("SupportDataPipeline")
12670
+ if params.get("ImageSecret") is not None:
12671
+ self._ImageSecret = ImageSecret()
12672
+ self._ImageSecret._deserialize(params.get("ImageSecret"))
12673
+ memeber_set = set(params.keys())
12674
+ for name, value in vars(self).items():
12675
+ property_name = name[1:]
12676
+ if property_name in memeber_set:
12677
+ memeber_set.remove(property_name)
12678
+ if len(memeber_set) > 0:
12679
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
12680
+
12681
+
12682
+
12683
+ class ImageSecret(AbstractModel):
12684
+ """自定义镜像仓库凭据
12685
+
12686
+ """
12687
+
12688
+ def __init__(self):
12689
+ r"""
12690
+ :param _KeyId: 用于加密密码的KMS公钥ID
12691
+ 注意:此字段可能返回 null,表示取不到有效值。
12692
+ :type KeyId: str
12693
+ :param _Username: 用户名
12694
+ 注意:此字段可能返回 null,表示取不到有效值。
12695
+ :type Username: str
12696
+ :param _Password: 密码,base64编码; 当keyId不为空时,密码是加密后的
12697
+ 注意:此字段可能返回 null,表示取不到有效值。
12698
+ :type Password: str
12699
+ """
12700
+ self._KeyId = None
12701
+ self._Username = None
12702
+ self._Password = None
12703
+
12704
+ @property
12705
+ def KeyId(self):
12706
+ return self._KeyId
12707
+
12708
+ @KeyId.setter
12709
+ def KeyId(self, KeyId):
12710
+ self._KeyId = KeyId
12711
+
12712
+ @property
12713
+ def Username(self):
12714
+ return self._Username
12715
+
12716
+ @Username.setter
12717
+ def Username(self, Username):
12718
+ self._Username = Username
12719
+
12720
+ @property
12721
+ def Password(self):
12722
+ return self._Password
12723
+
12724
+ @Password.setter
12725
+ def Password(self, Password):
12726
+ self._Password = Password
12727
+
12728
+
12729
+ def _deserialize(self, params):
12730
+ self._KeyId = params.get("KeyId")
12731
+ self._Username = params.get("Username")
12732
+ self._Password = params.get("Password")
12646
12733
  memeber_set = set(params.keys())
12647
12734
  for name, value in vars(self).items():
12648
12735
  property_name = name[1:]
@@ -14835,8 +14922,10 @@ HYBRID_PAID:
14835
14922
  :type Command: str
14836
14923
  :param _ServiceEIP: 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
14837
14924
  :type ServiceEIP: :class:`tencentcloud.tione.v20211111.models.ServiceEIP`
14838
- :param _CommandBase64: 服务的启动命令,以base64格式进行输入
14925
+ :param _CommandBase64: 服务的启动命令,以base64格式进行输入,与Command同时配置时,仅当前参数生效
14839
14926
  :type CommandBase64: str
14927
+ :param _ServicePort: 服务端口,仅在非内置镜像时生效,默认8501。不支持输入8501-8510,6006,9092
14928
+ :type ServicePort: int
14840
14929
  """
14841
14930
  self._ServiceId = None
14842
14931
  self._ModelInfo = None
@@ -14862,6 +14951,7 @@ HYBRID_PAID:
14862
14951
  self._Command = None
14863
14952
  self._ServiceEIP = None
14864
14953
  self._CommandBase64 = None
14954
+ self._ServicePort = None
14865
14955
 
14866
14956
  @property
14867
14957
  def ServiceId(self):
@@ -15055,6 +15145,14 @@ HYBRID_PAID:
15055
15145
  def CommandBase64(self, CommandBase64):
15056
15146
  self._CommandBase64 = CommandBase64
15057
15147
 
15148
+ @property
15149
+ def ServicePort(self):
15150
+ return self._ServicePort
15151
+
15152
+ @ServicePort.setter
15153
+ def ServicePort(self, ServicePort):
15154
+ self._ServicePort = ServicePort
15155
+
15058
15156
 
15059
15157
  def _deserialize(self, params):
15060
15158
  self._ServiceId = params.get("ServiceId")
@@ -15109,6 +15207,7 @@ HYBRID_PAID:
15109
15207
  self._ServiceEIP = ServiceEIP()
15110
15208
  self._ServiceEIP._deserialize(params.get("ServiceEIP"))
15111
15209
  self._CommandBase64 = params.get("CommandBase64")
15210
+ self._ServicePort = params.get("ServicePort")
15112
15211
  memeber_set = set(params.keys())
15113
15212
  for name, value in vars(self).items():
15114
15213
  property_name = name[1:]
@@ -19908,6 +20007,9 @@ HYBRID_PAID:
19908
20007
  :param _ServiceEIP: 开启TIONE内网访问外部设置
19909
20008
  注意:此字段可能返回 null,表示取不到有效值。
19910
20009
  :type ServiceEIP: :class:`tencentcloud.tione.v20211111.models.ServiceEIP`
20010
+ :param _ServicePort: 服务端口,默认为8501
20011
+ 注意:此字段可能返回 null,表示取不到有效值。
20012
+ :type ServicePort: int
19911
20013
  """
19912
20014
  self._Replicas = None
19913
20015
  self._ImageInfo = None
@@ -19939,6 +20041,7 @@ HYBRID_PAID:
19939
20041
  self._InferCodeInfo = None
19940
20042
  self._Command = None
19941
20043
  self._ServiceEIP = None
20044
+ self._ServicePort = None
19942
20045
 
19943
20046
  @property
19944
20047
  def Replicas(self):
@@ -20188,6 +20291,14 @@ HYBRID_PAID:
20188
20291
  def ServiceEIP(self, ServiceEIP):
20189
20292
  self._ServiceEIP = ServiceEIP
20190
20293
 
20294
+ @property
20295
+ def ServicePort(self):
20296
+ return self._ServicePort
20297
+
20298
+ @ServicePort.setter
20299
+ def ServicePort(self, ServicePort):
20300
+ self._ServicePort = ServicePort
20301
+
20191
20302
 
20192
20303
  def _deserialize(self, params):
20193
20304
  self._Replicas = params.get("Replicas")
@@ -20259,6 +20370,7 @@ HYBRID_PAID:
20259
20370
  if params.get("ServiceEIP") is not None:
20260
20371
  self._ServiceEIP = ServiceEIP()
20261
20372
  self._ServiceEIP._deserialize(params.get("ServiceEIP"))
20373
+ self._ServicePort = params.get("ServicePort")
20262
20374
  memeber_set = set(params.keys())
20263
20375
  for name, value in vars(self).items():
20264
20376
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-tione
3
- Version: 3.0.1148
3
+ Version: 3.0.1152
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1152
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1148