tencentcloud-sdk-python 3.0.1288__py2.py3-none-any.whl → 3.0.1290__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 (57) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +17 -2
  3. tencentcloud/apm/v20210622/models.py +6 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +22 -23
  5. tencentcloud/cdb/v20170320/errorcodes.py +3 -0
  6. tencentcloud/cdb/v20170320/models.py +120 -76
  7. tencentcloud/cdwdoris/v20211228/models.py +43 -0
  8. tencentcloud/chdfs/v20201112/models.py +19 -31
  9. tencentcloud/clb/v20180317/clb_client.py +0 -1
  10. tencentcloud/clb/v20180317/models.py +45 -4
  11. tencentcloud/cloudapp/v20220530/cloudapp_client.py +1 -1
  12. tencentcloud/cloudaudit/v20190319/models.py +8 -0
  13. tencentcloud/cls/v20201016/models.py +2 -2
  14. tencentcloud/cynosdb/v20190107/cynosdb_client.py +4 -4
  15. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  16. tencentcloud/cynosdb/v20190107/models.py +4 -4
  17. tencentcloud/dbbrain/v20210527/models.py +4 -4
  18. tencentcloud/dc/v20180410/models.py +114 -18
  19. tencentcloud/dcdb/v20180411/models.py +4 -4
  20. tencentcloud/dlc/v20210125/models.py +255 -0
  21. tencentcloud/dts/v20180330/models.py +20 -20
  22. tencentcloud/dts/v20211206/models.py +17 -17
  23. tencentcloud/ecm/v20190719/models.py +0 -8
  24. tencentcloud/ess/v20201111/models.py +68 -14
  25. tencentcloud/essbasic/v20210526/essbasic_client.py +60 -0
  26. tencentcloud/essbasic/v20210526/models.py +570 -0
  27. tencentcloud/facefusion/v20220927/models.py +2 -6
  28. tencentcloud/fmu/v20191213/models.py +16 -0
  29. tencentcloud/hai/v20230812/models.py +6 -4
  30. tencentcloud/hunyuan/v20230901/models.py +38 -0
  31. tencentcloud/lcic/v20220817/models.py +4 -2
  32. tencentcloud/lighthouse/v20200324/lighthouse_client.py +11 -2
  33. tencentcloud/live/v20180801/models.py +0 -18
  34. tencentcloud/mongodb/v20190725/models.py +17 -4
  35. tencentcloud/msp/v20180319/msp_client.py +3 -1
  36. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  37. tencentcloud/omics/v20221128/models.py +15 -0
  38. tencentcloud/redis/v20180412/models.py +2 -2
  39. tencentcloud/sqlserver/v20180328/models.py +256 -12
  40. tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
  41. tencentcloud/tdmq/v20200217/models.py +109 -0
  42. tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
  43. tencentcloud/trocket/v20230308/models.py +970 -51
  44. tencentcloud/trocket/v20230308/trocket_client.py +69 -0
  45. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  46. tencentcloud/tse/v20201207/models.py +90 -0
  47. tencentcloud/tsf/v20180326/models.py +4 -4
  48. tencentcloud/tsf/v20180326/tsf_client.py +3 -1
  49. tencentcloud/vclm/v20240523/models.py +6 -4
  50. tencentcloud/vod/v20180717/models.py +48 -0
  51. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  52. tencentcloud/vpc/v20170312/models.py +0 -28
  53. {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/METADATA +1 -1
  54. {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/RECORD +57 -57
  55. {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/LICENSE +0 -0
  56. {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/WHEEL +0 -0
  57. {tencentcloud_sdk_python-3.0.1288.dist-info → tencentcloud_sdk_python-3.0.1290.dist-info}/top_level.txt +0 -0
@@ -101,21 +101,18 @@ class AccessPoint(AbstractModel):
101
101
  :type LineOperator: list of str
102
102
  :param _RegionId: 接入点管理的大区ID。
103
103
  :type RegionId: str
104
- :param _AvailablePortType: 接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
105
- 注意:此字段可能返回 null,表示取不到有效值。
104
+ :param _AvailablePortType: 接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
106
105
  :type AvailablePortType: list of str
107
- :param _Coordinate: 接入点经纬度
108
- 注意:此字段可能返回 null,表示取不到有效值。
106
+ :param _Coordinate: 接入点经纬度。
109
107
  :type Coordinate: :class:`tencentcloud.dc.v20180410.models.Coordinate`
110
- :param _City: 接入点所在城市
111
- 注意:此字段可能返回 null,表示取不到有效值。
108
+ :param _City: 接入点所在城市。
112
109
  :type City: str
113
- :param _Area: 接入点地域名称
114
- 注意:此字段可能返回 null,表示取不到有效值。
110
+ :param _Area: 接入点地域名称。
115
111
  :type Area: str
116
112
  :param _AccessPointType: 接入点类型。VXLAN/QCPL/QCAR
117
- 注意:此字段可能返回 null,表示取不到有效值。
118
113
  :type AccessPointType: str
114
+ :param _AvailablePortInfo: 端口规格信息。
115
+ :type AvailablePortInfo: list of PortSpecification
119
116
  """
120
117
  self._AccessPointName = None
121
118
  self._AccessPointId = None
@@ -128,6 +125,7 @@ class AccessPoint(AbstractModel):
128
125
  self._City = None
129
126
  self._Area = None
130
127
  self._AccessPointType = None
128
+ self._AvailablePortInfo = None
131
129
 
132
130
  @property
133
131
  def AccessPointName(self):
@@ -197,8 +195,7 @@ class AccessPoint(AbstractModel):
197
195
 
198
196
  @property
199
197
  def AvailablePortType(self):
200
- """接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
201
- 注意:此字段可能返回 null,表示取不到有效值。
198
+ """接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
202
199
  :rtype: list of str
203
200
  """
204
201
  return self._AvailablePortType
@@ -209,8 +206,7 @@ class AccessPoint(AbstractModel):
209
206
 
210
207
  @property
211
208
  def Coordinate(self):
212
- """接入点经纬度
213
- 注意:此字段可能返回 null,表示取不到有效值。
209
+ """接入点经纬度。
214
210
  :rtype: :class:`tencentcloud.dc.v20180410.models.Coordinate`
215
211
  """
216
212
  return self._Coordinate
@@ -221,8 +217,7 @@ class AccessPoint(AbstractModel):
221
217
 
222
218
  @property
223
219
  def City(self):
224
- """接入点所在城市
225
- 注意:此字段可能返回 null,表示取不到有效值。
220
+ """接入点所在城市。
226
221
  :rtype: str
227
222
  """
228
223
  return self._City
@@ -233,8 +228,7 @@ class AccessPoint(AbstractModel):
233
228
 
234
229
  @property
235
230
  def Area(self):
236
- """接入点地域名称
237
- 注意:此字段可能返回 null,表示取不到有效值。
231
+ """接入点地域名称。
238
232
  :rtype: str
239
233
  """
240
234
  return self._Area
@@ -246,7 +240,6 @@ class AccessPoint(AbstractModel):
246
240
  @property
247
241
  def AccessPointType(self):
248
242
  """接入点类型。VXLAN/QCPL/QCAR
249
- 注意:此字段可能返回 null,表示取不到有效值。
250
243
  :rtype: str
251
244
  """
252
245
  return self._AccessPointType
@@ -255,6 +248,17 @@ class AccessPoint(AbstractModel):
255
248
  def AccessPointType(self, AccessPointType):
256
249
  self._AccessPointType = AccessPointType
257
250
 
251
+ @property
252
+ def AvailablePortInfo(self):
253
+ """端口规格信息。
254
+ :rtype: list of PortSpecification
255
+ """
256
+ return self._AvailablePortInfo
257
+
258
+ @AvailablePortInfo.setter
259
+ def AvailablePortInfo(self, AvailablePortInfo):
260
+ self._AvailablePortInfo = AvailablePortInfo
261
+
258
262
 
259
263
  def _deserialize(self, params):
260
264
  self._AccessPointName = params.get("AccessPointName")
@@ -270,6 +274,12 @@ class AccessPoint(AbstractModel):
270
274
  self._City = params.get("City")
271
275
  self._Area = params.get("Area")
272
276
  self._AccessPointType = params.get("AccessPointType")
277
+ if params.get("AvailablePortInfo") is not None:
278
+ self._AvailablePortInfo = []
279
+ for item in params.get("AvailablePortInfo"):
280
+ obj = PortSpecification()
281
+ obj._deserialize(item)
282
+ self._AvailablePortInfo.append(obj)
273
283
  memeber_set = set(params.keys())
274
284
  for name, value in vars(self).items():
275
285
  property_name = name[1:]
@@ -2031,10 +2041,13 @@ class DescribeAccessPointsRequest(AbstractModel):
2031
2041
  :type Offset: int
2032
2042
  :param _Limit: 返回数量,默认为20,最大值为100。
2033
2043
  :type Limit: int
2044
+ :param _Filters: 过滤参数,支持:access-point-id、isp
2045
+ :type Filters: list of Filter
2034
2046
  """
2035
2047
  self._RegionId = None
2036
2048
  self._Offset = None
2037
2049
  self._Limit = None
2050
+ self._Filters = None
2038
2051
 
2039
2052
  @property
2040
2053
  def RegionId(self):
@@ -2070,11 +2083,28 @@ class DescribeAccessPointsRequest(AbstractModel):
2070
2083
  def Limit(self, Limit):
2071
2084
  self._Limit = Limit
2072
2085
 
2086
+ @property
2087
+ def Filters(self):
2088
+ """过滤参数,支持:access-point-id、isp
2089
+ :rtype: list of Filter
2090
+ """
2091
+ return self._Filters
2092
+
2093
+ @Filters.setter
2094
+ def Filters(self, Filters):
2095
+ self._Filters = Filters
2096
+
2073
2097
 
2074
2098
  def _deserialize(self, params):
2075
2099
  self._RegionId = params.get("RegionId")
2076
2100
  self._Offset = params.get("Offset")
2077
2101
  self._Limit = params.get("Limit")
2102
+ if params.get("Filters") is not None:
2103
+ self._Filters = []
2104
+ for item in params.get("Filters"):
2105
+ obj = Filter()
2106
+ obj._deserialize(item)
2107
+ self._Filters.append(obj)
2078
2108
  memeber_set = set(params.keys())
2079
2109
  for name, value in vars(self).items():
2080
2110
  property_name = name[1:]
@@ -6265,6 +6295,72 @@ class NQAInfo(AbstractModel):
6265
6295
 
6266
6296
 
6267
6297
 
6298
+ class PortSpecification(AbstractModel):
6299
+ """端口规格
6300
+
6301
+ """
6302
+
6303
+ def __init__(self):
6304
+ r"""
6305
+ :param _InternationalName: 端口名称
6306
+ :type InternationalName: str
6307
+ :param _Specification: 端口规格(M)
6308
+ :type Specification: int
6309
+ :param _PortType: 端口类型:T-电口,X-光口
6310
+ :type PortType: str
6311
+ """
6312
+ self._InternationalName = None
6313
+ self._Specification = None
6314
+ self._PortType = None
6315
+
6316
+ @property
6317
+ def InternationalName(self):
6318
+ """端口名称
6319
+ :rtype: str
6320
+ """
6321
+ return self._InternationalName
6322
+
6323
+ @InternationalName.setter
6324
+ def InternationalName(self, InternationalName):
6325
+ self._InternationalName = InternationalName
6326
+
6327
+ @property
6328
+ def Specification(self):
6329
+ """端口规格(M)
6330
+ :rtype: int
6331
+ """
6332
+ return self._Specification
6333
+
6334
+ @Specification.setter
6335
+ def Specification(self, Specification):
6336
+ self._Specification = Specification
6337
+
6338
+ @property
6339
+ def PortType(self):
6340
+ """端口类型:T-电口,X-光口
6341
+ :rtype: str
6342
+ """
6343
+ return self._PortType
6344
+
6345
+ @PortType.setter
6346
+ def PortType(self, PortType):
6347
+ self._PortType = PortType
6348
+
6349
+
6350
+ def _deserialize(self, params):
6351
+ self._InternationalName = params.get("InternationalName")
6352
+ self._Specification = params.get("Specification")
6353
+ self._PortType = params.get("PortType")
6354
+ memeber_set = set(params.keys())
6355
+ for name, value in vars(self).items():
6356
+ property_name = name[1:]
6357
+ if property_name in memeber_set:
6358
+ memeber_set.remove(property_name)
6359
+ if len(memeber_set) > 0:
6360
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6361
+
6362
+
6363
+
6268
6364
  class RejectDirectConnectTunnelRequest(AbstractModel):
6269
6365
  """RejectDirectConnectTunnel请求参数结构体
6270
6366
 
@@ -8410,9 +8410,9 @@ class DescribeDCDBInstancesRequest(AbstractModel):
8410
8410
  :type Tags: list of Tag
8411
8411
  :param _FilterInstanceType: 实例类型过滤,1-独享实例,2-主实例,3-灾备实例,多个按逗号分隔
8412
8412
  :type FilterInstanceType: str
8413
- :param _Status: 按实例状态筛选
8413
+ :param _Status: 按实例状态筛选。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8414
8414
  :type Status: list of int
8415
- :param _ExcludeStatus: 排除实例状态
8415
+ :param _ExcludeStatus: 排除实例状态。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8416
8416
  :type ExcludeStatus: list of int
8417
8417
  """
8418
8418
  self._InstanceIds = None
@@ -8624,7 +8624,7 @@ class DescribeDCDBInstancesRequest(AbstractModel):
8624
8624
 
8625
8625
  @property
8626
8626
  def Status(self):
8627
- """按实例状态筛选
8627
+ """按实例状态筛选。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8628
8628
  :rtype: list of int
8629
8629
  """
8630
8630
  return self._Status
@@ -8635,7 +8635,7 @@ class DescribeDCDBInstancesRequest(AbstractModel):
8635
8635
 
8636
8636
  @property
8637
8637
  def ExcludeStatus(self):
8638
- """排除实例状态
8638
+ """排除实例状态。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
8639
8639
  :rtype: list of int
8640
8640
  """
8641
8641
  return self._ExcludeStatus
@@ -9519,6 +9519,21 @@ class DataEngineInfo(AbstractModel):
9519
9519
  :param _IsPoolMode: 是否使用预留池
9520
9520
  注意:此字段可能返回 null,表示取不到有效值。
9521
9521
  :type IsPoolMode: str
9522
+ :param _IsSupportAI: 是否支持AI,false: 不支持;true:支持
9523
+ 注意:此字段可能返回 null,表示取不到有效值。
9524
+ :type IsSupportAI: bool
9525
+ :param _GatewayId: 网关id
9526
+ 注意:此字段可能返回 null,表示取不到有效值。
9527
+ :type GatewayId: str
9528
+ :param _GatewayState: 网关状态
9529
+ 注意:此字段可能返回 null,表示取不到有效值。
9530
+ :type GatewayState: int
9531
+ :param _IsAIGateway: 是否能执行AI任务
9532
+ 注意:此字段可能返回 null,表示取不到有效值。
9533
+ :type IsAIGateway: bool
9534
+ :param _IsAIEngine: 1:AI引擎,0:非AI引擎
9535
+ 注意:此字段可能返回 null,表示取不到有效值。
9536
+ :type IsAIEngine: int
9522
9537
  """
9523
9538
  self._DataEngineName = None
9524
9539
  self._EngineType = None
@@ -9574,6 +9589,11 @@ class DataEngineInfo(AbstractModel):
9574
9589
  self._AccessInfos = None
9575
9590
  self._EngineNetworkName = None
9576
9591
  self._IsPoolMode = None
9592
+ self._IsSupportAI = None
9593
+ self._GatewayId = None
9594
+ self._GatewayState = None
9595
+ self._IsAIGateway = None
9596
+ self._IsAIEngine = None
9577
9597
 
9578
9598
  @property
9579
9599
  def DataEngineName(self):
@@ -10210,6 +10230,66 @@ class DataEngineInfo(AbstractModel):
10210
10230
  def IsPoolMode(self, IsPoolMode):
10211
10231
  self._IsPoolMode = IsPoolMode
10212
10232
 
10233
+ @property
10234
+ def IsSupportAI(self):
10235
+ """是否支持AI,false: 不支持;true:支持
10236
+ 注意:此字段可能返回 null,表示取不到有效值。
10237
+ :rtype: bool
10238
+ """
10239
+ return self._IsSupportAI
10240
+
10241
+ @IsSupportAI.setter
10242
+ def IsSupportAI(self, IsSupportAI):
10243
+ self._IsSupportAI = IsSupportAI
10244
+
10245
+ @property
10246
+ def GatewayId(self):
10247
+ """网关id
10248
+ 注意:此字段可能返回 null,表示取不到有效值。
10249
+ :rtype: str
10250
+ """
10251
+ return self._GatewayId
10252
+
10253
+ @GatewayId.setter
10254
+ def GatewayId(self, GatewayId):
10255
+ self._GatewayId = GatewayId
10256
+
10257
+ @property
10258
+ def GatewayState(self):
10259
+ """网关状态
10260
+ 注意:此字段可能返回 null,表示取不到有效值。
10261
+ :rtype: int
10262
+ """
10263
+ return self._GatewayState
10264
+
10265
+ @GatewayState.setter
10266
+ def GatewayState(self, GatewayState):
10267
+ self._GatewayState = GatewayState
10268
+
10269
+ @property
10270
+ def IsAIGateway(self):
10271
+ """是否能执行AI任务
10272
+ 注意:此字段可能返回 null,表示取不到有效值。
10273
+ :rtype: bool
10274
+ """
10275
+ return self._IsAIGateway
10276
+
10277
+ @IsAIGateway.setter
10278
+ def IsAIGateway(self, IsAIGateway):
10279
+ self._IsAIGateway = IsAIGateway
10280
+
10281
+ @property
10282
+ def IsAIEngine(self):
10283
+ """1:AI引擎,0:非AI引擎
10284
+ 注意:此字段可能返回 null,表示取不到有效值。
10285
+ :rtype: int
10286
+ """
10287
+ return self._IsAIEngine
10288
+
10289
+ @IsAIEngine.setter
10290
+ def IsAIEngine(self, IsAIEngine):
10291
+ self._IsAIEngine = IsAIEngine
10292
+
10213
10293
 
10214
10294
  def _deserialize(self, params):
10215
10295
  self._DataEngineName = params.get("DataEngineName")
@@ -10285,6 +10365,11 @@ class DataEngineInfo(AbstractModel):
10285
10365
  self._AccessInfos.append(obj)
10286
10366
  self._EngineNetworkName = params.get("EngineNetworkName")
10287
10367
  self._IsPoolMode = params.get("IsPoolMode")
10368
+ self._IsSupportAI = params.get("IsSupportAI")
10369
+ self._GatewayId = params.get("GatewayId")
10370
+ self._GatewayState = params.get("GatewayState")
10371
+ self._IsAIGateway = params.get("IsAIGateway")
10372
+ self._IsAIEngine = params.get("IsAIEngine")
10288
10373
  memeber_set = set(params.keys())
10289
10374
  for name, value in vars(self).items():
10290
10375
  property_name = name[1:]
@@ -25713,6 +25798,24 @@ class NotebookSessionInfo(AbstractModel):
25713
25798
  :param _ExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
25714
25799
  注意:此字段可能返回 null,表示取不到有效值。
25715
25800
  :type ExecutorMaxNumbers: int
25801
+ :param _SessionType: session类型,group:资源组下session independent:独立资源session, 不依赖资源组
25802
+ 注意:此字段可能返回 null,表示取不到有效值。
25803
+ :type SessionType: str
25804
+ :param _DataEngineId: 引擎id
25805
+ 注意:此字段可能返回 null,表示取不到有效值。
25806
+ :type DataEngineId: str
25807
+ :param _ResourceGroupId: 资源组id
25808
+ 注意:此字段可能返回 null,表示取不到有效值。
25809
+ :type ResourceGroupId: str
25810
+ :param _ResourceGroupName: 资源组名称
25811
+ 注意:此字段可能返回 null,表示取不到有效值。
25812
+ :type ResourceGroupName: str
25813
+ :param _PodSize: session,pod大小
25814
+ 注意:此字段可能返回 null,表示取不到有效值。
25815
+ :type PodSize: int
25816
+ :param _PodNumbers: pod数量
25817
+ 注意:此字段可能返回 null,表示取不到有效值。
25818
+ :type PodNumbers: int
25716
25819
  """
25717
25820
  self._Name = None
25718
25821
  self._Kind = None
@@ -25734,6 +25837,12 @@ class NotebookSessionInfo(AbstractModel):
25734
25837
  self._AppInfo = None
25735
25838
  self._SparkUiUrl = None
25736
25839
  self._ExecutorMaxNumbers = None
25840
+ self._SessionType = None
25841
+ self._DataEngineId = None
25842
+ self._ResourceGroupId = None
25843
+ self._ResourceGroupName = None
25844
+ self._PodSize = None
25845
+ self._PodNumbers = None
25737
25846
 
25738
25847
  @property
25739
25848
  def Name(self):
@@ -25969,6 +26078,78 @@ class NotebookSessionInfo(AbstractModel):
25969
26078
  def ExecutorMaxNumbers(self, ExecutorMaxNumbers):
25970
26079
  self._ExecutorMaxNumbers = ExecutorMaxNumbers
25971
26080
 
26081
+ @property
26082
+ def SessionType(self):
26083
+ """session类型,group:资源组下session independent:独立资源session, 不依赖资源组
26084
+ 注意:此字段可能返回 null,表示取不到有效值。
26085
+ :rtype: str
26086
+ """
26087
+ return self._SessionType
26088
+
26089
+ @SessionType.setter
26090
+ def SessionType(self, SessionType):
26091
+ self._SessionType = SessionType
26092
+
26093
+ @property
26094
+ def DataEngineId(self):
26095
+ """引擎id
26096
+ 注意:此字段可能返回 null,表示取不到有效值。
26097
+ :rtype: str
26098
+ """
26099
+ return self._DataEngineId
26100
+
26101
+ @DataEngineId.setter
26102
+ def DataEngineId(self, DataEngineId):
26103
+ self._DataEngineId = DataEngineId
26104
+
26105
+ @property
26106
+ def ResourceGroupId(self):
26107
+ """资源组id
26108
+ 注意:此字段可能返回 null,表示取不到有效值。
26109
+ :rtype: str
26110
+ """
26111
+ return self._ResourceGroupId
26112
+
26113
+ @ResourceGroupId.setter
26114
+ def ResourceGroupId(self, ResourceGroupId):
26115
+ self._ResourceGroupId = ResourceGroupId
26116
+
26117
+ @property
26118
+ def ResourceGroupName(self):
26119
+ """资源组名称
26120
+ 注意:此字段可能返回 null,表示取不到有效值。
26121
+ :rtype: str
26122
+ """
26123
+ return self._ResourceGroupName
26124
+
26125
+ @ResourceGroupName.setter
26126
+ def ResourceGroupName(self, ResourceGroupName):
26127
+ self._ResourceGroupName = ResourceGroupName
26128
+
26129
+ @property
26130
+ def PodSize(self):
26131
+ """session,pod大小
26132
+ 注意:此字段可能返回 null,表示取不到有效值。
26133
+ :rtype: int
26134
+ """
26135
+ return self._PodSize
26136
+
26137
+ @PodSize.setter
26138
+ def PodSize(self, PodSize):
26139
+ self._PodSize = PodSize
26140
+
26141
+ @property
26142
+ def PodNumbers(self):
26143
+ """pod数量
26144
+ 注意:此字段可能返回 null,表示取不到有效值。
26145
+ :rtype: int
26146
+ """
26147
+ return self._PodNumbers
26148
+
26149
+ @PodNumbers.setter
26150
+ def PodNumbers(self, PodNumbers):
26151
+ self._PodNumbers = PodNumbers
26152
+
25972
26153
 
25973
26154
  def _deserialize(self, params):
25974
26155
  self._Name = params.get("Name")
@@ -26001,6 +26182,12 @@ class NotebookSessionInfo(AbstractModel):
26001
26182
  self._AppInfo.append(obj)
26002
26183
  self._SparkUiUrl = params.get("SparkUiUrl")
26003
26184
  self._ExecutorMaxNumbers = params.get("ExecutorMaxNumbers")
26185
+ self._SessionType = params.get("SessionType")
26186
+ self._DataEngineId = params.get("DataEngineId")
26187
+ self._ResourceGroupId = params.get("ResourceGroupId")
26188
+ self._ResourceGroupName = params.get("ResourceGroupName")
26189
+ self._PodSize = params.get("PodSize")
26190
+ self._PodNumbers = params.get("PodNumbers")
26004
26191
  memeber_set = set(params.keys())
26005
26192
  for name, value in vars(self).items():
26006
26193
  property_name = name[1:]
@@ -26310,6 +26497,18 @@ class NotebookSessions(AbstractModel):
26310
26497
  :param _SparkUiUrl: spark ui地址
26311
26498
  注意:此字段可能返回 null,表示取不到有效值。
26312
26499
  :type SparkUiUrl: str
26500
+ :param _SessionType: session类型,group:资源组session independent:独立资源session,不依赖资源组
26501
+ 注意:此字段可能返回 null,表示取不到有效值。
26502
+ :type SessionType: str
26503
+ :param _DataEngineId: 引擎id
26504
+ 注意:此字段可能返回 null,表示取不到有效值。
26505
+ :type DataEngineId: str
26506
+ :param _ResourceGroupId: 资源组id
26507
+ 注意:此字段可能返回 null,表示取不到有效值。
26508
+ :type ResourceGroupId: str
26509
+ :param _ResourceGroupName: 资源组名字
26510
+ 注意:此字段可能返回 null,表示取不到有效值。
26511
+ :type ResourceGroupName: str
26313
26512
  """
26314
26513
  self._Kind = None
26315
26514
  self._SessionId = None
@@ -26322,6 +26521,10 @@ class NotebookSessions(AbstractModel):
26322
26521
  self._LastRunningTime = None
26323
26522
  self._Creator = None
26324
26523
  self._SparkUiUrl = None
26524
+ self._SessionType = None
26525
+ self._DataEngineId = None
26526
+ self._ResourceGroupId = None
26527
+ self._ResourceGroupName = None
26325
26528
 
26326
26529
  @property
26327
26530
  def Kind(self):
@@ -26448,6 +26651,54 @@ class NotebookSessions(AbstractModel):
26448
26651
  def SparkUiUrl(self, SparkUiUrl):
26449
26652
  self._SparkUiUrl = SparkUiUrl
26450
26653
 
26654
+ @property
26655
+ def SessionType(self):
26656
+ """session类型,group:资源组session independent:独立资源session,不依赖资源组
26657
+ 注意:此字段可能返回 null,表示取不到有效值。
26658
+ :rtype: str
26659
+ """
26660
+ return self._SessionType
26661
+
26662
+ @SessionType.setter
26663
+ def SessionType(self, SessionType):
26664
+ self._SessionType = SessionType
26665
+
26666
+ @property
26667
+ def DataEngineId(self):
26668
+ """引擎id
26669
+ 注意:此字段可能返回 null,表示取不到有效值。
26670
+ :rtype: str
26671
+ """
26672
+ return self._DataEngineId
26673
+
26674
+ @DataEngineId.setter
26675
+ def DataEngineId(self, DataEngineId):
26676
+ self._DataEngineId = DataEngineId
26677
+
26678
+ @property
26679
+ def ResourceGroupId(self):
26680
+ """资源组id
26681
+ 注意:此字段可能返回 null,表示取不到有效值。
26682
+ :rtype: str
26683
+ """
26684
+ return self._ResourceGroupId
26685
+
26686
+ @ResourceGroupId.setter
26687
+ def ResourceGroupId(self, ResourceGroupId):
26688
+ self._ResourceGroupId = ResourceGroupId
26689
+
26690
+ @property
26691
+ def ResourceGroupName(self):
26692
+ """资源组名字
26693
+ 注意:此字段可能返回 null,表示取不到有效值。
26694
+ :rtype: str
26695
+ """
26696
+ return self._ResourceGroupName
26697
+
26698
+ @ResourceGroupName.setter
26699
+ def ResourceGroupName(self, ResourceGroupName):
26700
+ self._ResourceGroupName = ResourceGroupName
26701
+
26451
26702
 
26452
26703
  def _deserialize(self, params):
26453
26704
  self._Kind = params.get("Kind")
@@ -26461,6 +26712,10 @@ class NotebookSessions(AbstractModel):
26461
26712
  self._LastRunningTime = params.get("LastRunningTime")
26462
26713
  self._Creator = params.get("Creator")
26463
26714
  self._SparkUiUrl = params.get("SparkUiUrl")
26715
+ self._SessionType = params.get("SessionType")
26716
+ self._DataEngineId = params.get("DataEngineId")
26717
+ self._ResourceGroupId = params.get("ResourceGroupId")
26718
+ self._ResourceGroupName = params.get("ResourceGroupName")
26464
26719
  memeber_set = set(params.keys())
26465
26720
  for name, value in vars(self).items():
26466
26721
  property_name = name[1:]