tencentcloud-sdk-python 3.0.1287__py2.py3-none-any.whl → 3.0.1288__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aca/__init__.py +0 -0
- tencentcloud/aca/v20210323/__init__.py +0 -0
- tencentcloud/aca/v20210323/aca_client.py +210 -0
- tencentcloud/aca/v20210323/errorcodes.py +24 -0
- tencentcloud/aca/v20210323/models.py +6266 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +3 -3
- tencentcloud/cdb/v20170320/models.py +35 -14
- tencentcloud/cdwch/v20200915/models.py +6 -6
- tencentcloud/cdwdoris/v20211228/models.py +15 -0
- tencentcloud/cfs/v20190719/models.py +0 -46
- tencentcloud/emr/v20190103/models.py +101 -15
- tencentcloud/ess/v20201111/ess_client.py +1 -0
- tencentcloud/ess/v20201111/models.py +108 -108
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -0
- tencentcloud/essbasic/v20210526/models.py +102 -102
- tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
- tencentcloud/facefusion/v20220927/models.py +23 -0
- tencentcloud/faceid/v20180301/errorcodes.py +3 -0
- tencentcloud/live/v20180801/models.py +40 -0
- tencentcloud/mariadb/v20170312/models.py +4 -0
- tencentcloud/mps/v20190612/models.py +663 -0
- tencentcloud/mps/v20190612/mps_client.py +92 -0
- tencentcloud/privatedns/v20201028/models.py +0 -10
- tencentcloud/redis/v20180412/models.py +299 -0
- tencentcloud/redis/v20180412/redis_client.py +46 -0
- tencentcloud/tcb/v20180608/models.py +30 -0
- tencentcloud/trocket/v20230308/models.py +216 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/tsf/v20180326/errorcodes.py +18 -0
- tencentcloud/tsf/v20180326/models.py +21 -4
- tencentcloud/tsf/v20180326/tsf_client.py +3 -1
- {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/RECORD +38 -33
- {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1288.dist-info}/top_level.txt +0 -0
@@ -5192,7 +5192,7 @@ class EnvData(AbstractModel):
|
|
5192
5192
|
:type SecurityGroupIds: list of str
|
5193
5193
|
:param _EnhancedService: 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认开启云监控、云安全服务。
|
5194
5194
|
:type EnhancedService: :class:`tencentcloud.batch.v20170312.models.EnhancedService`
|
5195
|
-
:param _InstanceChargeType: CVM实例计费类型<br><li>POSTPAID_BY_HOUR
|
5195
|
+
:param _InstanceChargeType: CVM实例计费类型<br><li>POSTPAID_BY_HOUR:按小时后付费</li><li>SPOTPAID:竞价付费</li><br>默认值:POSTPAID_BY_HOUR。
|
5196
5196
|
:type InstanceChargeType: str
|
5197
5197
|
:param _InstanceMarketOptions: 实例的市场相关选项,如竞价实例相关参数
|
5198
5198
|
:type InstanceMarketOptions: :class:`tencentcloud.batch.v20170312.models.InstanceMarketOptionsRequest`
|
@@ -5334,7 +5334,7 @@ class EnvData(AbstractModel):
|
|
5334
5334
|
|
5335
5335
|
@property
|
5336
5336
|
def InstanceChargeType(self):
|
5337
|
-
"""CVM实例计费类型<br><li>POSTPAID_BY_HOUR
|
5337
|
+
"""CVM实例计费类型<br><li>POSTPAID_BY_HOUR:按小时后付费</li><li>SPOTPAID:竞价付费</li><br>默认值:POSTPAID_BY_HOUR。
|
5338
5338
|
:rtype: str
|
5339
5339
|
"""
|
5340
5340
|
return self._InstanceChargeType
|
@@ -211,7 +211,7 @@ class CdbClient(AbstractClient):
|
|
211
211
|
|
212
212
|
|
213
213
|
def CloseCDBProxy(self, request):
|
214
|
-
"""
|
214
|
+
"""本接口(CloseCDBProxy)用于关闭数据库代理。
|
215
215
|
|
216
216
|
:param request: Request instance for CloseCDBProxy.
|
217
217
|
:type request: :class:`tencentcloud.cdb.v20170320.models.CloseCDBProxyRequest`
|
@@ -621,7 +621,7 @@ class CdbClient(AbstractClient):
|
|
621
621
|
|
622
622
|
|
623
623
|
def CreateDeployGroup(self, request):
|
624
|
-
"""
|
624
|
+
"""本接口(CreateDeployGroup)用于创建放置实例的置放群组。
|
625
625
|
|
626
626
|
:param request: Request instance for CreateDeployGroup.
|
627
627
|
:type request: :class:`tencentcloud.cdb.v20170320.models.CreateDeployGroupRequest`
|
@@ -1106,7 +1106,7 @@ class CdbClient(AbstractClient):
|
|
1106
1106
|
|
1107
1107
|
|
1108
1108
|
def DescribeAuditLogs(self, request):
|
1109
|
-
"""
|
1109
|
+
"""本接口(DescribeAuditLogs)用于查询数据库审计日志。
|
1110
1110
|
|
1111
1111
|
:param request: Request instance for DescribeAuditLogs.
|
1112
1112
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DescribeAuditLogsRequest`
|
@@ -26,10 +26,8 @@ class Account(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _User: 新账户的名称
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type User: str
|
31
30
|
:param _Host: 新账户的域名
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type Host: str
|
34
32
|
"""
|
35
33
|
self._User = None
|
@@ -38,7 +36,6 @@ class Account(AbstractModel):
|
|
38
36
|
@property
|
39
37
|
def User(self):
|
40
38
|
"""新账户的名称
|
41
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
42
39
|
:rtype: str
|
43
40
|
"""
|
44
41
|
return self._User
|
@@ -50,7 +47,6 @@ class Account(AbstractModel):
|
|
50
47
|
@property
|
51
48
|
def Host(self):
|
52
49
|
"""新账户的域名
|
53
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
54
50
|
:rtype: str
|
55
51
|
"""
|
56
52
|
return self._Host
|
@@ -1594,8 +1590,9 @@ class AuditLog(AbstractModel):
|
|
1594
1590
|
注意:此字段可能返回 null,表示取不到有效值。
|
1595
1591
|
:type TrxLivingTime: int
|
1596
1592
|
:param _TemplateInfo: 日志命中规则模板的基本信息
|
1597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1598
1593
|
:type TemplateInfo: list of LogRuleTemplateInfo
|
1594
|
+
:param _TrxId: 事务ID
|
1595
|
+
:type TrxId: int
|
1599
1596
|
"""
|
1600
1597
|
self._AffectRows = None
|
1601
1598
|
self._ErrCode = None
|
@@ -1616,6 +1613,7 @@ class AuditLog(AbstractModel):
|
|
1616
1613
|
self._NsTime = None
|
1617
1614
|
self._TrxLivingTime = None
|
1618
1615
|
self._TemplateInfo = None
|
1616
|
+
self._TrxId = None
|
1619
1617
|
|
1620
1618
|
@property
|
1621
1619
|
def AffectRows(self):
|
@@ -1824,7 +1822,6 @@ class AuditLog(AbstractModel):
|
|
1824
1822
|
@property
|
1825
1823
|
def TemplateInfo(self):
|
1826
1824
|
"""日志命中规则模板的基本信息
|
1827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1828
1825
|
:rtype: list of LogRuleTemplateInfo
|
1829
1826
|
"""
|
1830
1827
|
return self._TemplateInfo
|
@@ -1833,6 +1830,17 @@ class AuditLog(AbstractModel):
|
|
1833
1830
|
def TemplateInfo(self, TemplateInfo):
|
1834
1831
|
self._TemplateInfo = TemplateInfo
|
1835
1832
|
|
1833
|
+
@property
|
1834
|
+
def TrxId(self):
|
1835
|
+
""" 事务ID
|
1836
|
+
:rtype: int
|
1837
|
+
"""
|
1838
|
+
return self._TrxId
|
1839
|
+
|
1840
|
+
@TrxId.setter
|
1841
|
+
def TrxId(self, TrxId):
|
1842
|
+
self._TrxId = TrxId
|
1843
|
+
|
1836
1844
|
|
1837
1845
|
def _deserialize(self, params):
|
1838
1846
|
self._AffectRows = params.get("AffectRows")
|
@@ -1859,6 +1867,7 @@ class AuditLog(AbstractModel):
|
|
1859
1867
|
obj = LogRuleTemplateInfo()
|
1860
1868
|
obj._deserialize(item)
|
1861
1869
|
self._TemplateInfo.append(obj)
|
1870
|
+
self._TrxId = params.get("TrxId")
|
1862
1871
|
memeber_set = set(params.keys())
|
1863
1872
|
for name, value in vars(self).items():
|
1864
1873
|
property_name = name[1:]
|
@@ -5912,12 +5921,16 @@ class ColumnPrivilege(AbstractModel):
|
|
5912
5921
|
def __init__(self):
|
5913
5922
|
r"""
|
5914
5923
|
:param _Database: 数据库名
|
5924
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5915
5925
|
:type Database: str
|
5916
5926
|
:param _Table: 数据库表名
|
5927
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5917
5928
|
:type Table: str
|
5918
5929
|
:param _Column: 数据库列名
|
5930
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5919
5931
|
:type Column: str
|
5920
5932
|
:param _Privileges: 权限信息
|
5933
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5921
5934
|
:type Privileges: list of str
|
5922
5935
|
"""
|
5923
5936
|
self._Database = None
|
@@ -5928,6 +5941,7 @@ class ColumnPrivilege(AbstractModel):
|
|
5928
5941
|
@property
|
5929
5942
|
def Database(self):
|
5930
5943
|
"""数据库名
|
5944
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5931
5945
|
:rtype: str
|
5932
5946
|
"""
|
5933
5947
|
return self._Database
|
@@ -5939,6 +5953,7 @@ class ColumnPrivilege(AbstractModel):
|
|
5939
5953
|
@property
|
5940
5954
|
def Table(self):
|
5941
5955
|
"""数据库表名
|
5956
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5942
5957
|
:rtype: str
|
5943
5958
|
"""
|
5944
5959
|
return self._Table
|
@@ -5950,6 +5965,7 @@ class ColumnPrivilege(AbstractModel):
|
|
5950
5965
|
@property
|
5951
5966
|
def Column(self):
|
5952
5967
|
"""数据库列名
|
5968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5953
5969
|
:rtype: str
|
5954
5970
|
"""
|
5955
5971
|
return self._Column
|
@@ -5961,6 +5977,7 @@ class ColumnPrivilege(AbstractModel):
|
|
5961
5977
|
@property
|
5962
5978
|
def Privileges(self):
|
5963
5979
|
"""权限信息
|
5980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5964
5981
|
:rtype: list of str
|
5965
5982
|
"""
|
5966
5983
|
return self._Privileges
|
@@ -10473,8 +10490,10 @@ class DatabasePrivilege(AbstractModel):
|
|
10473
10490
|
def __init__(self):
|
10474
10491
|
r"""
|
10475
10492
|
:param _Privileges: 权限信息
|
10493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10476
10494
|
:type Privileges: list of str
|
10477
10495
|
:param _Database: 数据库名
|
10496
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10478
10497
|
:type Database: str
|
10479
10498
|
"""
|
10480
10499
|
self._Privileges = None
|
@@ -10483,6 +10502,7 @@ class DatabasePrivilege(AbstractModel):
|
|
10483
10502
|
@property
|
10484
10503
|
def Privileges(self):
|
10485
10504
|
"""权限信息
|
10505
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10486
10506
|
:rtype: list of str
|
10487
10507
|
"""
|
10488
10508
|
return self._Privileges
|
@@ -10494,6 +10514,7 @@ class DatabasePrivilege(AbstractModel):
|
|
10494
10514
|
@property
|
10495
10515
|
def Database(self):
|
10496
10516
|
"""数据库名
|
10517
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10497
10518
|
:rtype: str
|
10498
10519
|
"""
|
10499
10520
|
return self._Database
|
@@ -12454,7 +12475,7 @@ class DescribeAuditLogsRequest(AbstractModel):
|
|
12454
12475
|
:type EndTime: str
|
12455
12476
|
:param _Limit: 分页参数,单次返回的数据条数。默认值为100,最大值为100。
|
12456
12477
|
:type Limit: int
|
12457
|
-
:param _Offset:
|
12478
|
+
:param _Offset: 日志偏移量,最多支持偏移查询65535条日志。可填写范围:0 - 65535。
|
12458
12479
|
:type Offset: int
|
12459
12480
|
:param _Order: 排序方式。支持值包括:"ASC" - 升序,"DESC" - 降序。
|
12460
12481
|
:type Order: str
|
@@ -12521,7 +12542,7 @@ class DescribeAuditLogsRequest(AbstractModel):
|
|
12521
12542
|
|
12522
12543
|
@property
|
12523
12544
|
def Offset(self):
|
12524
|
-
"""
|
12545
|
+
"""日志偏移量,最多支持偏移查询65535条日志。可填写范围:0 - 65535。
|
12525
12546
|
:rtype: int
|
12526
12547
|
"""
|
12527
12548
|
return self._Offset
|
@@ -36683,10 +36704,13 @@ class TablePrivilege(AbstractModel):
|
|
36683
36704
|
def __init__(self):
|
36684
36705
|
r"""
|
36685
36706
|
:param _Database: 数据库名
|
36707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36686
36708
|
:type Database: str
|
36687
36709
|
:param _Table: 数据库表名
|
36710
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36688
36711
|
:type Table: str
|
36689
36712
|
:param _Privileges: 权限信息
|
36713
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36690
36714
|
:type Privileges: list of str
|
36691
36715
|
"""
|
36692
36716
|
self._Database = None
|
@@ -36696,6 +36720,7 @@ class TablePrivilege(AbstractModel):
|
|
36696
36720
|
@property
|
36697
36721
|
def Database(self):
|
36698
36722
|
"""数据库名
|
36723
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36699
36724
|
:rtype: str
|
36700
36725
|
"""
|
36701
36726
|
return self._Database
|
@@ -36707,6 +36732,7 @@ class TablePrivilege(AbstractModel):
|
|
36707
36732
|
@property
|
36708
36733
|
def Table(self):
|
36709
36734
|
"""数据库表名
|
36735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36710
36736
|
:rtype: str
|
36711
36737
|
"""
|
36712
36738
|
return self._Table
|
@@ -36718,6 +36744,7 @@ class TablePrivilege(AbstractModel):
|
|
36718
36744
|
@property
|
36719
36745
|
def Privileges(self):
|
36720
36746
|
"""权限信息
|
36747
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36721
36748
|
:rtype: list of str
|
36722
36749
|
"""
|
36723
36750
|
return self._Privileges
|
@@ -37014,11 +37041,9 @@ class TaskAttachInfo(AbstractModel):
|
|
37014
37041
|
r"""
|
37015
37042
|
:param _AttachKey: 升级任务:
|
37016
37043
|
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
|
37017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37018
37044
|
:type AttachKey: str
|
37019
37045
|
:param _AttachValue: 升级任务:
|
37020
37046
|
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
|
37021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37022
37047
|
:type AttachValue: str
|
37023
37048
|
"""
|
37024
37049
|
self._AttachKey = None
|
@@ -37028,7 +37053,6 @@ class TaskAttachInfo(AbstractModel):
|
|
37028
37053
|
def AttachKey(self):
|
37029
37054
|
"""升级任务:
|
37030
37055
|
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
|
37031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37032
37056
|
:rtype: str
|
37033
37057
|
"""
|
37034
37058
|
return self._AttachKey
|
@@ -37041,7 +37065,6 @@ class TaskAttachInfo(AbstractModel):
|
|
37041
37065
|
def AttachValue(self):
|
37042
37066
|
"""升级任务:
|
37043
37067
|
”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
|
37044
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37045
37068
|
:rtype: str
|
37046
37069
|
"""
|
37047
37070
|
return self._AttachValue
|
@@ -37114,7 +37137,6 @@ class TaskDetail(AbstractModel):
|
|
37114
37137
|
:param _AsyncRequestId: 异步任务的请求 ID。
|
37115
37138
|
:type AsyncRequestId: str
|
37116
37139
|
:param _TaskAttachInfo: 任务的附加信息。
|
37117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37118
37140
|
:type TaskAttachInfo: list of TaskAttachInfo
|
37119
37141
|
"""
|
37120
37142
|
self._Code = None
|
@@ -37264,7 +37286,6 @@ class TaskDetail(AbstractModel):
|
|
37264
37286
|
@property
|
37265
37287
|
def TaskAttachInfo(self):
|
37266
37288
|
"""任务的附加信息。
|
37267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37268
37289
|
:rtype: list of TaskAttachInfo
|
37269
37290
|
"""
|
37270
37291
|
return self._TaskAttachInfo
|
@@ -1065,7 +1065,7 @@ class CreateInstanceNewRequest(AbstractModel):
|
|
1065
1065
|
:type UserVPCId: str
|
1066
1066
|
:param _UserSubnetId: 子网
|
1067
1067
|
:type UserSubnetId: str
|
1068
|
-
:param _ProductVersion:
|
1068
|
+
:param _ProductVersion: 系统版本
|
1069
1069
|
:type ProductVersion: str
|
1070
1070
|
:param _ChargeProperties: 计费方式
|
1071
1071
|
:type ChargeProperties: :class:`tencentcloud.cdwch.v20200915.models.Charge`
|
@@ -1080,7 +1080,7 @@ SpecName从DescribeSpec接口中返回的DataSpec.Name获取
|
|
1080
1080
|
:type ClsLogSetId: str
|
1081
1081
|
:param _CosBucketName: COS桶名称
|
1082
1082
|
:type CosBucketName: str
|
1083
|
-
:param _MountDiskType:
|
1083
|
+
:param _MountDiskType: 是否是裸盘挂载,默认值 0 为 未挂载,1 为挂载。
|
1084
1084
|
:type MountDiskType: int
|
1085
1085
|
:param _HAZk: 是否是ZK高可用
|
1086
1086
|
:type HAZk: bool
|
@@ -1152,7 +1152,7 @@ SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
|
|
1152
1152
|
|
1153
1153
|
@property
|
1154
1154
|
def ProductVersion(self):
|
1155
|
-
"""
|
1155
|
+
"""系统版本
|
1156
1156
|
:rtype: str
|
1157
1157
|
"""
|
1158
1158
|
return self._ProductVersion
|
@@ -1234,7 +1234,7 @@ SpecName从DescribeSpec接口中返回的DataSpec.Name获取
|
|
1234
1234
|
|
1235
1235
|
@property
|
1236
1236
|
def MountDiskType(self):
|
1237
|
-
"""
|
1237
|
+
"""是否是裸盘挂载,默认值 0 为 未挂载,1 为挂载。
|
1238
1238
|
:rtype: int
|
1239
1239
|
"""
|
1240
1240
|
return self._MountDiskType
|
@@ -7151,7 +7151,7 @@ class ScheduleStrategy(AbstractModel):
|
|
7151
7151
|
|
7152
7152
|
def __init__(self):
|
7153
7153
|
r"""
|
7154
|
-
:param _CosBucketName:
|
7154
|
+
:param _CosBucketName: 备份桶名称
|
7155
7155
|
注意:此字段可能返回 null,表示取不到有效值。
|
7156
7156
|
:type CosBucketName: str
|
7157
7157
|
:param _RetainDays: 备份保留天数
|
@@ -7175,7 +7175,7 @@ class ScheduleStrategy(AbstractModel):
|
|
7175
7175
|
|
7176
7176
|
@property
|
7177
7177
|
def CosBucketName(self):
|
7178
|
-
"""
|
7178
|
+
"""备份桶名称
|
7179
7179
|
注意:此字段可能返回 null,表示取不到有效值。
|
7180
7180
|
:rtype: str
|
7181
7181
|
"""
|
@@ -11477,6 +11477,8 @@ class NodeInfos(AbstractModel):
|
|
11477
11477
|
:param _Zone: 可用区
|
11478
11478
|
注意:此字段可能返回 null,表示取不到有效值。
|
11479
11479
|
:type Zone: str
|
11480
|
+
:param _CreateTime: 创建时间
|
11481
|
+
:type CreateTime: str
|
11480
11482
|
"""
|
11481
11483
|
self._NodeName = None
|
11482
11484
|
self._Status = None
|
@@ -11486,6 +11488,7 @@ class NodeInfos(AbstractModel):
|
|
11486
11488
|
self._LastRestartTime = None
|
11487
11489
|
self._Id = None
|
11488
11490
|
self._Zone = None
|
11491
|
+
self._CreateTime = None
|
11489
11492
|
|
11490
11493
|
@property
|
11491
11494
|
def NodeName(self):
|
@@ -11577,6 +11580,17 @@ class NodeInfos(AbstractModel):
|
|
11577
11580
|
def Zone(self, Zone):
|
11578
11581
|
self._Zone = Zone
|
11579
11582
|
|
11583
|
+
@property
|
11584
|
+
def CreateTime(self):
|
11585
|
+
"""创建时间
|
11586
|
+
:rtype: str
|
11587
|
+
"""
|
11588
|
+
return self._CreateTime
|
11589
|
+
|
11590
|
+
@CreateTime.setter
|
11591
|
+
def CreateTime(self, CreateTime):
|
11592
|
+
self._CreateTime = CreateTime
|
11593
|
+
|
11580
11594
|
|
11581
11595
|
def _deserialize(self, params):
|
11582
11596
|
self._NodeName = params.get("NodeName")
|
@@ -11587,6 +11601,7 @@ class NodeInfos(AbstractModel):
|
|
11587
11601
|
self._LastRestartTime = params.get("LastRestartTime")
|
11588
11602
|
self._Id = params.get("Id")
|
11589
11603
|
self._Zone = params.get("Zone")
|
11604
|
+
self._CreateTime = params.get("CreateTime")
|
11590
11605
|
memeber_set = set(params.keys())
|
11591
11606
|
for name, value in vars(self).items():
|
11592
11607
|
property_name = name[1:]
|
@@ -4872,13 +4872,10 @@ NotAvailable:不可用
|
|
4872
4872
|
Available:可用
|
4873
4873
|
:type TieringState: str
|
4874
4874
|
:param _TieringDetail: 分层存储详情
|
4875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4876
4875
|
:type TieringDetail: :class:`tencentcloud.cfs.v20190719.models.TieringDetailInfo`
|
4877
4876
|
:param _AutoScaleUpRule: 文件系统自动扩容策略
|
4878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4879
4877
|
:type AutoScaleUpRule: :class:`tencentcloud.cfs.v20190719.models.AutoScaleUpRule`
|
4880
4878
|
:param _Version: 文件系统版本
|
4881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4882
4879
|
:type Version: str
|
4883
4880
|
"""
|
4884
4881
|
self._CreationTime = None
|
@@ -5173,7 +5170,6 @@ Available:可用
|
|
5173
5170
|
@property
|
5174
5171
|
def TieringDetail(self):
|
5175
5172
|
"""分层存储详情
|
5176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5177
5173
|
:rtype: :class:`tencentcloud.cfs.v20190719.models.TieringDetailInfo`
|
5178
5174
|
"""
|
5179
5175
|
return self._TieringDetail
|
@@ -5185,7 +5181,6 @@ Available:可用
|
|
5185
5181
|
@property
|
5186
5182
|
def AutoScaleUpRule(self):
|
5187
5183
|
"""文件系统自动扩容策略
|
5188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5189
5184
|
:rtype: :class:`tencentcloud.cfs.v20190719.models.AutoScaleUpRule`
|
5190
5185
|
"""
|
5191
5186
|
return self._AutoScaleUpRule
|
@@ -5197,7 +5192,6 @@ Available:可用
|
|
5197
5192
|
@property
|
5198
5193
|
def Version(self):
|
5199
5194
|
"""文件系统版本
|
5200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5201
5195
|
:rtype: str
|
5202
5196
|
"""
|
5203
5197
|
return self._Version
|
@@ -5322,19 +5316,14 @@ class MigrationTaskInfo(AbstractModel):
|
|
5322
5316
|
:param _MigrationMode: 迁移模式,默认为0。0: 全量迁移
|
5323
5317
|
:type MigrationMode: int
|
5324
5318
|
:param _BucketName: 数据源桶名称
|
5325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5326
5319
|
:type BucketName: str
|
5327
5320
|
:param _BucketRegion: 数据源桶地域
|
5328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5329
5321
|
:type BucketRegion: str
|
5330
5322
|
:param _BucketAddress: 数据源桶地址
|
5331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5332
5323
|
:type BucketAddress: str
|
5333
5324
|
:param _ListAddress: 清单地址
|
5334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5335
5325
|
:type ListAddress: str
|
5336
5326
|
:param _FsName: 文件系统实例名称
|
5337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5338
5327
|
:type FsName: str
|
5339
5328
|
:param _FileSystemId: 文件系统实例Id
|
5340
5329
|
:type FileSystemId: str
|
@@ -5345,39 +5334,28 @@ class MigrationTaskInfo(AbstractModel):
|
|
5345
5334
|
:param _CreateTime: 创建时间
|
5346
5335
|
:type CreateTime: int
|
5347
5336
|
:param _EndTime: 完成/终止时间
|
5348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5349
5337
|
:type EndTime: int
|
5350
5338
|
:param _Status: 迁移状态。0: 已完成;1: 进行中;2: 已终止
|
5351
5339
|
:type Status: int
|
5352
5340
|
:param _FileTotalCount: 文件数量
|
5353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5354
5341
|
:type FileTotalCount: int
|
5355
5342
|
:param _FileMigratedCount: 已迁移文件数量
|
5356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5357
5343
|
:type FileMigratedCount: int
|
5358
5344
|
:param _FileFailedCount: 迁移失败文件数量
|
5359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5360
5345
|
:type FileFailedCount: int
|
5361
5346
|
:param _FileTotalSize: 文件容量,单位Byte
|
5362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5363
5347
|
:type FileTotalSize: int
|
5364
5348
|
:param _FileMigratedSize: 已迁移文件容量,单位Byte
|
5365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5366
5349
|
:type FileMigratedSize: int
|
5367
5350
|
:param _FileFailedSize: 迁移失败文件容量,单位Byte
|
5368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5369
5351
|
:type FileFailedSize: int
|
5370
5352
|
:param _FileTotalList: 全部清单
|
5371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5372
5353
|
:type FileTotalList: str
|
5373
5354
|
:param _FileCompletedList: 已完成文件清单
|
5374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5375
5355
|
:type FileCompletedList: str
|
5376
5356
|
:param _FileFailedList: 失败文件清单
|
5377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5378
5357
|
:type FileFailedList: str
|
5379
5358
|
:param _BucketPath: 源桶路径
|
5380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5381
5359
|
:type BucketPath: str
|
5382
5360
|
:param _Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
5383
5361
|
:type Direction: int
|
@@ -5456,7 +5434,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5456
5434
|
@property
|
5457
5435
|
def BucketName(self):
|
5458
5436
|
"""数据源桶名称
|
5459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5460
5437
|
:rtype: str
|
5461
5438
|
"""
|
5462
5439
|
return self._BucketName
|
@@ -5468,7 +5445,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5468
5445
|
@property
|
5469
5446
|
def BucketRegion(self):
|
5470
5447
|
"""数据源桶地域
|
5471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5472
5448
|
:rtype: str
|
5473
5449
|
"""
|
5474
5450
|
return self._BucketRegion
|
@@ -5480,7 +5456,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5480
5456
|
@property
|
5481
5457
|
def BucketAddress(self):
|
5482
5458
|
"""数据源桶地址
|
5483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5484
5459
|
:rtype: str
|
5485
5460
|
"""
|
5486
5461
|
return self._BucketAddress
|
@@ -5492,7 +5467,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5492
5467
|
@property
|
5493
5468
|
def ListAddress(self):
|
5494
5469
|
"""清单地址
|
5495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5496
5470
|
:rtype: str
|
5497
5471
|
"""
|
5498
5472
|
return self._ListAddress
|
@@ -5504,7 +5478,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5504
5478
|
@property
|
5505
5479
|
def FsName(self):
|
5506
5480
|
"""文件系统实例名称
|
5507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5508
5481
|
:rtype: str
|
5509
5482
|
"""
|
5510
5483
|
return self._FsName
|
@@ -5560,7 +5533,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5560
5533
|
@property
|
5561
5534
|
def EndTime(self):
|
5562
5535
|
"""完成/终止时间
|
5563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5564
5536
|
:rtype: int
|
5565
5537
|
"""
|
5566
5538
|
return self._EndTime
|
@@ -5583,7 +5555,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5583
5555
|
@property
|
5584
5556
|
def FileTotalCount(self):
|
5585
5557
|
"""文件数量
|
5586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5587
5558
|
:rtype: int
|
5588
5559
|
"""
|
5589
5560
|
return self._FileTotalCount
|
@@ -5595,7 +5566,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5595
5566
|
@property
|
5596
5567
|
def FileMigratedCount(self):
|
5597
5568
|
"""已迁移文件数量
|
5598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5599
5569
|
:rtype: int
|
5600
5570
|
"""
|
5601
5571
|
return self._FileMigratedCount
|
@@ -5607,7 +5577,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5607
5577
|
@property
|
5608
5578
|
def FileFailedCount(self):
|
5609
5579
|
"""迁移失败文件数量
|
5610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5611
5580
|
:rtype: int
|
5612
5581
|
"""
|
5613
5582
|
return self._FileFailedCount
|
@@ -5619,7 +5588,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5619
5588
|
@property
|
5620
5589
|
def FileTotalSize(self):
|
5621
5590
|
"""文件容量,单位Byte
|
5622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5623
5591
|
:rtype: int
|
5624
5592
|
"""
|
5625
5593
|
return self._FileTotalSize
|
@@ -5631,7 +5599,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5631
5599
|
@property
|
5632
5600
|
def FileMigratedSize(self):
|
5633
5601
|
"""已迁移文件容量,单位Byte
|
5634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5635
5602
|
:rtype: int
|
5636
5603
|
"""
|
5637
5604
|
return self._FileMigratedSize
|
@@ -5643,7 +5610,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5643
5610
|
@property
|
5644
5611
|
def FileFailedSize(self):
|
5645
5612
|
"""迁移失败文件容量,单位Byte
|
5646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5647
5613
|
:rtype: int
|
5648
5614
|
"""
|
5649
5615
|
return self._FileFailedSize
|
@@ -5655,7 +5621,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5655
5621
|
@property
|
5656
5622
|
def FileTotalList(self):
|
5657
5623
|
"""全部清单
|
5658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5659
5624
|
:rtype: str
|
5660
5625
|
"""
|
5661
5626
|
return self._FileTotalList
|
@@ -5667,7 +5632,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5667
5632
|
@property
|
5668
5633
|
def FileCompletedList(self):
|
5669
5634
|
"""已完成文件清单
|
5670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5671
5635
|
:rtype: str
|
5672
5636
|
"""
|
5673
5637
|
return self._FileCompletedList
|
@@ -5679,7 +5643,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5679
5643
|
@property
|
5680
5644
|
def FileFailedList(self):
|
5681
5645
|
"""失败文件清单
|
5682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5683
5646
|
:rtype: str
|
5684
5647
|
"""
|
5685
5648
|
return self._FileFailedList
|
@@ -5691,7 +5654,6 @@ class MigrationTaskInfo(AbstractModel):
|
|
5691
5654
|
@property
|
5692
5655
|
def BucketPath(self):
|
5693
5656
|
"""源桶路径
|
5694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5695
5657
|
:rtype: str
|
5696
5658
|
"""
|
5697
5659
|
return self._BucketPath
|
@@ -7255,7 +7217,6 @@ class TieringDetailInfo(AbstractModel):
|
|
7255
7217
|
def __init__(self):
|
7256
7218
|
r"""
|
7257
7219
|
:param _TieringSizeInBytes: 低频存储容量
|
7258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7259
7220
|
:type TieringSizeInBytes: int
|
7260
7221
|
:param _SecondaryTieringSizeInBytes: 冷存储容量
|
7261
7222
|
:type SecondaryTieringSizeInBytes: int
|
@@ -7266,7 +7227,6 @@ class TieringDetailInfo(AbstractModel):
|
|
7266
7227
|
@property
|
7267
7228
|
def TieringSizeInBytes(self):
|
7268
7229
|
"""低频存储容量
|
7269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7270
7230
|
:rtype: int
|
7271
7231
|
"""
|
7272
7232
|
return self._TieringSizeInBytes
|
@@ -8474,16 +8434,13 @@ class UserQuota(AbstractModel):
|
|
8474
8434
|
:param _FileSystemId: 文件系统ID
|
8475
8435
|
:type FileSystemId: str
|
8476
8436
|
:param _CapacityUsed: 容量使用,单位GiB
|
8477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8478
8437
|
:type CapacityUsed: int
|
8479
8438
|
:param _FileUsed: 文件使用个数,单位个
|
8480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8481
8439
|
:type FileUsed: int
|
8482
8440
|
:param _DirectoryPath: 目录配额的目录绝对路径
|
8483
8441
|
注意:此字段可能返回 null,表示取不到有效值。
|
8484
8442
|
:type DirectoryPath: str
|
8485
8443
|
:param _Status: 配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
|
8486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8487
8444
|
:type Status: str
|
8488
8445
|
"""
|
8489
8446
|
self._UserType = None
|
@@ -8554,7 +8511,6 @@ class UserQuota(AbstractModel):
|
|
8554
8511
|
@property
|
8555
8512
|
def CapacityUsed(self):
|
8556
8513
|
"""容量使用,单位GiB
|
8557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8558
8514
|
:rtype: int
|
8559
8515
|
"""
|
8560
8516
|
return self._CapacityUsed
|
@@ -8566,7 +8522,6 @@ class UserQuota(AbstractModel):
|
|
8566
8522
|
@property
|
8567
8523
|
def FileUsed(self):
|
8568
8524
|
"""文件使用个数,单位个
|
8569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8570
8525
|
:rtype: int
|
8571
8526
|
"""
|
8572
8527
|
return self._FileUsed
|
@@ -8590,7 +8545,6 @@ class UserQuota(AbstractModel):
|
|
8590
8545
|
@property
|
8591
8546
|
def Status(self):
|
8592
8547
|
"""配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
|
8593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8594
8548
|
:rtype: str
|
8595
8549
|
"""
|
8596
8550
|
return self._Status
|