tencentcloud-sdk-python 3.0.1287__py2.py3-none-any.whl → 3.0.1289__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 (58) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aca/__init__.py +0 -0
  3. tencentcloud/aca/v20210323/__init__.py +0 -0
  4. tencentcloud/aca/v20210323/aca_client.py +210 -0
  5. tencentcloud/aca/v20210323/errorcodes.py +24 -0
  6. tencentcloud/aca/v20210323/models.py +6266 -0
  7. tencentcloud/aiart/v20221229/models.py +17 -2
  8. tencentcloud/apm/v20210622/models.py +6 -0
  9. tencentcloud/batch/v20170312/models.py +2 -2
  10. tencentcloud/cdb/v20170320/cdb_client.py +3 -3
  11. tencentcloud/cdb/v20170320/models.py +35 -14
  12. tencentcloud/cdwch/v20200915/models.py +6 -6
  13. tencentcloud/cdwdoris/v20211228/models.py +15 -0
  14. tencentcloud/cfs/v20190719/models.py +0 -46
  15. tencentcloud/chdfs/v20201112/models.py +4 -4
  16. tencentcloud/clb/v20180317/clb_client.py +0 -1
  17. tencentcloud/clb/v20180317/models.py +17 -0
  18. tencentcloud/cloudapp/v20220530/cloudapp_client.py +1 -1
  19. tencentcloud/cloudaudit/v20190319/models.py +8 -0
  20. tencentcloud/cls/v20201016/models.py +2 -2
  21. tencentcloud/dcdb/v20180411/models.py +4 -4
  22. tencentcloud/dlc/v20210125/models.py +255 -0
  23. tencentcloud/dts/v20180330/models.py +20 -20
  24. tencentcloud/emr/v20190103/models.py +101 -15
  25. tencentcloud/ess/v20201111/ess_client.py +1 -0
  26. tencentcloud/ess/v20201111/models.py +114 -110
  27. tencentcloud/essbasic/v20210526/essbasic_client.py +61 -0
  28. tencentcloud/essbasic/v20210526/models.py +622 -102
  29. tencentcloud/facefusion/v20220927/facefusion_client.py +0 -1
  30. tencentcloud/facefusion/v20220927/models.py +23 -0
  31. tencentcloud/faceid/v20180301/errorcodes.py +3 -0
  32. tencentcloud/fmu/v20191213/models.py +16 -0
  33. tencentcloud/hai/v20230812/models.py +6 -4
  34. tencentcloud/live/v20180801/models.py +40 -0
  35. tencentcloud/mariadb/v20170312/models.py +4 -0
  36. tencentcloud/mps/v20190612/models.py +663 -0
  37. tencentcloud/mps/v20190612/mps_client.py +92 -0
  38. tencentcloud/msp/v20180319/msp_client.py +3 -1
  39. tencentcloud/omics/v20221128/models.py +15 -0
  40. tencentcloud/privatedns/v20201028/models.py +0 -10
  41. tencentcloud/redis/v20180412/models.py +299 -0
  42. tencentcloud/redis/v20180412/redis_client.py +46 -0
  43. tencentcloud/tcb/v20180608/models.py +30 -0
  44. tencentcloud/trocket/v20230308/models.py +216 -0
  45. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  46. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  47. tencentcloud/tse/v20201207/models.py +90 -0
  48. tencentcloud/tsf/v20180326/errorcodes.py +18 -0
  49. tencentcloud/tsf/v20180326/models.py +21 -4
  50. tencentcloud/tsf/v20180326/tsf_client.py +3 -1
  51. tencentcloud/vclm/v20240523/models.py +6 -4
  52. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  53. tencentcloud/vpc/v20170312/models.py +0 -28
  54. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/METADATA +1 -1
  55. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/RECORD +58 -53
  56. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/LICENSE +0 -0
  57. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/WHEEL +0 -0
  58. {tencentcloud_sdk_python-3.0.1287.dist-info → tencentcloud_sdk_python-3.0.1289.dist-info}/top_level.txt +0 -0
@@ -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:]
@@ -4320,36 +4320,36 @@ class SubscribeInfo(AbstractModel):
4320
4320
  :type SubscribeId: str
4321
4321
  :param _SubscribeName: 数据订阅实例的名称
4322
4322
  :type SubscribeName: str
4323
- :param _ChannelId: 数据订阅实例绑定的通道ID
4323
+ :param _ChannelId: 数据订阅实例绑定的通道ID。kafka版订阅就是kafka topic
4324
4324
  :type ChannelId: str
4325
- :param _Product: 数据订阅绑定实例对应的产品名称
4325
+ :param _Product: 订阅实例的类型,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)
4326
4326
  :type Product: str
4327
4327
  :param _InstanceId: 数据订阅实例绑定的数据库实例ID
4328
4328
  :type InstanceId: str
4329
- :param _InstanceStatus: 数据订阅实例绑定的数据库实例状态
4329
+ :param _InstanceStatus: 云数据库状态:running 运行中,isolated 已隔离,offline 已下线。如果不是云上,此值为空
4330
4330
  :type InstanceStatus: str
4331
- :param _SubsStatus: 数据订阅实例的配置状态,unconfigure - 未配置, configuring - 配置中,configured - 已配置
4331
+ :param _SubsStatus: 数据订阅状态,可能的值为:未启动 notStarted, 校验中 checking, 校验不通过 checkNotPass, 校验通过 checkPass, 启动中 starting, 运行中 running, 异常出错 error
4332
4332
  :type SubsStatus: str
4333
- :param _ModifyTime: 上次修改时间
4333
+ :param _ModifyTime: 上次修改时间,时间格式如:Y-m-d h:m:s
4334
4334
  :type ModifyTime: str
4335
4335
  :param _CreateTime: 创建时间
4336
4336
  :type CreateTime: str
4337
- :param _IsolateTime: 隔离时间
4337
+ :param _IsolateTime: 隔离时间,时间格式如:Y-m-d h:m:s
4338
4338
  :type IsolateTime: str
4339
- :param _ExpireTime: 到期时间
4339
+ :param _ExpireTime: 包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
4340
4340
  :type ExpireTime: str
4341
4341
  :param _OfflineTime: 下线时间
4342
4342
  :type OfflineTime: str
4343
4343
  :param _ConsumeStartTime: 最近一次修改的消费时间起点,如果从未修改则为零值
4344
4344
  :type ConsumeStartTime: str
4345
- :param _AutoRenewFlag: 自动续费标识。0-不自动续费,1-自动续费
4345
+ :param _AutoRenewFlag: 自动续费标识。只有当 PayType=0,该值才有意义。枚举值:0-不自动续费,1-自动续费
4346
4346
  注意:此字段可能返回 null,表示取不到有效值。
4347
4347
  :type AutoRenewFlag: int
4348
4348
  :param _Region: 数据订阅实例所属地域
4349
4349
  :type Region: str
4350
4350
  :param _PayType: 计费方式,0 - 包年包月,1 - 按量计费
4351
4351
  :type PayType: int
4352
- :param _Vip: 数据订阅实例的Vip
4352
+ :param _Vip: 旧版订阅通道的vip
4353
4353
  :type Vip: str
4354
4354
  :param _Vport: 数据订阅实例的Vport
4355
4355
  :type Vport: int
@@ -4357,7 +4357,7 @@ class SubscribeInfo(AbstractModel):
4357
4357
  :type UniqVpcId: str
4358
4358
  :param _UniqSubnetId: 数据订阅实例Vip所在子网的唯一ID
4359
4359
  :type UniqSubnetId: str
4360
- :param _Status: 数据订阅实例的状态,creating - 创建中,normal - 正常运行,isolating - 隔离中,isolated - 已隔离,offlining - 下线中,offline - 已下线
4360
+ :param _Status: 数据订阅生命周期状态,可能的值为:正常 normal, 隔离中 isolating, 已隔离 isolated, 下线中 offlining, 按量转包年包月中 post2PrePayIng
4361
4361
  :type Status: str
4362
4362
  :param _SdkConsumedTime: SDK最后一条确认消息的时间戳,如果SDK一直消费,也可以作为SDK当前消费时间点
4363
4363
  :type SdkConsumedTime: str
@@ -4417,7 +4417,7 @@ class SubscribeInfo(AbstractModel):
4417
4417
 
4418
4418
  @property
4419
4419
  def ChannelId(self):
4420
- """数据订阅实例绑定的通道ID
4420
+ """数据订阅实例绑定的通道ID。kafka版订阅就是kafka topic
4421
4421
  :rtype: str
4422
4422
  """
4423
4423
  return self._ChannelId
@@ -4428,7 +4428,7 @@ class SubscribeInfo(AbstractModel):
4428
4428
 
4429
4429
  @property
4430
4430
  def Product(self):
4431
- """数据订阅绑定实例对应的产品名称
4431
+ """订阅实例的类型,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)
4432
4432
  :rtype: str
4433
4433
  """
4434
4434
  return self._Product
@@ -4450,7 +4450,7 @@ class SubscribeInfo(AbstractModel):
4450
4450
 
4451
4451
  @property
4452
4452
  def InstanceStatus(self):
4453
- """数据订阅实例绑定的数据库实例状态
4453
+ """云数据库状态:running 运行中,isolated 已隔离,offline 已下线。如果不是云上,此值为空
4454
4454
  :rtype: str
4455
4455
  """
4456
4456
  return self._InstanceStatus
@@ -4461,7 +4461,7 @@ class SubscribeInfo(AbstractModel):
4461
4461
 
4462
4462
  @property
4463
4463
  def SubsStatus(self):
4464
- """数据订阅实例的配置状态,unconfigure - 未配置, configuring - 配置中,configured - 已配置
4464
+ """数据订阅状态,可能的值为:未启动 notStarted, 校验中 checking, 校验不通过 checkNotPass, 校验通过 checkPass, 启动中 starting, 运行中 running, 异常出错 error
4465
4465
  :rtype: str
4466
4466
  """
4467
4467
  return self._SubsStatus
@@ -4472,7 +4472,7 @@ class SubscribeInfo(AbstractModel):
4472
4472
 
4473
4473
  @property
4474
4474
  def ModifyTime(self):
4475
- """上次修改时间
4475
+ """上次修改时间,时间格式如:Y-m-d h:m:s
4476
4476
  :rtype: str
4477
4477
  """
4478
4478
  return self._ModifyTime
@@ -4494,7 +4494,7 @@ class SubscribeInfo(AbstractModel):
4494
4494
 
4495
4495
  @property
4496
4496
  def IsolateTime(self):
4497
- """隔离时间
4497
+ """隔离时间,时间格式如:Y-m-d h:m:s
4498
4498
  :rtype: str
4499
4499
  """
4500
4500
  return self._IsolateTime
@@ -4505,7 +4505,7 @@ class SubscribeInfo(AbstractModel):
4505
4505
 
4506
4506
  @property
4507
4507
  def ExpireTime(self):
4508
- """到期时间
4508
+ """包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
4509
4509
  :rtype: str
4510
4510
  """
4511
4511
  return self._ExpireTime
@@ -4538,7 +4538,7 @@ class SubscribeInfo(AbstractModel):
4538
4538
 
4539
4539
  @property
4540
4540
  def AutoRenewFlag(self):
4541
- """自动续费标识。0-不自动续费,1-自动续费
4541
+ """自动续费标识。只有当 PayType=0,该值才有意义。枚举值:0-不自动续费,1-自动续费
4542
4542
  注意:此字段可能返回 null,表示取不到有效值。
4543
4543
  :rtype: int
4544
4544
  """
@@ -4572,7 +4572,7 @@ class SubscribeInfo(AbstractModel):
4572
4572
 
4573
4573
  @property
4574
4574
  def Vip(self):
4575
- """数据订阅实例的Vip
4575
+ """旧版订阅通道的vip
4576
4576
  :rtype: str
4577
4577
  """
4578
4578
  return self._Vip
@@ -4616,7 +4616,7 @@ class SubscribeInfo(AbstractModel):
4616
4616
 
4617
4617
  @property
4618
4618
  def Status(self):
4619
- """数据订阅实例的状态,creating - 创建中,normal - 正常运行,isolating - 隔离中,isolated - 已隔离,offlining - 下线中,offline - 已下线
4619
+ """数据订阅生命周期状态,可能的值为:正常 normal, 隔离中 isolating, 已隔离 isolated, 下线中 offlining, 按量转包年包月中 post2PrePayIng
4620
4620
  :rtype: str
4621
4621
  """
4622
4622
  return self._Status