tencentcloud-sdk-python 3.0.1332__py2.py3-none-any.whl → 3.0.1334__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.
Files changed (53) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +2 -0
  3. tencentcloud/antiddos/v20200309/models.py +2 -2
  4. tencentcloud/apm/v20210622/models.py +63 -55
  5. tencentcloud/billing/v20180709/models.py +30 -474
  6. tencentcloud/cat/v20180409/models.py +4 -4
  7. tencentcloud/cdwpg/v20201230/cdwpg_client.py +368 -0
  8. tencentcloud/cdwpg/v20201230/models.py +5699 -1484
  9. tencentcloud/ciam/v20220331/models.py +0 -92
  10. tencentcloud/cls/v20201016/models.py +0 -2
  11. tencentcloud/common/abstract_client.py +3 -0
  12. tencentcloud/controlcenter/v20230110/models.py +0 -4
  13. tencentcloud/csip/v20221121/models.py +94 -4
  14. tencentcloud/cvm/v20170312/models.py +49 -212
  15. tencentcloud/dbbrain/v20191016/models.py +0 -6
  16. tencentcloud/dbbrain/v20210527/models.py +0 -12
  17. tencentcloud/dlc/v20210125/models.py +32 -0
  18. tencentcloud/emr/v20190103/models.py +17 -0
  19. tencentcloud/es/v20180416/models.py +15 -0
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  21. tencentcloud/goosefs/v20220519/models.py +0 -10
  22. tencentcloud/gwlb/v20240906/models.py +34 -2
  23. tencentcloud/iotcloud/v20210408/models.py +15 -15
  24. tencentcloud/keewidb/v20220308/models.py +0 -76
  25. tencentcloud/live/v20180801/models.py +8 -58
  26. tencentcloud/lke/v20231130/lke_client.py +46 -0
  27. tencentcloud/lke/v20231130/models.py +385 -0
  28. tencentcloud/mongodb/v20190725/models.py +10 -4
  29. tencentcloud/mps/v20190612/models.py +31 -2
  30. tencentcloud/mqtt/v20240516/models.py +154 -0
  31. tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
  32. tencentcloud/ocr/v20181119/errorcodes.py +3 -0
  33. tencentcloud/ocr/v20181119/models.py +28 -6
  34. tencentcloud/pts/v20210728/models.py +68 -6
  35. tencentcloud/redis/v20180412/models.py +0 -66
  36. tencentcloud/rum/v20210622/models.py +150 -0
  37. tencentcloud/tag/v20180813/models.py +2 -2
  38. tencentcloud/tdmq/v20200217/models.py +192 -0
  39. tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
  40. tencentcloud/tke/v20180525/models.py +0 -20
  41. tencentcloud/tms/v20201229/models.py +15 -0
  42. tencentcloud/trp/v20210515/models.py +0 -6
  43. tencentcloud/tsf/v20180326/models.py +0 -880
  44. tencentcloud/vod/v20180717/models.py +8 -8
  45. tencentcloud/vod/v20180717/vod_client.py +2 -2
  46. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  47. tencentcloud/waf/v20180125/models.py +0 -6
  48. tencentcloud/wedata/v20210820/models.py +173 -0
  49. {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/METADATA +1 -1
  50. {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/RECORD +53 -53
  51. {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/LICENSE +0 -0
  52. {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/WHEEL +0 -0
  53. {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/top_level.txt +0 -0
@@ -1049,7 +1049,6 @@ class DescribeAllUserContactResponse(AbstractModel):
1049
1049
  :param _TotalCount: 联系人的总数量。
1050
1050
  :type TotalCount: int
1051
1051
  :param _Contacts: 联系人的信息。
1052
- 注意:此字段可能返回 null,表示取不到有效值。
1053
1052
  :type Contacts: list of ContactItem
1054
1053
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1055
1054
  :type RequestId: str
@@ -1072,7 +1071,6 @@ class DescribeAllUserContactResponse(AbstractModel):
1072
1071
  @property
1073
1072
  def Contacts(self):
1074
1073
  """联系人的信息。
1075
- 注意:此字段可能返回 null,表示取不到有效值。
1076
1074
  :rtype: list of ContactItem
1077
1075
  """
1078
1076
  return self._Contacts
@@ -1165,7 +1163,6 @@ class DescribeAllUserGroupResponse(AbstractModel):
1165
1163
  :param _TotalCount: 组总数。
1166
1164
  :type TotalCount: int
1167
1165
  :param _Groups: 组信息。
1168
- 注意:此字段可能返回 null,表示取不到有效值。
1169
1166
  :type Groups: list of GroupItem
1170
1167
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1171
1168
  :type RequestId: str
@@ -1188,7 +1185,6 @@ class DescribeAllUserGroupResponse(AbstractModel):
1188
1185
  @property
1189
1186
  def Groups(self):
1190
1187
  """组信息。
1191
- 注意:此字段可能返回 null,表示取不到有效值。
1192
1188
  :rtype: list of GroupItem
1193
1189
  """
1194
1190
  return self._Groups
@@ -1312,7 +1308,6 @@ class DescribeDBDiagEventResponse(AbstractModel):
1312
1308
  :param _Suggestions: 建议。
1313
1309
  :type Suggestions: str
1314
1310
  :param _Metric: 保留字段。
1315
- 注意:此字段可能返回 null,表示取不到有效值。
1316
1311
  :type Metric: str
1317
1312
  :param _EndTime: 结束时间。
1318
1313
  :type EndTime: str
@@ -1434,7 +1429,6 @@ class DescribeDBDiagEventResponse(AbstractModel):
1434
1429
  @property
1435
1430
  def Metric(self):
1436
1431
  """保留字段。
1437
- 注意:此字段可能返回 null,表示取不到有效值。
1438
1432
  :rtype: str
1439
1433
  """
1440
1434
  return self._Metric
@@ -3722,7 +3722,6 @@ class DescribeAllUserContactResponse(AbstractModel):
3722
3722
  :param _TotalCount: 联系人的总数量。
3723
3723
  :type TotalCount: int
3724
3724
  :param _Contacts: 联系人的信息。
3725
- 注意:此字段可能返回 null,表示取不到有效值。
3726
3725
  :type Contacts: list of ContactItem
3727
3726
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3728
3727
  :type RequestId: str
@@ -3745,7 +3744,6 @@ class DescribeAllUserContactResponse(AbstractModel):
3745
3744
  @property
3746
3745
  def Contacts(self):
3747
3746
  """联系人的信息。
3748
- 注意:此字段可能返回 null,表示取不到有效值。
3749
3747
  :rtype: list of ContactItem
3750
3748
  """
3751
3749
  return self._Contacts
@@ -3838,7 +3836,6 @@ class DescribeAllUserGroupResponse(AbstractModel):
3838
3836
  :param _TotalCount: 组总数。
3839
3837
  :type TotalCount: int
3840
3838
  :param _Groups: 组信息。
3841
- 注意:此字段可能返回 null,表示取不到有效值。
3842
3839
  :type Groups: list of GroupItem
3843
3840
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3844
3841
  :type RequestId: str
@@ -3861,7 +3858,6 @@ class DescribeAllUserGroupResponse(AbstractModel):
3861
3858
  @property
3862
3859
  def Groups(self):
3863
3860
  """组信息。
3864
- 注意:此字段可能返回 null,表示取不到有效值。
3865
3861
  :rtype: list of GroupItem
3866
3862
  """
3867
3863
  return self._Groups
@@ -4329,7 +4325,6 @@ class DescribeDBDiagEventResponse(AbstractModel):
4329
4325
  :param _Suggestions: 诊断建议,若无建议则输出为空。
4330
4326
  :type Suggestions: str
4331
4327
  :param _Metric: 保留字段。
4332
- 注意:此字段可能返回 null,表示取不到有效值。
4333
4328
  :type Metric: str
4334
4329
  :param _EndTime: 结束时间。
4335
4330
  :type EndTime: str
@@ -4451,7 +4446,6 @@ class DescribeDBDiagEventResponse(AbstractModel):
4451
4446
  @property
4452
4447
  def Metric(self):
4453
4448
  """保留字段。
4454
- 注意:此字段可能返回 null,表示取不到有效值。
4455
4449
  :rtype: str
4456
4450
  """
4457
4451
  return self._Metric
@@ -5593,7 +5587,6 @@ class DescribeIndexRecommendAggregationSlowLogsResponse(AbstractModel):
5593
5587
  def __init__(self):
5594
5588
  r"""
5595
5589
  :param _Aggregation: 查询实例慢查询聚合结果。
5596
- 注意:此字段可能返回 null,表示取不到有效值。
5597
5590
  :type Aggregation: :class:`tencentcloud.dbbrain.v20210527.models.Aggregation`
5598
5591
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5599
5592
  :type RequestId: str
@@ -5604,7 +5597,6 @@ class DescribeIndexRecommendAggregationSlowLogsResponse(AbstractModel):
5604
5597
  @property
5605
5598
  def Aggregation(self):
5606
5599
  """查询实例慢查询聚合结果。
5607
- 注意:此字段可能返回 null,表示取不到有效值。
5608
5600
  :rtype: :class:`tencentcloud.dbbrain.v20210527.models.Aggregation`
5609
5601
  """
5610
5602
  return self._Aggregation
@@ -6185,7 +6177,6 @@ class DescribeMySqlProcessListResponse(AbstractModel):
6185
6177
  :param _ProcessList: 实时线程列表。
6186
6178
  :type ProcessList: list of MySqlProcess
6187
6179
  :param _Statistics: sql会话统计信息。
6188
- 注意:此字段可能返回 null,表示取不到有效值。
6189
6180
  :type Statistics: list of StatisticInfo
6190
6181
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6191
6182
  :type RequestId: str
@@ -6208,7 +6199,6 @@ class DescribeMySqlProcessListResponse(AbstractModel):
6208
6199
  @property
6209
6200
  def Statistics(self):
6210
6201
  """sql会话统计信息。
6211
- 注意:此字段可能返回 null,表示取不到有效值。
6212
6202
  :rtype: list of StatisticInfo
6213
6203
  """
6214
6204
  return self._Statistics
@@ -11798,7 +11788,6 @@ class KillMySqlThreadsResponse(AbstractModel):
11798
11788
  :param _Threads: kill完成的sql会话ID列表。
11799
11789
  :type Threads: list of int
11800
11790
  :param _SqlExecId: 执行ID, Prepare阶段的任务输出,用于Commit阶段中指定执行kill操作的会话ID。
11801
- 注意:此字段可能返回 null,表示取不到有效值。
11802
11791
  :type SqlExecId: str
11803
11792
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11804
11793
  :type RequestId: str
@@ -11821,7 +11810,6 @@ class KillMySqlThreadsResponse(AbstractModel):
11821
11810
  @property
11822
11811
  def SqlExecId(self):
11823
11812
  """执行ID, Prepare阶段的任务输出,用于Commit阶段中指定执行kill操作的会话ID。
11824
- 注意:此字段可能返回 null,表示取不到有效值。
11825
11813
  :rtype: str
11826
11814
  """
11827
11815
  return self._SqlExecId
@@ -16070,10 +16070,13 @@ class DescribeNotebookSessionStatementSqlResultRequest(AbstractModel):
16070
16070
  :type MaxResults: int
16071
16071
  :param _NextToken: 上一次请求响应返回的分页信息。第一次可以不带,从头开始返回数据,每次返回MaxResults字段设置的数据量。
16072
16072
  :type NextToken: str
16073
+ :param _BatchId: 批次Id
16074
+ :type BatchId: str
16073
16075
  """
16074
16076
  self._TaskId = None
16075
16077
  self._MaxResults = None
16076
16078
  self._NextToken = None
16079
+ self._BatchId = None
16077
16080
 
16078
16081
  @property
16079
16082
  def TaskId(self):
@@ -16108,11 +16111,23 @@ class DescribeNotebookSessionStatementSqlResultRequest(AbstractModel):
16108
16111
  def NextToken(self, NextToken):
16109
16112
  self._NextToken = NextToken
16110
16113
 
16114
+ @property
16115
+ def BatchId(self):
16116
+ """批次Id
16117
+ :rtype: str
16118
+ """
16119
+ return self._BatchId
16120
+
16121
+ @BatchId.setter
16122
+ def BatchId(self, BatchId):
16123
+ self._BatchId = BatchId
16124
+
16111
16125
 
16112
16126
  def _deserialize(self, params):
16113
16127
  self._TaskId = params.get("TaskId")
16114
16128
  self._MaxResults = params.get("MaxResults")
16115
16129
  self._NextToken = params.get("NextToken")
16130
+ self._BatchId = params.get("BatchId")
16116
16131
  memeber_set = set(params.keys())
16117
16132
  for name, value in vars(self).items():
16118
16133
  property_name = name[1:]
@@ -16151,6 +16166,9 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16151
16166
  :param _DataAmount: 数据扫描量
16152
16167
  注意:此字段可能返回 null,表示取不到有效值。
16153
16168
  :type DataAmount: int
16169
+ :param _UiUrl: spark ui地址
16170
+ 注意:此字段可能返回 null,表示取不到有效值。
16171
+ :type UiUrl: str
16154
16172
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16155
16173
  :type RequestId: str
16156
16174
  """
@@ -16162,6 +16180,7 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16162
16180
  self._UseTime = None
16163
16181
  self._AffectRows = None
16164
16182
  self._DataAmount = None
16183
+ self._UiUrl = None
16165
16184
  self._RequestId = None
16166
16185
 
16167
16186
  @property
@@ -16257,6 +16276,18 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16257
16276
  def DataAmount(self, DataAmount):
16258
16277
  self._DataAmount = DataAmount
16259
16278
 
16279
+ @property
16280
+ def UiUrl(self):
16281
+ """spark ui地址
16282
+ 注意:此字段可能返回 null,表示取不到有效值。
16283
+ :rtype: str
16284
+ """
16285
+ return self._UiUrl
16286
+
16287
+ @UiUrl.setter
16288
+ def UiUrl(self, UiUrl):
16289
+ self._UiUrl = UiUrl
16290
+
16260
16291
  @property
16261
16292
  def RequestId(self):
16262
16293
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -16283,6 +16314,7 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16283
16314
  self._UseTime = params.get("UseTime")
16284
16315
  self._AffectRows = params.get("AffectRows")
16285
16316
  self._DataAmount = params.get("DataAmount")
16317
+ self._UiUrl = params.get("UiUrl")
16286
16318
  self._RequestId = params.get("RequestId")
16287
16319
 
16288
16320
 
@@ -17824,6 +17824,9 @@ TEZ-TezTaskGC:TasksGC
17824
17824
  :type ScheduleTaskName: str
17825
17825
  :param _JobConf: Yarn任务的部分核心配置
17826
17826
  :type JobConf: str
17827
+ :param _Context: 洞察结构化信息
17828
+ 注意:此字段可能返回 null,表示取不到有效值。
17829
+ :type Context: str
17827
17830
  """
17828
17831
  self._ID = None
17829
17832
  self._Type = None
@@ -17837,6 +17840,7 @@ TEZ-TezTaskGC:TasksGC
17837
17840
  self._ScheduleFlowName = None
17838
17841
  self._ScheduleTaskName = None
17839
17842
  self._JobConf = None
17843
+ self._Context = None
17840
17844
 
17841
17845
  @property
17842
17846
  def ID(self):
@@ -17998,6 +18002,18 @@ TEZ-TezTaskGC:TasksGC
17998
18002
  def JobConf(self, JobConf):
17999
18003
  self._JobConf = JobConf
18000
18004
 
18005
+ @property
18006
+ def Context(self):
18007
+ """洞察结构化信息
18008
+ 注意:此字段可能返回 null,表示取不到有效值。
18009
+ :rtype: str
18010
+ """
18011
+ return self._Context
18012
+
18013
+ @Context.setter
18014
+ def Context(self, Context):
18015
+ self._Context = Context
18016
+
18001
18017
 
18002
18018
  def _deserialize(self, params):
18003
18019
  self._ID = params.get("ID")
@@ -18012,6 +18028,7 @@ TEZ-TezTaskGC:TasksGC
18012
18028
  self._ScheduleFlowName = params.get("ScheduleFlowName")
18013
18029
  self._ScheduleTaskName = params.get("ScheduleTaskName")
18014
18030
  self._JobConf = params.get("JobConf")
18031
+ self._Context = params.get("Context")
18015
18032
  memeber_set = set(params.keys())
18016
18033
  for name, value in vars(self).items():
18017
18034
  property_name = name[1:]
@@ -16613,9 +16613,12 @@ class ServerlessIndexSettingsField(AbstractModel):
16613
16613
  :param _RefreshInterval: 索引刷新频率
16614
16614
  注意:此字段可能返回 null,表示取不到有效值。
16615
16615
  :type RefreshInterval: str
16616
+ :param _CustomSetting: 自定义参数
16617
+ :type CustomSetting: str
16616
16618
  """
16617
16619
  self._NumberOfShards = None
16618
16620
  self._RefreshInterval = None
16621
+ self._CustomSetting = None
16619
16622
 
16620
16623
  @property
16621
16624
  def NumberOfShards(self):
@@ -16641,10 +16644,22 @@ class ServerlessIndexSettingsField(AbstractModel):
16641
16644
  def RefreshInterval(self, RefreshInterval):
16642
16645
  self._RefreshInterval = RefreshInterval
16643
16646
 
16647
+ @property
16648
+ def CustomSetting(self):
16649
+ """自定义参数
16650
+ :rtype: str
16651
+ """
16652
+ return self._CustomSetting
16653
+
16654
+ @CustomSetting.setter
16655
+ def CustomSetting(self, CustomSetting):
16656
+ self._CustomSetting = CustomSetting
16657
+
16644
16658
 
16645
16659
  def _deserialize(self, params):
16646
16660
  self._NumberOfShards = params.get("NumberOfShards")
16647
16661
  self._RefreshInterval = params.get("RefreshInterval")
16662
+ self._CustomSetting = params.get("CustomSetting")
16648
16663
  memeber_set = set(params.keys())
16649
16664
  for name, value in vars(self).items():
16650
16665
  property_name = name[1:]
@@ -2324,7 +2324,7 @@ class EssbasicClient(AbstractClient):
2324
2324
  def CreateSealByImage(self, request):
2325
2325
  """1. 可以**通过图片**为子客企业代创建印章,图片最大5MB
2326
2326
 
2327
- 2. 可以**系统创建**子客企业代创建印章, 系统创建的印章样子下图(样式可以调整)
2327
+ 2. 可以使用**系统生成印章**为子客企业代创建印章, 系统创建的印章样子下图(样式可以调整)
2328
2328
 
2329
2329
  ![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage.png)
2330
2330
 
@@ -389,7 +389,6 @@ class ChargeAttribute(AbstractModel):
389
389
  注意:此字段可能返回 null,表示取不到有效值。
390
390
  :type CurDeadline: str
391
391
  :param _PayMode: 付费方式
392
- 注意:此字段可能返回 null,表示取不到有效值。
393
392
  :type PayMode: str
394
393
  :param _AutoRenewFlag: 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费
395
394
  注意:此字段可能返回 null,表示取不到有效值。
@@ -418,7 +417,6 @@ class ChargeAttribute(AbstractModel):
418
417
  @property
419
418
  def PayMode(self):
420
419
  """付费方式
421
- 注意:此字段可能返回 null,表示取不到有效值。
422
420
  :rtype: str
423
421
  """
424
422
  return self._PayMode
@@ -2241,7 +2239,6 @@ class FSAttribute(AbstractModel):
2241
2239
  :param _CreateTime: 创建时间
2242
2240
  :type CreateTime: str
2243
2241
  :param _GooseFSxAttribute: GooseFSx文件系统属性
2244
- 注意:此字段可能返回 null,表示取不到有效值。
2245
2242
  :type GooseFSxAttribute: :class:`tencentcloud.goosefs.v20220519.models.GooseFSxAttribute`
2246
2243
  :param _Status: 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)
2247
2244
  :type Status: str
@@ -2256,12 +2253,10 @@ class FSAttribute(AbstractModel):
2256
2253
  :param _Zone: 子网所在的可用区
2257
2254
  :type Zone: str
2258
2255
  :param _Tag: Tag数组
2259
- 注意:此字段可能返回 null,表示取不到有效值。
2260
2256
  :type Tag: list of Tag
2261
2257
  :param _ModifyTime: 更新属性时间
2262
2258
  :type ModifyTime: str
2263
2259
  :param _ChargeAttribute: 文件系统付费信息
2264
- 注意:此字段可能返回 null,表示取不到有效值。
2265
2260
  :type ChargeAttribute: :class:`tencentcloud.goosefs.v20220519.models.ChargeAttribute`
2266
2261
  """
2267
2262
  self._Type = None
@@ -2314,7 +2309,6 @@ class FSAttribute(AbstractModel):
2314
2309
  @property
2315
2310
  def GooseFSxAttribute(self):
2316
2311
  """GooseFSx文件系统属性
2317
- 注意:此字段可能返回 null,表示取不到有效值。
2318
2312
  :rtype: :class:`tencentcloud.goosefs.v20220519.models.GooseFSxAttribute`
2319
2313
  """
2320
2314
  return self._GooseFSxAttribute
@@ -2392,7 +2386,6 @@ class FSAttribute(AbstractModel):
2392
2386
  @property
2393
2387
  def Tag(self):
2394
2388
  """Tag数组
2395
- 注意:此字段可能返回 null,表示取不到有效值。
2396
2389
  :rtype: list of Tag
2397
2390
  """
2398
2391
  return self._Tag
@@ -2415,7 +2408,6 @@ class FSAttribute(AbstractModel):
2415
2408
  @property
2416
2409
  def ChargeAttribute(self):
2417
2410
  """文件系统付费信息
2418
- 注意:此字段可能返回 null,表示取不到有效值。
2419
2411
  :rtype: :class:`tencentcloud.goosefs.v20220519.models.ChargeAttribute`
2420
2412
  """
2421
2413
  return self._ChargeAttribute
@@ -2735,7 +2727,6 @@ class MappedBucket(AbstractModel):
2735
2727
 
2736
2728
  周期沉降(PeriodExport)
2737
2729
  立即沉降(ImmediateExport)
2738
- 注意:此字段可能返回 null,表示取不到有效值。
2739
2730
  :type DataRepositoryTaskAutoStrategy: list of str
2740
2731
  :param _RuleId: 绑定bucket的数据流动策略ID
2741
2732
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2797,7 +2788,6 @@ class MappedBucket(AbstractModel):
2797
2788
 
2798
2789
  周期沉降(PeriodExport)
2799
2790
  立即沉降(ImmediateExport)
2800
- 注意:此字段可能返回 null,表示取不到有效值。
2801
2791
  :rtype: list of str
2802
2792
  """
2803
2793
  return self._DataRepositoryTaskAutoStrategy
@@ -744,6 +744,7 @@ class DescribeGatewayLoadBalancersRequest(AbstractModel):
744
744
  Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
745
745
  - VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。
746
746
  - Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”
747
+ - tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。
747
748
 
748
749
  :type Filters: list of Filter
749
750
  :param _SearchKey: 搜索字段,模糊匹配名称、VIP。
@@ -794,6 +795,7 @@ Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
794
795
  Filter.Name和Filter.Values皆为必填项。详细的过滤条件如下:
795
796
  - VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。
796
797
  - Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”
798
+ - tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。
797
799
 
798
800
  :rtype: list of Filter
799
801
  """
@@ -1730,8 +1732,10 @@ class GatewayLoadBalancer(AbstractModel):
1730
1732
  :type ChargeType: str
1731
1733
  :param _Isolation: 0:表示未被隔离,1:表示被隔离。
1732
1734
  :type Isolation: int
1733
- :param _IsolatedTime: 负载均衡实例被隔离的时间
1735
+ :param _IsolatedTime: 网关负载均衡实例被隔离的时间
1734
1736
  :type IsolatedTime: str
1737
+ :param _OperateProtect: 是否开启配置修改保护功能。
1738
+ :type OperateProtect: bool
1735
1739
  """
1736
1740
  self._LoadBalancerId = None
1737
1741
  self._LoadBalancerName = None
@@ -1746,6 +1750,7 @@ class GatewayLoadBalancer(AbstractModel):
1746
1750
  self._ChargeType = None
1747
1751
  self._Isolation = None
1748
1752
  self._IsolatedTime = None
1753
+ self._OperateProtect = None
1749
1754
 
1750
1755
  @property
1751
1756
  def LoadBalancerId(self):
@@ -1882,7 +1887,7 @@ class GatewayLoadBalancer(AbstractModel):
1882
1887
 
1883
1888
  @property
1884
1889
  def IsolatedTime(self):
1885
- """负载均衡实例被隔离的时间
1890
+ """网关负载均衡实例被隔离的时间
1886
1891
  :rtype: str
1887
1892
  """
1888
1893
  return self._IsolatedTime
@@ -1891,6 +1896,17 @@ class GatewayLoadBalancer(AbstractModel):
1891
1896
  def IsolatedTime(self, IsolatedTime):
1892
1897
  self._IsolatedTime = IsolatedTime
1893
1898
 
1899
+ @property
1900
+ def OperateProtect(self):
1901
+ """是否开启配置修改保护功能。
1902
+ :rtype: bool
1903
+ """
1904
+ return self._OperateProtect
1905
+
1906
+ @OperateProtect.setter
1907
+ def OperateProtect(self, OperateProtect):
1908
+ self._OperateProtect = OperateProtect
1909
+
1894
1910
 
1895
1911
  def _deserialize(self, params):
1896
1912
  self._LoadBalancerId = params.get("LoadBalancerId")
@@ -1911,6 +1927,7 @@ class GatewayLoadBalancer(AbstractModel):
1911
1927
  self._ChargeType = params.get("ChargeType")
1912
1928
  self._Isolation = params.get("Isolation")
1913
1929
  self._IsolatedTime = params.get("IsolatedTime")
1930
+ self._OperateProtect = params.get("OperateProtect")
1914
1931
  memeber_set = set(params.keys())
1915
1932
  for name, value in vars(self).items():
1916
1933
  property_name = name[1:]
@@ -2136,9 +2153,12 @@ class ModifyGatewayLoadBalancerAttributeRequest(AbstractModel):
2136
2153
  :type LoadBalancerId: str
2137
2154
  :param _LoadBalancerName: 网关负载均衡实例名称。可支持输入1-60个字符。
2138
2155
  :type LoadBalancerName: str
2156
+ :param _DeleteProtect: 是否开启删除保护。
2157
+ :type DeleteProtect: bool
2139
2158
  """
2140
2159
  self._LoadBalancerId = None
2141
2160
  self._LoadBalancerName = None
2161
+ self._DeleteProtect = None
2142
2162
 
2143
2163
  @property
2144
2164
  def LoadBalancerId(self):
@@ -2162,10 +2182,22 @@ class ModifyGatewayLoadBalancerAttributeRequest(AbstractModel):
2162
2182
  def LoadBalancerName(self, LoadBalancerName):
2163
2183
  self._LoadBalancerName = LoadBalancerName
2164
2184
 
2185
+ @property
2186
+ def DeleteProtect(self):
2187
+ """是否开启删除保护。
2188
+ :rtype: bool
2189
+ """
2190
+ return self._DeleteProtect
2191
+
2192
+ @DeleteProtect.setter
2193
+ def DeleteProtect(self, DeleteProtect):
2194
+ self._DeleteProtect = DeleteProtect
2195
+
2165
2196
 
2166
2197
  def _deserialize(self, params):
2167
2198
  self._LoadBalancerId = params.get("LoadBalancerId")
2168
2199
  self._LoadBalancerName = params.get("LoadBalancerName")
2200
+ self._DeleteProtect = params.get("DeleteProtect")
2169
2201
  memeber_set = set(params.keys())
2170
2202
  for name, value in vars(self).items():
2171
2203
  property_name = name[1:]
@@ -2083,27 +2083,16 @@ class DeleteDeviceResourceRequest(AbstractModel):
2083
2083
 
2084
2084
  def __init__(self):
2085
2085
  r"""
2086
- :param _ProductID: 产品ID
2087
- :type ProductID: str
2088
2086
  :param _Name: 资源名称
2089
2087
  :type Name: str
2090
2088
  :param _DeviceName: 设备名称
2091
2089
  :type DeviceName: str
2090
+ :param _ProductID: 产品ID
2091
+ :type ProductID: str
2092
2092
  """
2093
- self._ProductID = None
2094
2093
  self._Name = None
2095
2094
  self._DeviceName = None
2096
-
2097
- @property
2098
- def ProductID(self):
2099
- """产品ID
2100
- :rtype: str
2101
- """
2102
- return self._ProductID
2103
-
2104
- @ProductID.setter
2105
- def ProductID(self, ProductID):
2106
- self._ProductID = ProductID
2095
+ self._ProductID = None
2107
2096
 
2108
2097
  @property
2109
2098
  def Name(self):
@@ -2127,11 +2116,22 @@ class DeleteDeviceResourceRequest(AbstractModel):
2127
2116
  def DeviceName(self, DeviceName):
2128
2117
  self._DeviceName = DeviceName
2129
2118
 
2119
+ @property
2120
+ def ProductID(self):
2121
+ """产品ID
2122
+ :rtype: str
2123
+ """
2124
+ return self._ProductID
2125
+
2126
+ @ProductID.setter
2127
+ def ProductID(self, ProductID):
2128
+ self._ProductID = ProductID
2129
+
2130
2130
 
2131
2131
  def _deserialize(self, params):
2132
- self._ProductID = params.get("ProductID")
2133
2132
  self._Name = params.get("Name")
2134
2133
  self._DeviceName = params.get("DeviceName")
2134
+ self._ProductID = params.get("ProductID")
2135
2135
  memeber_set = set(params.keys())
2136
2136
  for name, value in vars(self).items():
2137
2137
  property_name = name[1:]