tencentcloud-sdk-python-tione 3.1.161__tar.gz → 3.1.163__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.161 → tencentcloud_sdk_python_tione-3.1.163}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20211111/models.py +122 -14
  5. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tione-3.1.163/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tione-3.1.161/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20211111/__init__.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  19. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tione-3.1.161 → tencentcloud_sdk_python_tione-3.1.163}/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.161
3
+ Version: 3.1.163
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.161
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.163
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.161,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.163,<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.161'
17
+ __version__ = '3.1.163'
@@ -15446,25 +15446,28 @@ class ImageInfo(AbstractModel):
15446
15446
 
15447
15447
  def __init__(self):
15448
15448
  r"""
15449
- :param _ImageType: 镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像
15449
+ :param _ImageType: <p>镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像</p>
15450
15450
  :type ImageType: str
15451
- :param _ImageUrl: 镜像地址
15451
+ :param _ImageUrl: <p>镜像地址</p>
15452
15452
  :type ImageUrl: str
15453
- :param _RegistryRegion: TCR镜像对应的地域
15453
+ :param _RegistryRegion: <p>TCR镜像对应的地域</p>
15454
15454
  注意:此字段可能返回 null,表示取不到有效值。
15455
15455
  :type RegistryRegion: str
15456
- :param _RegistryId: TCR镜像对应的实例id
15456
+ :param _RegistryId: <p>TCR镜像对应的实例id</p>
15457
15457
  注意:此字段可能返回 null,表示取不到有效值。
15458
15458
  :type RegistryId: str
15459
- :param _AllowSaveAllContent: 是否允许导出全部内容
15459
+ :param _AllowSaveAllContent: <p>是否允许导出全部内容</p>
15460
15460
  注意:此字段可能返回 null,表示取不到有效值。
15461
15461
  :type AllowSaveAllContent: bool
15462
- :param _ImageName: 镜像名称
15462
+ :param _ImageName: <p>镜像名称</p>
15463
15463
  注意:此字段可能返回 null,表示取不到有效值。
15464
15464
  :type ImageName: str
15465
- :param _SupportDataPipeline: 是否支持数据构建
15465
+ :param _SupportDataPipeline: <p>是否支持数据构建</p>
15466
15466
  注意:此字段可能返回 null,表示取不到有效值。
15467
15467
  :type SupportDataPipeline: bool
15468
+ :param _ImageSecret: <p>镜像仓库用户名密码信息(仅当ImageType为CUSTOM第三方镜像的时候需要)</p>
15469
+ 注意:此字段可能返回 null,表示取不到有效值。
15470
+ :type ImageSecret: :class:`tencentcloud.tione.v20211111.models.ImageSecret`
15468
15471
  """
15469
15472
  self._ImageType = None
15470
15473
  self._ImageUrl = None
@@ -15473,10 +15476,11 @@ class ImageInfo(AbstractModel):
15473
15476
  self._AllowSaveAllContent = None
15474
15477
  self._ImageName = None
15475
15478
  self._SupportDataPipeline = None
15479
+ self._ImageSecret = None
15476
15480
 
15477
15481
  @property
15478
15482
  def ImageType(self):
15479
- r"""镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像
15483
+ r"""<p>镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像</p>
15480
15484
  :rtype: str
15481
15485
  """
15482
15486
  return self._ImageType
@@ -15487,7 +15491,7 @@ class ImageInfo(AbstractModel):
15487
15491
 
15488
15492
  @property
15489
15493
  def ImageUrl(self):
15490
- r"""镜像地址
15494
+ r"""<p>镜像地址</p>
15491
15495
  :rtype: str
15492
15496
  """
15493
15497
  return self._ImageUrl
@@ -15498,7 +15502,7 @@ class ImageInfo(AbstractModel):
15498
15502
 
15499
15503
  @property
15500
15504
  def RegistryRegion(self):
15501
- r"""TCR镜像对应的地域
15505
+ r"""<p>TCR镜像对应的地域</p>
15502
15506
  注意:此字段可能返回 null,表示取不到有效值。
15503
15507
  :rtype: str
15504
15508
  """
@@ -15510,7 +15514,7 @@ class ImageInfo(AbstractModel):
15510
15514
 
15511
15515
  @property
15512
15516
  def RegistryId(self):
15513
- r"""TCR镜像对应的实例id
15517
+ r"""<p>TCR镜像对应的实例id</p>
15514
15518
  注意:此字段可能返回 null,表示取不到有效值。
15515
15519
  :rtype: str
15516
15520
  """
@@ -15522,7 +15526,7 @@ class ImageInfo(AbstractModel):
15522
15526
 
15523
15527
  @property
15524
15528
  def AllowSaveAllContent(self):
15525
- r"""是否允许导出全部内容
15529
+ r"""<p>是否允许导出全部内容</p>
15526
15530
  注意:此字段可能返回 null,表示取不到有效值。
15527
15531
  :rtype: bool
15528
15532
  """
@@ -15534,7 +15538,7 @@ class ImageInfo(AbstractModel):
15534
15538
 
15535
15539
  @property
15536
15540
  def ImageName(self):
15537
- r"""镜像名称
15541
+ r"""<p>镜像名称</p>
15538
15542
  注意:此字段可能返回 null,表示取不到有效值。
15539
15543
  :rtype: str
15540
15544
  """
@@ -15546,7 +15550,7 @@ class ImageInfo(AbstractModel):
15546
15550
 
15547
15551
  @property
15548
15552
  def SupportDataPipeline(self):
15549
- r"""是否支持数据构建
15553
+ r"""<p>是否支持数据构建</p>
15550
15554
  注意:此字段可能返回 null,表示取不到有效值。
15551
15555
  :rtype: bool
15552
15556
  """
@@ -15556,6 +15560,18 @@ class ImageInfo(AbstractModel):
15556
15560
  def SupportDataPipeline(self, SupportDataPipeline):
15557
15561
  self._SupportDataPipeline = SupportDataPipeline
15558
15562
 
15563
+ @property
15564
+ def ImageSecret(self):
15565
+ r"""<p>镜像仓库用户名密码信息(仅当ImageType为CUSTOM第三方镜像的时候需要)</p>
15566
+ 注意:此字段可能返回 null,表示取不到有效值。
15567
+ :rtype: :class:`tencentcloud.tione.v20211111.models.ImageSecret`
15568
+ """
15569
+ return self._ImageSecret
15570
+
15571
+ @ImageSecret.setter
15572
+ def ImageSecret(self, ImageSecret):
15573
+ self._ImageSecret = ImageSecret
15574
+
15559
15575
 
15560
15576
  def _deserialize(self, params):
15561
15577
  self._ImageType = params.get("ImageType")
@@ -15565,6 +15581,98 @@ class ImageInfo(AbstractModel):
15565
15581
  self._AllowSaveAllContent = params.get("AllowSaveAllContent")
15566
15582
  self._ImageName = params.get("ImageName")
15567
15583
  self._SupportDataPipeline = params.get("SupportDataPipeline")
15584
+ if params.get("ImageSecret") is not None:
15585
+ self._ImageSecret = ImageSecret()
15586
+ self._ImageSecret._deserialize(params.get("ImageSecret"))
15587
+ memeber_set = set(params.keys())
15588
+ for name, value in vars(self).items():
15589
+ property_name = name[1:]
15590
+ if property_name in memeber_set:
15591
+ memeber_set.remove(property_name)
15592
+ if len(memeber_set) > 0:
15593
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15594
+
15595
+
15596
+
15597
+ class ImageSecret(AbstractModel):
15598
+ r"""自定义镜像仓库凭据
15599
+
15600
+ """
15601
+
15602
+ def __init__(self):
15603
+ r"""
15604
+ :param _KeyId: 用于加密密码的KMS公钥ID
15605
+ 注意:此字段可能返回 null,表示取不到有效值。
15606
+ :type KeyId: str
15607
+ :param _Username: 用户名
15608
+ 注意:此字段可能返回 null,表示取不到有效值。
15609
+ :type Username: str
15610
+ :param _Password: 密码,base64编码; 当keyId不为空时,密码是加密后的
15611
+ 注意:此字段可能返回 null,表示取不到有效值。
15612
+ :type Password: str
15613
+ :param _SecretId: 用户凭据ID
15614
+ 注意:此字段可能返回 null,表示取不到有效值。
15615
+ :type SecretId: str
15616
+ """
15617
+ self._KeyId = None
15618
+ self._Username = None
15619
+ self._Password = None
15620
+ self._SecretId = None
15621
+
15622
+ @property
15623
+ def KeyId(self):
15624
+ r"""用于加密密码的KMS公钥ID
15625
+ 注意:此字段可能返回 null,表示取不到有效值。
15626
+ :rtype: str
15627
+ """
15628
+ return self._KeyId
15629
+
15630
+ @KeyId.setter
15631
+ def KeyId(self, KeyId):
15632
+ self._KeyId = KeyId
15633
+
15634
+ @property
15635
+ def Username(self):
15636
+ r"""用户名
15637
+ 注意:此字段可能返回 null,表示取不到有效值。
15638
+ :rtype: str
15639
+ """
15640
+ return self._Username
15641
+
15642
+ @Username.setter
15643
+ def Username(self, Username):
15644
+ self._Username = Username
15645
+
15646
+ @property
15647
+ def Password(self):
15648
+ r"""密码,base64编码; 当keyId不为空时,密码是加密后的
15649
+ 注意:此字段可能返回 null,表示取不到有效值。
15650
+ :rtype: str
15651
+ """
15652
+ return self._Password
15653
+
15654
+ @Password.setter
15655
+ def Password(self, Password):
15656
+ self._Password = Password
15657
+
15658
+ @property
15659
+ def SecretId(self):
15660
+ r"""用户凭据ID
15661
+ 注意:此字段可能返回 null,表示取不到有效值。
15662
+ :rtype: str
15663
+ """
15664
+ return self._SecretId
15665
+
15666
+ @SecretId.setter
15667
+ def SecretId(self, SecretId):
15668
+ self._SecretId = SecretId
15669
+
15670
+
15671
+ def _deserialize(self, params):
15672
+ self._KeyId = params.get("KeyId")
15673
+ self._Username = params.get("Username")
15674
+ self._Password = params.get("Password")
15675
+ self._SecretId = params.get("SecretId")
15568
15676
  memeber_set = set(params.keys())
15569
15677
  for name, value in vars(self).items():
15570
15678
  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.161
3
+ Version: 3.1.163
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.161
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.163
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.163
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.161