tencentcloud-sdk-python 3.0.1382__py2.py3-none-any.whl → 3.0.1384__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/batch/v20170312/models.py +10 -2
- tencentcloud/cbs/v20170312/cbs_client.py +4 -6
- tencentcloud/cbs/v20170312/errorcodes.py +9 -0
- tencentcloud/cbs/v20170312/models.py +178 -119
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +44 -4
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/models.py +46 -48
- tencentcloud/cfw/v20190904/cfw_client.py +1 -1
- tencentcloud/cfw/v20190904/models.py +2 -2
- tencentcloud/cvm/v20170312/models.py +60 -40
- tencentcloud/cynosdb/v20190107/models.py +286 -4
- tencentcloud/dnspod/v20210323/dnspod_client.py +1 -1
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +104 -106
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +10 -12
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/es/v20180416/models.py +87 -0
- tencentcloud/ess/v20201111/errorcodes.py +9 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -0
- tencentcloud/ess/v20201111/models.py +237 -26
- tencentcloud/essbasic/v20210526/errorcodes.py +3 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/essbasic/v20210526/models.py +48 -6
- tencentcloud/gs/v20191118/models.py +30 -0
- tencentcloud/hai/v20230812/hai_client.py +9 -7
- tencentcloud/hai/v20230812/models.py +72 -84
- tencentcloud/lke/v20231130/models.py +700 -19
- tencentcloud/lkeap/v20240522/lkeap_client.py +23 -19
- tencentcloud/lkeap/v20240522/models.py +167 -144
- tencentcloud/mps/v20190612/models.py +324 -0
- tencentcloud/mrs/v20200910/models.py +52 -0
- tencentcloud/postgres/v20170312/errorcodes.py +0 -3
- tencentcloud/postgres/v20170312/models.py +0 -282
- tencentcloud/postgres/v20170312/postgres_client.py +0 -75
- tencentcloud/privatedns/v20201028/errorcodes.py +2 -2
- tencentcloud/privatedns/v20201028/models.py +12 -12
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/ssl/v20191205/errorcodes.py +24 -0
- tencentcloud/ssl/v20191205/models.py +176 -6
- tencentcloud/tcbr/v20220217/models.py +0 -16
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +81 -13
- tencentcloud/teo/v20220901/teo_client.py +5 -0
- tencentcloud/tke/v20180525/errorcodes.py +18 -0
- tencentcloud/tke/v20180525/models.py +15 -184
- tencentcloud/tke/v20180525/tke_client.py +0 -23
- tencentcloud/tke/v20220501/models.py +115 -2
- tencentcloud/tms/v20201229/errorcodes.py +3 -0
- tencentcloud/tms/v20201229/models.py +36 -4
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +18 -18
- tencentcloud/vpc/v20170312/vpc_client.py +1 -1
- tencentcloud/waf/v20180125/models.py +120 -32
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/RECORD +62 -62
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/top_level.txt +0 -0
@@ -1222,7 +1222,7 @@ class CdbClient(AbstractClient):
|
|
1222
1222
|
|
1223
1223
|
|
1224
1224
|
def DescribeBackupConfig(self, request):
|
1225
|
-
"""
|
1225
|
+
"""本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
|
1226
1226
|
|
1227
1227
|
:param request: Request instance for DescribeBackupConfig.
|
1228
1228
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DescribeBackupConfigRequest`
|
@@ -1042,7 +1042,7 @@ class AnalyzeAuditLogsRequest(AbstractModel):
|
|
1042
1042
|
:type EndTime: str
|
1043
1043
|
:param _AggregationConditions: 聚合维度的排序条件。
|
1044
1044
|
:type AggregationConditions: list of AggregationCondition
|
1045
|
-
:param _AuditLogFilter:
|
1045
|
+
:param _AuditLogFilter: 已废弃。
|
1046
1046
|
:type AuditLogFilter: :class:`tencentcloud.cdb.v20170320.models.AuditLogFilter`
|
1047
1047
|
:param _LogFilter: 该过滤条件下的审计日志结果集作为分析日志。
|
1048
1048
|
:type LogFilter: list of InstanceAuditLogFilters
|
@@ -1100,13 +1100,17 @@ class AnalyzeAuditLogsRequest(AbstractModel):
|
|
1100
1100
|
|
1101
1101
|
@property
|
1102
1102
|
def AuditLogFilter(self):
|
1103
|
-
""
|
1103
|
+
warnings.warn("parameter `AuditLogFilter` is deprecated", DeprecationWarning)
|
1104
|
+
|
1105
|
+
"""已废弃。
|
1104
1106
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.AuditLogFilter`
|
1105
1107
|
"""
|
1106
1108
|
return self._AuditLogFilter
|
1107
1109
|
|
1108
1110
|
@AuditLogFilter.setter
|
1109
1111
|
def AuditLogFilter(self, AuditLogFilter):
|
1112
|
+
warnings.warn("parameter `AuditLogFilter` is deprecated", DeprecationWarning)
|
1113
|
+
|
1110
1114
|
self._AuditLogFilter = AuditLogFilter
|
1111
1115
|
|
1112
1116
|
@property
|
@@ -6405,6 +6409,8 @@ class CreateAuditLogFileRequest(AbstractModel):
|
|
6405
6409
|
|
6406
6410
|
@property
|
6407
6411
|
def Filter(self):
|
6412
|
+
warnings.warn("parameter `Filter` is deprecated", DeprecationWarning)
|
6413
|
+
|
6408
6414
|
"""已废弃。
|
6409
6415
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.AuditLogFilter`
|
6410
6416
|
"""
|
@@ -6412,6 +6418,8 @@ class CreateAuditLogFileRequest(AbstractModel):
|
|
6412
6418
|
|
6413
6419
|
@Filter.setter
|
6414
6420
|
def Filter(self, Filter):
|
6421
|
+
warnings.warn("parameter `Filter` is deprecated", DeprecationWarning)
|
6422
|
+
|
6415
6423
|
self._Filter = Filter
|
6416
6424
|
|
6417
6425
|
@property
|
@@ -8272,6 +8280,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
|
|
8272
8280
|
:param _Password: 设置 root 账号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
|
8273
8281
|
:type Password: str
|
8274
8282
|
:param _ParamList: 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
|
8283
|
+
说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例2。
|
8275
8284
|
:type ParamList: list of ParamInfo
|
8276
8285
|
:param _ProtectMode: 数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
|
8277
8286
|
:type ProtectMode: int
|
@@ -8526,6 +8535,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
|
|
8526
8535
|
@property
|
8527
8536
|
def ParamList(self):
|
8528
8537
|
"""参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
|
8538
|
+
说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例2。
|
8529
8539
|
:rtype: list of ParamInfo
|
8530
8540
|
"""
|
8531
8541
|
return self._ParamList
|
@@ -9007,6 +9017,7 @@ class CreateDBInstanceRequest(AbstractModel):
|
|
9007
9017
|
说明:双节点、三节点实例请指定此参数值,若不指定,则默认为 Zone 的值;集群版实例此参数可不填,请通过参数 ClusterTopology 进行读写节点和只读节点的可用区配置;单节点实例为单可用区,无需指定此参数。
|
9008
9018
|
:type SlaveZone: str
|
9009
9019
|
:param _ParamList: 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
|
9020
|
+
说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例3。
|
9010
9021
|
:type ParamList: list of ParamInfo
|
9011
9022
|
:param _BackupZone: 备库 2 的可用区信息,默认为空,购买三节点主实例时可指定该参数。
|
9012
9023
|
:type BackupZone: str
|
@@ -9289,6 +9300,7 @@ class CreateDBInstanceRequest(AbstractModel):
|
|
9289
9300
|
@property
|
9290
9301
|
def ParamList(self):
|
9291
9302
|
"""参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
|
9303
|
+
说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例3。
|
9292
9304
|
:rtype: list of ParamInfo
|
9293
9305
|
"""
|
9294
9306
|
return self._ParamList
|
@@ -13451,6 +13463,8 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13451
13463
|
|
13452
13464
|
@property
|
13453
13465
|
def StartTimeMin(self):
|
13466
|
+
warnings.warn("parameter `StartTimeMin` is deprecated", DeprecationWarning)
|
13467
|
+
|
13454
13468
|
"""自动备份开始的最早时间点,单位为时刻。例如,2 - 凌晨 2:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)
|
13455
13469
|
:rtype: int
|
13456
13470
|
"""
|
@@ -13458,10 +13472,14 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13458
13472
|
|
13459
13473
|
@StartTimeMin.setter
|
13460
13474
|
def StartTimeMin(self, StartTimeMin):
|
13475
|
+
warnings.warn("parameter `StartTimeMin` is deprecated", DeprecationWarning)
|
13476
|
+
|
13461
13477
|
self._StartTimeMin = StartTimeMin
|
13462
13478
|
|
13463
13479
|
@property
|
13464
13480
|
def StartTimeMax(self):
|
13481
|
+
warnings.warn("parameter `StartTimeMax` is deprecated", DeprecationWarning)
|
13482
|
+
|
13465
13483
|
"""自动备份开始的最晚时间点,单位为时刻。例如,6 - 凌晨 6:00。(该字段已废弃,建议使用 BackupTimeWindow 字段)
|
13466
13484
|
:rtype: int
|
13467
13485
|
"""
|
@@ -13469,6 +13487,8 @@ class DescribeBackupConfigResponse(AbstractModel):
|
|
13469
13487
|
|
13470
13488
|
@StartTimeMax.setter
|
13471
13489
|
def StartTimeMax(self, StartTimeMax):
|
13490
|
+
warnings.warn("parameter `StartTimeMax` is deprecated", DeprecationWarning)
|
13491
|
+
|
13472
13492
|
self._StartTimeMax = StartTimeMax
|
13473
13493
|
|
13474
13494
|
@property
|
@@ -25173,6 +25193,8 @@ class IsolateDBInstanceResponse(AbstractModel):
|
|
25173
25193
|
|
25174
25194
|
@property
|
25175
25195
|
def AsyncRequestId(self):
|
25196
|
+
warnings.warn("parameter `AsyncRequestId` is deprecated", DeprecationWarning)
|
25197
|
+
|
25176
25198
|
"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。(该返回字段目前已废弃,可以通过 DescribeDBInstances 接口查询实例的隔离状态)
|
25177
25199
|
:rtype: str
|
25178
25200
|
"""
|
@@ -25180,6 +25202,8 @@ class IsolateDBInstanceResponse(AbstractModel):
|
|
25180
25202
|
|
25181
25203
|
@AsyncRequestId.setter
|
25182
25204
|
def AsyncRequestId(self, AsyncRequestId):
|
25205
|
+
warnings.warn("parameter `AsyncRequestId` is deprecated", DeprecationWarning)
|
25206
|
+
|
25183
25207
|
self._AsyncRequestId = AsyncRequestId
|
25184
25208
|
|
25185
25209
|
@property
|
@@ -26998,7 +27022,7 @@ class ModifyAuditServiceRequest(AbstractModel):
|
|
26998
27022
|
:type HighLogExpireDay: int
|
26999
27023
|
:param _AuditAll: 修改实例审计规则为全审计。
|
27000
27024
|
:type AuditAll: bool
|
27001
|
-
:param _AuditRuleFilters:
|
27025
|
+
:param _AuditRuleFilters: 废弃。
|
27002
27026
|
:type AuditRuleFilters: list of AuditRuleFilters
|
27003
27027
|
:param _RuleTemplateIds: 规则模板ID。
|
27004
27028
|
:type RuleTemplateIds: list of str
|
@@ -27056,13 +27080,17 @@ class ModifyAuditServiceRequest(AbstractModel):
|
|
27056
27080
|
|
27057
27081
|
@property
|
27058
27082
|
def AuditRuleFilters(self):
|
27059
|
-
""
|
27083
|
+
warnings.warn("parameter `AuditRuleFilters` is deprecated", DeprecationWarning)
|
27084
|
+
|
27085
|
+
"""废弃。
|
27060
27086
|
:rtype: list of AuditRuleFilters
|
27061
27087
|
"""
|
27062
27088
|
return self._AuditRuleFilters
|
27063
27089
|
|
27064
27090
|
@AuditRuleFilters.setter
|
27065
27091
|
def AuditRuleFilters(self, AuditRuleFilters):
|
27092
|
+
warnings.warn("parameter `AuditRuleFilters` is deprecated", DeprecationWarning)
|
27093
|
+
|
27066
27094
|
self._AuditRuleFilters = AuditRuleFilters
|
27067
27095
|
|
27068
27096
|
@property
|
@@ -28817,6 +28845,8 @@ class ModifyDBInstanceVipVportResponse(AbstractModel):
|
|
28817
28845
|
|
28818
28846
|
@property
|
28819
28847
|
def AsyncRequestId(self):
|
28848
|
+
warnings.warn("parameter `AsyncRequestId` is deprecated", DeprecationWarning)
|
28849
|
+
|
28820
28850
|
"""异步任务ID。(该返回字段目前已废弃)
|
28821
28851
|
:rtype: str
|
28822
28852
|
"""
|
@@ -28824,6 +28854,8 @@ class ModifyDBInstanceVipVportResponse(AbstractModel):
|
|
28824
28854
|
|
28825
28855
|
@AsyncRequestId.setter
|
28826
28856
|
def AsyncRequestId(self, AsyncRequestId):
|
28857
|
+
warnings.warn("parameter `AsyncRequestId` is deprecated", DeprecationWarning)
|
28858
|
+
|
28827
28859
|
self._AsyncRequestId = AsyncRequestId
|
28828
28860
|
|
28829
28861
|
@property
|
@@ -29808,6 +29840,8 @@ class ModifyRoGroupInfoRequest(AbstractModel):
|
|
29808
29840
|
|
29809
29841
|
@property
|
29810
29842
|
def ReplicationDelayTime(self):
|
29843
|
+
warnings.warn("parameter `ReplicationDelayTime` is deprecated", DeprecationWarning)
|
29844
|
+
|
29811
29845
|
"""废弃参数,无意义。
|
29812
29846
|
:rtype: int
|
29813
29847
|
"""
|
@@ -29815,6 +29849,8 @@ class ModifyRoGroupInfoRequest(AbstractModel):
|
|
29815
29849
|
|
29816
29850
|
@ReplicationDelayTime.setter
|
29817
29851
|
def ReplicationDelayTime(self, ReplicationDelayTime):
|
29852
|
+
warnings.warn("parameter `ReplicationDelayTime` is deprecated", DeprecationWarning)
|
29853
|
+
|
29818
29854
|
self._ReplicationDelayTime = ReplicationDelayTime
|
29819
29855
|
|
29820
29856
|
|
@@ -30223,6 +30259,8 @@ class OpenAuditServiceRequest(AbstractModel):
|
|
30223
30259
|
|
30224
30260
|
@property
|
30225
30261
|
def AuditRuleFilters(self):
|
30262
|
+
warnings.warn("parameter `AuditRuleFilters` is deprecated", DeprecationWarning)
|
30263
|
+
|
30226
30264
|
"""审计规则(该参数已废弃,不再生效)。
|
30227
30265
|
:rtype: list of AuditRuleFilters
|
30228
30266
|
"""
|
@@ -30230,6 +30268,8 @@ class OpenAuditServiceRequest(AbstractModel):
|
|
30230
30268
|
|
30231
30269
|
@AuditRuleFilters.setter
|
30232
30270
|
def AuditRuleFilters(self, AuditRuleFilters):
|
30271
|
+
warnings.warn("parameter `AuditRuleFilters` is deprecated", DeprecationWarning)
|
30272
|
+
|
30233
30273
|
self._AuditRuleFilters = AuditRuleFilters
|
30234
30274
|
|
30235
30275
|
@property
|
@@ -6391,6 +6391,10 @@ class DescribeInstanceStateResponse(AbstractModel):
|
|
6391
6391
|
:type InstanceStateDesc: str
|
6392
6392
|
:param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
|
6393
6393
|
:type FlowMsg: str
|
6394
|
+
:param _ProcessId: 流程ProcessId
|
6395
|
+
:type ProcessId: str
|
6396
|
+
:param _JobName: Job名称
|
6397
|
+
:type JobName: str
|
6394
6398
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6395
6399
|
:type RequestId: str
|
6396
6400
|
"""
|
@@ -6400,6 +6404,8 @@ class DescribeInstanceStateResponse(AbstractModel):
|
|
6400
6404
|
self._FlowProgress = None
|
6401
6405
|
self._InstanceStateDesc = None
|
6402
6406
|
self._FlowMsg = None
|
6407
|
+
self._ProcessId = None
|
6408
|
+
self._JobName = None
|
6403
6409
|
self._RequestId = None
|
6404
6410
|
|
6405
6411
|
@property
|
@@ -6468,6 +6474,28 @@ class DescribeInstanceStateResponse(AbstractModel):
|
|
6468
6474
|
def FlowMsg(self, FlowMsg):
|
6469
6475
|
self._FlowMsg = FlowMsg
|
6470
6476
|
|
6477
|
+
@property
|
6478
|
+
def ProcessId(self):
|
6479
|
+
"""流程ProcessId
|
6480
|
+
:rtype: str
|
6481
|
+
"""
|
6482
|
+
return self._ProcessId
|
6483
|
+
|
6484
|
+
@ProcessId.setter
|
6485
|
+
def ProcessId(self, ProcessId):
|
6486
|
+
self._ProcessId = ProcessId
|
6487
|
+
|
6488
|
+
@property
|
6489
|
+
def JobName(self):
|
6490
|
+
"""Job名称
|
6491
|
+
:rtype: str
|
6492
|
+
"""
|
6493
|
+
return self._JobName
|
6494
|
+
|
6495
|
+
@JobName.setter
|
6496
|
+
def JobName(self, JobName):
|
6497
|
+
self._JobName = JobName
|
6498
|
+
|
6471
6499
|
@property
|
6472
6500
|
def RequestId(self):
|
6473
6501
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -6487,6 +6515,8 @@ class DescribeInstanceStateResponse(AbstractModel):
|
|
6487
6515
|
self._FlowProgress = params.get("FlowProgress")
|
6488
6516
|
self._InstanceStateDesc = params.get("InstanceStateDesc")
|
6489
6517
|
self._FlowMsg = params.get("FlowMsg")
|
6518
|
+
self._ProcessId = params.get("ProcessId")
|
6519
|
+
self._JobName = params.get("JobName")
|
6490
6520
|
self._RequestId = params.get("RequestId")
|
6491
6521
|
|
6492
6522
|
|
@@ -722,7 +722,7 @@ class CfsClient(AbstractClient):
|
|
722
722
|
|
723
723
|
|
724
724
|
def ModifyFileSystemAutoScaleUpRule(self, request):
|
725
|
-
"""
|
725
|
+
"""用来设置文件系统扩容策略,,该接口只支持turbo文件系统
|
726
726
|
|
727
727
|
:param request: Request instance for ModifyFileSystemAutoScaleUpRule.
|
728
728
|
:type request: :class:`tencentcloud.cfs.v20190719.models.ModifyFileSystemAutoScaleUpRuleRequest`
|
@@ -745,7 +745,7 @@ class CfsClient(AbstractClient):
|
|
745
745
|
|
746
746
|
|
747
747
|
def ScaleUpFileSystem(self, request):
|
748
|
-
"""该接口用于对turbo
|
748
|
+
"""该接口用于对turbo 文件系统扩容使用,该接口只支持扩容不支持缩容。turbo标准型扩容步长是10240GIB,turbo性能型扩容步长是5120GIB
|
749
749
|
|
750
750
|
:param request: Request instance for ScaleUpFileSystem.
|
751
751
|
:type request: :class:`tencentcloud.cfs.v20190719.models.ScaleUpFileSystemRequest`
|
@@ -1069,15 +1069,15 @@ class CreateCfsFileSystemRequest(AbstractModel):
|
|
1069
1069
|
:type Zone: str
|
1070
1070
|
:param _NetInterface: 网络类型,可选值为 VPC,CCN;其中 VPC 为私有网络, CCN 为云联网。通用标准型/性能型请选择VPC,Turbo标准型/性能型请选择CCN。
|
1071
1071
|
:type NetInterface: str
|
1072
|
-
:param _PGroupId: 权限组 ID
|
1072
|
+
:param _PGroupId: 权限组 ID,pgroupbasic 是默认权限组
|
1073
1073
|
:type PGroupId: str
|
1074
|
-
:param _Protocol: 文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择
|
1074
|
+
:param _Protocol: 文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择TURBO,不支持NFS、CIFS
|
1075
1075
|
:type Protocol: str
|
1076
1076
|
:param _StorageType: 文件系统存储类型,默认值为 SD ;其中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
|
1077
1077
|
:type StorageType: str
|
1078
|
-
:param _VpcId: 私有网络(VPC) ID,若网络类型选择的是VPC
|
1078
|
+
:param _VpcId: 私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取
|
1079
1079
|
:type VpcId: str
|
1080
|
-
:param _SubnetId: 子网 ID,若网络类型选择的是VPC
|
1080
|
+
:param _SubnetId: 子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取
|
1081
1081
|
:type SubnetId: str
|
1082
1082
|
:param _MountIP: 指定IP地址,仅VPC网络支持;若不填写、将在该子网下随机分配 IP,Turbo系列当前不支持指定
|
1083
1083
|
:type MountIP: str
|
@@ -1087,17 +1087,17 @@ class CreateCfsFileSystemRequest(AbstractModel):
|
|
1087
1087
|
:type ResourceTags: list of TagInfo
|
1088
1088
|
:param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。用于保证请求幂等性的字符串失效时间为2小时。
|
1089
1089
|
:type ClientToken: str
|
1090
|
-
:param _CcnId: 云联网ID, 若网络类型选择的是CCN
|
1090
|
+
:param _CcnId: 云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取
|
1091
1091
|
:type CcnId: str
|
1092
1092
|
:param _CidrBlock: 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
|
1093
1093
|
:type CidrBlock: str
|
1094
1094
|
:param _Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。
|
1095
1095
|
:type Capacity: int
|
1096
|
-
:param _SnapshotId: 文件系统快照ID
|
1096
|
+
:param _SnapshotId: 文件系统快照ID,通过查询快照列表获取该参数
|
1097
1097
|
:type SnapshotId: str
|
1098
|
-
:param _AutoSnapshotPolicyId: 定期快照策略ID
|
1098
|
+
:param _AutoSnapshotPolicyId: 定期快照策略ID,通过查询快照策略信息获取
|
1099
1099
|
:type AutoSnapshotPolicyId: str
|
1100
|
-
:param _EnableAutoScaleUp: 是否开启默认扩容,仅
|
1100
|
+
:param _EnableAutoScaleUp: 是否开启默认扩容,仅turbo类型文件存储支持
|
1101
1101
|
:type EnableAutoScaleUp: bool
|
1102
1102
|
:param _CfsVersion: v1.5:创建普通版的通用文件系统;
|
1103
1103
|
v3.1:创建增强版的通用文件系统
|
@@ -1147,7 +1147,7 @@ v3.1:创建增强版的通用文件系统
|
|
1147
1147
|
|
1148
1148
|
@property
|
1149
1149
|
def PGroupId(self):
|
1150
|
-
"""权限组 ID
|
1150
|
+
"""权限组 ID,pgroupbasic 是默认权限组
|
1151
1151
|
:rtype: str
|
1152
1152
|
"""
|
1153
1153
|
return self._PGroupId
|
@@ -1158,7 +1158,7 @@ v3.1:创建增强版的通用文件系统
|
|
1158
1158
|
|
1159
1159
|
@property
|
1160
1160
|
def Protocol(self):
|
1161
|
-
"""文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择
|
1161
|
+
"""文件系统协议类型, 值为 NFS、CIFS、TURBO ; 若留空则默认为 NFS协议,turbo系列必须选择TURBO,不支持NFS、CIFS
|
1162
1162
|
:rtype: str
|
1163
1163
|
"""
|
1164
1164
|
return self._Protocol
|
@@ -1180,7 +1180,7 @@ v3.1:创建增强版的通用文件系统
|
|
1180
1180
|
|
1181
1181
|
@property
|
1182
1182
|
def VpcId(self):
|
1183
|
-
"""私有网络(VPC) ID,若网络类型选择的是VPC
|
1183
|
+
"""私有网络(VPC) ID,若网络类型选择的是VPC,该字段为必填.通过查询私有网络接口获取
|
1184
1184
|
:rtype: str
|
1185
1185
|
"""
|
1186
1186
|
return self._VpcId
|
@@ -1191,7 +1191,7 @@ v3.1:创建增强版的通用文件系统
|
|
1191
1191
|
|
1192
1192
|
@property
|
1193
1193
|
def SubnetId(self):
|
1194
|
-
"""子网 ID,若网络类型选择的是VPC
|
1194
|
+
"""子网 ID,若网络类型选择的是VPC,该字段为必填。通过查询子网接口获取
|
1195
1195
|
:rtype: str
|
1196
1196
|
"""
|
1197
1197
|
return self._SubnetId
|
@@ -1246,7 +1246,7 @@ v3.1:创建增强版的通用文件系统
|
|
1246
1246
|
|
1247
1247
|
@property
|
1248
1248
|
def CcnId(self):
|
1249
|
-
"""云联网ID, 若网络类型选择的是CCN
|
1249
|
+
"""云联网ID, 若网络类型选择的是CCN,该字段为必填;通过查询云联网列表接口获取
|
1250
1250
|
:rtype: str
|
1251
1251
|
"""
|
1252
1252
|
return self._CcnId
|
@@ -1279,7 +1279,7 @@ v3.1:创建增强版的通用文件系统
|
|
1279
1279
|
|
1280
1280
|
@property
|
1281
1281
|
def SnapshotId(self):
|
1282
|
-
"""文件系统快照ID
|
1282
|
+
"""文件系统快照ID,通过查询快照列表获取该参数
|
1283
1283
|
:rtype: str
|
1284
1284
|
"""
|
1285
1285
|
return self._SnapshotId
|
@@ -1290,7 +1290,7 @@ v3.1:创建增强版的通用文件系统
|
|
1290
1290
|
|
1291
1291
|
@property
|
1292
1292
|
def AutoSnapshotPolicyId(self):
|
1293
|
-
"""定期快照策略ID
|
1293
|
+
"""定期快照策略ID,通过查询快照策略信息获取
|
1294
1294
|
:rtype: str
|
1295
1295
|
"""
|
1296
1296
|
return self._AutoSnapshotPolicyId
|
@@ -1301,7 +1301,7 @@ v3.1:创建增强版的通用文件系统
|
|
1301
1301
|
|
1302
1302
|
@property
|
1303
1303
|
def EnableAutoScaleUp(self):
|
1304
|
-
"""是否开启默认扩容,仅
|
1304
|
+
"""是否开启默认扩容,仅turbo类型文件存储支持
|
1305
1305
|
:rtype: bool
|
1306
1306
|
"""
|
1307
1307
|
return self._EnableAutoScaleUp
|
@@ -2309,14 +2309,14 @@ class DeleteAutoSnapshotPolicyRequest(AbstractModel):
|
|
2309
2309
|
|
2310
2310
|
def __init__(self):
|
2311
2311
|
r"""
|
2312
|
-
:param _AutoSnapshotPolicyId: 快照策略ID
|
2312
|
+
:param _AutoSnapshotPolicyId: 快照策略ID,查询快照策略接口获取
|
2313
2313
|
:type AutoSnapshotPolicyId: str
|
2314
2314
|
"""
|
2315
2315
|
self._AutoSnapshotPolicyId = None
|
2316
2316
|
|
2317
2317
|
@property
|
2318
2318
|
def AutoSnapshotPolicyId(self):
|
2319
|
-
"""快照策略ID
|
2319
|
+
"""快照策略ID,查询快照策略接口获取
|
2320
2320
|
:rtype: str
|
2321
2321
|
"""
|
2322
2322
|
return self._AutoSnapshotPolicyId
|
@@ -3923,11 +3923,11 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
|
|
3923
3923
|
<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
3924
3924
|
<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
3925
3925
|
<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤
|
3926
|
-
(creating:表示创建中 | available:表示可用。| rollbacking:表示回滚。| rollbacking_new
|
3926
|
+
(creating:表示创建中 | available:表示可用。| rollbacking:表示回滚。| rollbacking_new:表示由快照创建新文件系统中| create-failed 创建失败)
|
3927
3927
|
<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
3928
3928
|
<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
3929
3929
|
:type Filters: list of Filter
|
3930
|
-
:param _OrderField:
|
3930
|
+
:param _OrderField: 按创建时间排序取值CreationTime
|
3931
3931
|
:type OrderField: str
|
3932
3932
|
:param _Order: 排序 升序或者降序
|
3933
3933
|
:type Order: str
|
@@ -3992,7 +3992,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
|
|
3992
3992
|
<br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
3993
3993
|
<br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
3994
3994
|
<br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤
|
3995
|
-
(creating:表示创建中 | available:表示可用。| rollbacking:表示回滚。| rollbacking_new
|
3995
|
+
(creating:表示创建中 | available:表示可用。| rollbacking:表示回滚。| rollbacking_new:表示由快照创建新文件系统中| create-failed 创建失败)
|
3996
3996
|
<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
3997
3997
|
<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
3998
3998
|
:rtype: list of Filter
|
@@ -4005,7 +4005,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
|
|
4005
4005
|
|
4006
4006
|
@property
|
4007
4007
|
def OrderField(self):
|
4008
|
-
"""
|
4008
|
+
"""按创建时间排序取值CreationTime
|
4009
4009
|
:rtype: str
|
4010
4010
|
"""
|
4011
4011
|
return self._OrderField
|
@@ -4524,15 +4524,15 @@ class DescribeUserQuotaRequest(AbstractModel):
|
|
4524
4524
|
|
4525
4525
|
def __init__(self):
|
4526
4526
|
r"""
|
4527
|
-
:param _FileSystemId: 文件系统 ID
|
4527
|
+
:param _FileSystemId: 文件系统 ID,通过查询文件系统列表获取
|
4528
4528
|
:type FileSystemId: str
|
4529
4529
|
:param _Filters: 过滤条件。
|
4530
|
-
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir )
|
4531
|
-
UserId- Array of String - 是否必填:否
|
4530
|
+
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
|
4531
|
+
UserId- Array of String - 是否必填:否 -(过滤条件)按用户id过滤。
|
4532
4532
|
:type Filters: list of Filter
|
4533
|
-
:param _Offset: Offset
|
4533
|
+
:param _Offset: Offset 分页码,默认值0
|
4534
4534
|
:type Offset: int
|
4535
|
-
:param _Limit: Limit 页面大小,可填范围为大于0
|
4535
|
+
:param _Limit: Limit 页面大小,可填范围为大于0的整数,默认值是10
|
4536
4536
|
:type Limit: int
|
4537
4537
|
"""
|
4538
4538
|
self._FileSystemId = None
|
@@ -4542,7 +4542,7 @@ UserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。
|
|
4542
4542
|
|
4543
4543
|
@property
|
4544
4544
|
def FileSystemId(self):
|
4545
|
-
"""文件系统 ID
|
4545
|
+
"""文件系统 ID,通过查询文件系统列表获取
|
4546
4546
|
:rtype: str
|
4547
4547
|
"""
|
4548
4548
|
return self._FileSystemId
|
@@ -4554,8 +4554,8 @@ UserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。
|
|
4554
4554
|
@property
|
4555
4555
|
def Filters(self):
|
4556
4556
|
"""过滤条件。
|
4557
|
-
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir )
|
4558
|
-
UserId- Array of String - 是否必填:否
|
4557
|
+
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
|
4558
|
+
UserId- Array of String - 是否必填:否 -(过滤条件)按用户id过滤。
|
4559
4559
|
:rtype: list of Filter
|
4560
4560
|
"""
|
4561
4561
|
return self._Filters
|
@@ -4566,7 +4566,7 @@ UserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。
|
|
4566
4566
|
|
4567
4567
|
@property
|
4568
4568
|
def Offset(self):
|
4569
|
-
"""Offset
|
4569
|
+
"""Offset 分页码,默认值0
|
4570
4570
|
:rtype: int
|
4571
4571
|
"""
|
4572
4572
|
return self._Offset
|
@@ -4577,7 +4577,7 @@ UserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。
|
|
4577
4577
|
|
4578
4578
|
@property
|
4579
4579
|
def Limit(self):
|
4580
|
-
"""Limit 页面大小,可填范围为大于0
|
4580
|
+
"""Limit 页面大小,可填范围为大于0的整数,默认值是10
|
4581
4581
|
:rtype: int
|
4582
4582
|
"""
|
4583
4583
|
return self._Limit
|
@@ -5816,14 +5816,13 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5816
5816
|
|
5817
5817
|
def __init__(self):
|
5818
5818
|
r"""
|
5819
|
-
:param _FileSystemId: 文件系统id
|
5819
|
+
:param _FileSystemId: 文件系统id,通过查询文件系统列表获取该参数
|
5820
5820
|
:type FileSystemId: str
|
5821
5821
|
:param _ScaleUpThreshold: 扩容阈值,范围[10-90]
|
5822
5822
|
:type ScaleUpThreshold: int
|
5823
5823
|
:param _TargetThreshold: 扩容后目标阈值,范围[10-90],该值要小于ScaleUpThreshold
|
5824
5824
|
:type TargetThreshold: int
|
5825
|
-
:param _Status: 规则状态0:关闭,1
|
5826
|
-
|
5825
|
+
:param _Status: 规则状态0:关闭,1 开启;不传保留原状态
|
5827
5826
|
:type Status: int
|
5828
5827
|
"""
|
5829
5828
|
self._FileSystemId = None
|
@@ -5833,7 +5832,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5833
5832
|
|
5834
5833
|
@property
|
5835
5834
|
def FileSystemId(self):
|
5836
|
-
"""文件系统id
|
5835
|
+
"""文件系统id,通过查询文件系统列表获取该参数
|
5837
5836
|
:rtype: str
|
5838
5837
|
"""
|
5839
5838
|
return self._FileSystemId
|
@@ -5866,8 +5865,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5866
5865
|
|
5867
5866
|
@property
|
5868
5867
|
def Status(self):
|
5869
|
-
"""规则状态0:关闭,1
|
5870
|
-
|
5868
|
+
"""规则状态0:关闭,1 开启;不传保留原状态
|
5871
5869
|
:rtype: int
|
5872
5870
|
"""
|
5873
5871
|
return self._Status
|
@@ -6443,7 +6441,7 @@ class ScaleUpFileSystemRequest(AbstractModel):
|
|
6443
6441
|
|
6444
6442
|
def __init__(self):
|
6445
6443
|
r"""
|
6446
|
-
:param _FileSystemId: 文件系统Id
|
6444
|
+
:param _FileSystemId: 文件系统Id,该参数通过查询文件系统列表接口获取
|
6447
6445
|
:type FileSystemId: str
|
6448
6446
|
:param _TargetCapacity: 扩容的目标容量(单位GiB)
|
6449
6447
|
:type TargetCapacity: int
|
@@ -6453,7 +6451,7 @@ class ScaleUpFileSystemRequest(AbstractModel):
|
|
6453
6451
|
|
6454
6452
|
@property
|
6455
6453
|
def FileSystemId(self):
|
6456
|
-
"""文件系统Id
|
6454
|
+
"""文件系统Id,该参数通过查询文件系统列表接口获取
|
6457
6455
|
:rtype: str
|
6458
6456
|
"""
|
6459
6457
|
return self._FileSystemId
|
@@ -6552,7 +6550,7 @@ class SetUserQuotaRequest(AbstractModel):
|
|
6552
6550
|
|
6553
6551
|
def __init__(self):
|
6554
6552
|
r"""
|
6555
|
-
:param _FileSystemId: 文件系统 ID
|
6553
|
+
:param _FileSystemId: 文件系统 ID,通过查询文件系统列表获取
|
6556
6554
|
:type FileSystemId: str
|
6557
6555
|
:param _UserType: 指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额
|
6558
6556
|
:type UserType: str
|
@@ -6574,7 +6572,7 @@ class SetUserQuotaRequest(AbstractModel):
|
|
6574
6572
|
|
6575
6573
|
@property
|
6576
6574
|
def FileSystemId(self):
|
6577
|
-
"""文件系统 ID
|
6575
|
+
"""文件系统 ID,通过查询文件系统列表获取
|
6578
6576
|
:rtype: str
|
6579
6577
|
"""
|
6580
6578
|
return self._FileSystemId
|
@@ -6771,7 +6769,7 @@ class SnapshotInfo(AbstractModel):
|
|
6771
6769
|
:type Size: int
|
6772
6770
|
:param _AliveDay: 保留时长天
|
6773
6771
|
:type AliveDay: int
|
6774
|
-
:param _Percent: 快照进度百分比,1表示1%
|
6772
|
+
:param _Percent: 快照进度百分比,1表示1% 范围1-100
|
6775
6773
|
:type Percent: int
|
6776
6774
|
:param _AppId: 账号ID
|
6777
6775
|
:type AppId: int
|
@@ -6894,7 +6892,7 @@ class SnapshotInfo(AbstractModel):
|
|
6894
6892
|
|
6895
6893
|
@property
|
6896
6894
|
def Percent(self):
|
6897
|
-
"""快照进度百分比,1表示1%
|
6895
|
+
"""快照进度百分比,1表示1% 范围1-100
|
6898
6896
|
:rtype: int
|
6899
6897
|
"""
|
6900
6898
|
return self._Percent
|
@@ -7897,7 +7895,7 @@ class UpdateCfsFileSystemSizeLimitRequest(AbstractModel):
|
|
7897
7895
|
r"""
|
7898
7896
|
:param _FsLimit: 文件系统容量限制大小,输入范围0-1073741824, 单位为GB;其中输入值为0时,表示不限制文件系统容量。
|
7899
7897
|
:type FsLimit: int
|
7900
|
-
:param _FileSystemId: 文件系统ID
|
7898
|
+
:param _FileSystemId: 文件系统ID,目前仅支持标准型文件系统。该参数通过查询文件系统列表获取
|
7901
7899
|
:type FileSystemId: str
|
7902
7900
|
"""
|
7903
7901
|
self._FsLimit = None
|
@@ -7916,7 +7914,7 @@ class UpdateCfsFileSystemSizeLimitRequest(AbstractModel):
|
|
7916
7914
|
|
7917
7915
|
@property
|
7918
7916
|
def FileSystemId(self):
|
7919
|
-
"""文件系统ID
|
7917
|
+
"""文件系统ID,目前仅支持标准型文件系统。该参数通过查询文件系统列表获取
|
7920
7918
|
:rtype: str
|
7921
7919
|
"""
|
7922
7920
|
return self._FileSystemId
|
@@ -8461,7 +8459,7 @@ class UpdateFileSystemBandwidthLimitRequest(AbstractModel):
|
|
8461
8459
|
|
8462
8460
|
def __init__(self):
|
8463
8461
|
r"""
|
8464
|
-
:param _FileSystemId: 文件系统 ID
|
8462
|
+
:param _FileSystemId: 文件系统 ID,通过查询文件系统列表获取
|
8465
8463
|
:type FileSystemId: str
|
8466
8464
|
:param _BandwidthLimit: 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。
|
8467
8465
|
:type BandwidthLimit: int
|
@@ -8471,7 +8469,7 @@ class UpdateFileSystemBandwidthLimitRequest(AbstractModel):
|
|
8471
8469
|
|
8472
8470
|
@property
|
8473
8471
|
def FileSystemId(self):
|
8474
|
-
"""文件系统 ID
|
8472
|
+
"""文件系统 ID,通过查询文件系统列表获取
|
8475
8473
|
:rtype: str
|
8476
8474
|
"""
|
8477
8475
|
return self._FileSystemId
|
@@ -1459,7 +1459,7 @@ class CfwClient(AbstractClient):
|
|
1459
1459
|
|
1460
1460
|
|
1461
1461
|
def DescribeSwitchLists(self, request):
|
1462
|
-
"""
|
1462
|
+
"""防火墙开关列表,请换用DescribeFwEdgeIps
|
1463
1463
|
|
1464
1464
|
:param request: Request instance for DescribeSwitchLists.
|
1465
1465
|
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeSwitchListsRequest`
|
@@ -23976,7 +23976,7 @@ drop:拒绝
|
|
23976
23976
|
:type ServiceTemplateId: str
|
23977
23977
|
:param _Id: (入参时无需填写,自动生成)规则对应的唯一id
|
23978
23978
|
:type Id: str
|
23979
|
-
:param _Enable:
|
23979
|
+
:param _Enable: (入参时Enable无意义;由通用配置中新增规则启用状态控制)
|
23980
23980
|
规则状态,true表示启用,false表示禁用
|
23981
23981
|
:type Enable: str
|
23982
23982
|
:param _Uid: 规则对应的唯一内部id
|
@@ -24135,7 +24135,7 @@ drop:拒绝
|
|
24135
24135
|
|
24136
24136
|
@property
|
24137
24137
|
def Enable(self):
|
24138
|
-
"""
|
24138
|
+
"""(入参时Enable无意义;由通用配置中新增规则启用状态控制)
|
24139
24139
|
规则状态,true表示启用,false表示禁用
|
24140
24140
|
:rtype: str
|
24141
24141
|
"""
|