tencentcloud-sdk-python-tione 3.1.59__tar.gz → 3.1.67__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.59 → tencentcloud_sdk_python_tione-3.1.67}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20211111/models.py +110 -0
  5. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud_sdk_python_tione.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tione-3.1.67/tencentcloud_sdk_python_tione.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tione-3.1.59/tencentcloud_sdk_python_tione.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20191022/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20191022/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20191022/models.py +0 -0
  14. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20191022/tione_client.py +0 -0
  15. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20191022/tione_client_async.py +0 -0
  16. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20211111/__init__.py +0 -0
  17. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20211111/errorcodes.py +0 -0
  18. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20211111/tione_client.py +0 -0
  19. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud/tione/v20211111/tione_client_async.py +0 -0
  20. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud_sdk_python_tione.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/tencentcloud_sdk_python_tione.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_tione-3.1.59 → tencentcloud_sdk_python_tione-3.1.67}/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.59
3
+ Version: 3.1.67
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.59
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
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.59,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.67,<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.59'
17
+ __version__ = '3.1.67'
@@ -11457,6 +11457,71 @@ class DescribeSubAccountLinuxUserInfosRequest(AbstractModel):
11457
11457
 
11458
11458
  """
11459
11459
 
11460
+ def __init__(self):
11461
+ r"""
11462
+ :param _Offset: 分页偏移量(0 表示全量)
11463
+ :type Offset: int
11464
+ :param _Limit: 每页数量(0 表示全量)
11465
+ :type Limit: int
11466
+ :param _Filters: 过滤条件
11467
+ :type Filters: list of Filter
11468
+ """
11469
+ self._Offset = None
11470
+ self._Limit = None
11471
+ self._Filters = None
11472
+
11473
+ @property
11474
+ def Offset(self):
11475
+ r"""分页偏移量(0 表示全量)
11476
+ :rtype: int
11477
+ """
11478
+ return self._Offset
11479
+
11480
+ @Offset.setter
11481
+ def Offset(self, Offset):
11482
+ self._Offset = Offset
11483
+
11484
+ @property
11485
+ def Limit(self):
11486
+ r"""每页数量(0 表示全量)
11487
+ :rtype: int
11488
+ """
11489
+ return self._Limit
11490
+
11491
+ @Limit.setter
11492
+ def Limit(self, Limit):
11493
+ self._Limit = Limit
11494
+
11495
+ @property
11496
+ def Filters(self):
11497
+ r"""过滤条件
11498
+ :rtype: list of Filter
11499
+ """
11500
+ return self._Filters
11501
+
11502
+ @Filters.setter
11503
+ def Filters(self, Filters):
11504
+ self._Filters = Filters
11505
+
11506
+
11507
+ def _deserialize(self, params):
11508
+ self._Offset = params.get("Offset")
11509
+ self._Limit = params.get("Limit")
11510
+ if params.get("Filters") is not None:
11511
+ self._Filters = []
11512
+ for item in params.get("Filters"):
11513
+ obj = Filter()
11514
+ obj._deserialize(item)
11515
+ self._Filters.append(obj)
11516
+ memeber_set = set(params.keys())
11517
+ for name, value in vars(self).items():
11518
+ property_name = name[1:]
11519
+ if property_name in memeber_set:
11520
+ memeber_set.remove(property_name)
11521
+ if len(memeber_set) > 0:
11522
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11523
+
11524
+
11460
11525
 
11461
11526
  class DescribeSubAccountLinuxUserInfosResponse(AbstractModel):
11462
11527
  r"""DescribeSubAccountLinuxUserInfos返回参数结构体
@@ -11467,10 +11532,13 @@ class DescribeSubAccountLinuxUserInfosResponse(AbstractModel):
11467
11532
  r"""
11468
11533
  :param _SubAccountList: 子账号信息列表
11469
11534
  :type SubAccountList: list of SubAccountInfo
11535
+ :param _TotalCount: 总数(配合分页使用)
11536
+ :type TotalCount: int
11470
11537
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11471
11538
  :type RequestId: str
11472
11539
  """
11473
11540
  self._SubAccountList = None
11541
+ self._TotalCount = None
11474
11542
  self._RequestId = None
11475
11543
 
11476
11544
  @property
@@ -11484,6 +11552,17 @@ class DescribeSubAccountLinuxUserInfosResponse(AbstractModel):
11484
11552
  def SubAccountList(self, SubAccountList):
11485
11553
  self._SubAccountList = SubAccountList
11486
11554
 
11555
+ @property
11556
+ def TotalCount(self):
11557
+ r"""总数(配合分页使用)
11558
+ :rtype: int
11559
+ """
11560
+ return self._TotalCount
11561
+
11562
+ @TotalCount.setter
11563
+ def TotalCount(self, TotalCount):
11564
+ self._TotalCount = TotalCount
11565
+
11487
11566
  @property
11488
11567
  def RequestId(self):
11489
11568
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -11503,6 +11582,7 @@ class DescribeSubAccountLinuxUserInfosResponse(AbstractModel):
11503
11582
  obj = SubAccountInfo()
11504
11583
  obj._deserialize(item)
11505
11584
  self._SubAccountList.append(obj)
11585
+ self._TotalCount = params.get("TotalCount")
11506
11586
  self._RequestId = params.get("RequestId")
11507
11587
 
11508
11588
 
@@ -26293,6 +26373,10 @@ class SubAccountInfo(AbstractModel):
26293
26373
  :type LinuxGid: int
26294
26374
  :param _LinuxUserName: 子账号在Linux下的用户名
26295
26375
  :type LinuxUserName: str
26376
+ :param _EnableRootLogin: 是否开启 root 登录
26377
+ :type EnableRootLogin: bool
26378
+ :param _UpdateTime: 更新时间
26379
+ :type UpdateTime: str
26296
26380
  """
26297
26381
  self._Uin = None
26298
26382
  self._SubUin = None
@@ -26300,6 +26384,8 @@ class SubAccountInfo(AbstractModel):
26300
26384
  self._LinuxUid = None
26301
26385
  self._LinuxGid = None
26302
26386
  self._LinuxUserName = None
26387
+ self._EnableRootLogin = None
26388
+ self._UpdateTime = None
26303
26389
 
26304
26390
  @property
26305
26391
  def Uin(self):
@@ -26367,6 +26453,28 @@ class SubAccountInfo(AbstractModel):
26367
26453
  def LinuxUserName(self, LinuxUserName):
26368
26454
  self._LinuxUserName = LinuxUserName
26369
26455
 
26456
+ @property
26457
+ def EnableRootLogin(self):
26458
+ r"""是否开启 root 登录
26459
+ :rtype: bool
26460
+ """
26461
+ return self._EnableRootLogin
26462
+
26463
+ @EnableRootLogin.setter
26464
+ def EnableRootLogin(self, EnableRootLogin):
26465
+ self._EnableRootLogin = EnableRootLogin
26466
+
26467
+ @property
26468
+ def UpdateTime(self):
26469
+ r"""更新时间
26470
+ :rtype: str
26471
+ """
26472
+ return self._UpdateTime
26473
+
26474
+ @UpdateTime.setter
26475
+ def UpdateTime(self, UpdateTime):
26476
+ self._UpdateTime = UpdateTime
26477
+
26370
26478
 
26371
26479
  def _deserialize(self, params):
26372
26480
  self._Uin = params.get("Uin")
@@ -26375,6 +26483,8 @@ class SubAccountInfo(AbstractModel):
26375
26483
  self._LinuxUid = params.get("LinuxUid")
26376
26484
  self._LinuxGid = params.get("LinuxGid")
26377
26485
  self._LinuxUserName = params.get("LinuxUserName")
26486
+ self._EnableRootLogin = params.get("EnableRootLogin")
26487
+ self._UpdateTime = params.get("UpdateTime")
26378
26488
  memeber_set = set(params.keys())
26379
26489
  for name, value in vars(self).items():
26380
26490
  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.59
3
+ Version: 3.1.67
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.59
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.67
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.67
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.59