tencentcloud-sdk-python-cdb 3.0.1396__tar.gz → 3.0.1402__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud/cdb/v20170320/models.py +64 -44
  5. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cdb-3.0.1402/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cdb-3.0.1396/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud/cdb/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud/cdb/v20170320/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
  13. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cdb-3.0.1396 → tencentcloud-sdk-python-cdb-3.0.1402}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cdb
3
- Version: 3.0.1396
3
+ Version: 3.0.1402
4
4
  Summary: Tencent Cloud Cdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cdb',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1396"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1402"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cdb SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1396'
17
+ __version__ = '3.0.1402'
@@ -15014,14 +15014,14 @@ class DescribeCPUExpandStrategyInfoRequest(AbstractModel):
15014
15014
 
15015
15015
  def __init__(self):
15016
15016
  r"""
15017
- :param _InstanceId: 实例 ID
15017
+ :param _InstanceId: 实例 ID。
15018
15018
  :type InstanceId: str
15019
15019
  """
15020
15020
  self._InstanceId = None
15021
15021
 
15022
15022
  @property
15023
15023
  def InstanceId(self):
15024
- """实例 ID
15024
+ """实例 ID。
15025
15025
  :rtype: str
15026
15026
  """
15027
15027
  return self._InstanceId
@@ -15050,18 +15050,18 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15050
15050
 
15051
15051
  def __init__(self):
15052
15052
  r"""
15053
- :param _Type: 策略类型。可选值 auto、manual。如果返回为NULL说明尚未开通弹性扩容策略
15053
+ :param _Type: 策略类型。输出值 auto、manual。如果返回为 NULL 说明尚未开通弹性扩容策略。
15054
15054
  注意:此字段可能返回 null,表示取不到有效值。
15055
15055
  :type Type: str
15056
- :param _ExpandCpu: 手动扩容的 CPU 。Type为 manual 时有效。
15056
+ :param _ExpandCpu: 手动扩容的 CPU 。Type 为 manual 时有效。
15057
15057
  注意:此字段可能返回 null,表示取不到有效值。
15058
15058
  :type ExpandCpu: int
15059
- :param _AutoStrategy: 自动扩容策略。Type 为 auto 时有效
15059
+ :param _AutoStrategy: 自动扩容策略。Type 为 auto 时有效。
15060
15060
  注意:此字段可能返回 null,表示取不到有效值。
15061
15061
  :type AutoStrategy: :class:`tencentcloud.cdb.v20170320.models.AutoStrategy`
15062
15062
  :param _PeriodStrategy: 按周期扩容策略。
15063
15063
  :type PeriodStrategy: :class:`tencentcloud.cdb.v20170320.models.PeriodStrategy`
15064
- :param _TimeIntervalStrategy: 按时间段扩容策略
15064
+ :param _TimeIntervalStrategy: 按时间段扩容策略。
15065
15065
  :type TimeIntervalStrategy: :class:`tencentcloud.cdb.v20170320.models.TimeIntervalStrategy`
15066
15066
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15067
15067
  :type RequestId: str
@@ -15075,7 +15075,7 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15075
15075
 
15076
15076
  @property
15077
15077
  def Type(self):
15078
- """策略类型。可选值 auto、manual。如果返回为NULL说明尚未开通弹性扩容策略
15078
+ """策略类型。输出值 auto、manual。如果返回为 NULL 说明尚未开通弹性扩容策略。
15079
15079
  注意:此字段可能返回 null,表示取不到有效值。
15080
15080
  :rtype: str
15081
15081
  """
@@ -15087,7 +15087,7 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15087
15087
 
15088
15088
  @property
15089
15089
  def ExpandCpu(self):
15090
- """手动扩容的 CPU 。Type为 manual 时有效。
15090
+ """手动扩容的 CPU 。Type 为 manual 时有效。
15091
15091
  注意:此字段可能返回 null,表示取不到有效值。
15092
15092
  :rtype: int
15093
15093
  """
@@ -15099,7 +15099,7 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15099
15099
 
15100
15100
  @property
15101
15101
  def AutoStrategy(self):
15102
- """自动扩容策略。Type 为 auto 时有效
15102
+ """自动扩容策略。Type 为 auto 时有效。
15103
15103
  注意:此字段可能返回 null,表示取不到有效值。
15104
15104
  :rtype: :class:`tencentcloud.cdb.v20170320.models.AutoStrategy`
15105
15105
  """
@@ -15122,7 +15122,7 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15122
15122
 
15123
15123
  @property
15124
15124
  def TimeIntervalStrategy(self):
15125
- """按时间段扩容策略
15125
+ """按时间段扩容策略。
15126
15126
  :rtype: :class:`tencentcloud.cdb.v20170320.models.TimeIntervalStrategy`
15127
15127
  """
15128
15128
  return self._TimeIntervalStrategy
@@ -36273,18 +36273,19 @@ class StartCpuExpandRequest(AbstractModel):
36273
36273
 
36274
36274
  def __init__(self):
36275
36275
  r"""
36276
- :param _InstanceId: 实例 ID
36276
+ :param _InstanceId: 实例 ID。
36277
36277
  :type InstanceId: str
36278
- :param _Type: 扩容类型。auto 自动 manual 立即生效 timeInterval 按时间段 period 按周期
36278
+ :param _Type: 扩容类型,支持自动扩容和自定义扩容。
36279
+ 说明:1. auto 表示自动扩容。2. manual 表示自定义扩容,扩容时间为立即生效。3. timeInterval 表示自定义扩容,扩容时间为按时间段。4. period 表示自定义扩容,扩容时间为按周期。
36279
36280
  :type Type: str
36280
- :param _ExpandCpu: 手动扩容时,扩容的 CPU 核心数。
36281
- 说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
36281
+ :param _ExpandCpu: 自定义扩容时,扩容的 CPU 核心数。
36282
+ 说明:1. Type 为 manual、timeInterval、period 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
36282
36283
  :type ExpandCpu: int
36283
36284
  :param _AutoStrategy: 自动扩容策略。Type 为 auto 时必传。
36284
36285
  :type AutoStrategy: :class:`tencentcloud.cdb.v20170320.models.AutoStrategy`
36285
- :param _TimeIntervalStrategy: 按时间段扩容策略
36286
+ :param _TimeIntervalStrategy: 按时间段扩容策略。
36286
36287
  :type TimeIntervalStrategy: :class:`tencentcloud.cdb.v20170320.models.TimeIntervalStrategy`
36287
- :param _PeriodStrategy: 按周期扩容策略
36288
+ :param _PeriodStrategy: 按周期扩容策略。
36288
36289
  :type PeriodStrategy: :class:`tencentcloud.cdb.v20170320.models.PeriodStrategy`
36289
36290
  """
36290
36291
  self._InstanceId = None
@@ -36296,7 +36297,7 @@ class StartCpuExpandRequest(AbstractModel):
36296
36297
 
36297
36298
  @property
36298
36299
  def InstanceId(self):
36299
- """实例 ID
36300
+ """实例 ID。
36300
36301
  :rtype: str
36301
36302
  """
36302
36303
  return self._InstanceId
@@ -36307,7 +36308,8 @@ class StartCpuExpandRequest(AbstractModel):
36307
36308
 
36308
36309
  @property
36309
36310
  def Type(self):
36310
- """扩容类型。auto 自动 manual 立即生效 timeInterval 按时间段 period 按周期
36311
+ """扩容类型,支持自动扩容和自定义扩容。
36312
+ 说明:1. auto 表示自动扩容。2. manual 表示自定义扩容,扩容时间为立即生效。3. timeInterval 表示自定义扩容,扩容时间为按时间段。4. period 表示自定义扩容,扩容时间为按周期。
36311
36313
  :rtype: str
36312
36314
  """
36313
36315
  return self._Type
@@ -36318,8 +36320,8 @@ class StartCpuExpandRequest(AbstractModel):
36318
36320
 
36319
36321
  @property
36320
36322
  def ExpandCpu(self):
36321
- """手动扩容时,扩容的 CPU 核心数。
36322
- 说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
36323
+ """自定义扩容时,扩容的 CPU 核心数。
36324
+ 说明:1. Type 为 manual、timeInterval、period 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
36323
36325
  :rtype: int
36324
36326
  """
36325
36327
  return self._ExpandCpu
@@ -36341,7 +36343,7 @@ class StartCpuExpandRequest(AbstractModel):
36341
36343
 
36342
36344
  @property
36343
36345
  def TimeIntervalStrategy(self):
36344
- """按时间段扩容策略
36346
+ """按时间段扩容策略。
36345
36347
  :rtype: :class:`tencentcloud.cdb.v20170320.models.TimeIntervalStrategy`
36346
36348
  """
36347
36349
  return self._TimeIntervalStrategy
@@ -36352,7 +36354,7 @@ class StartCpuExpandRequest(AbstractModel):
36352
36354
 
36353
36355
  @property
36354
36356
  def PeriodStrategy(self):
36355
- """按周期扩容策略
36357
+ """按周期扩容策略。
36356
36358
  :rtype: :class:`tencentcloud.cdb.v20170320.models.PeriodStrategy`
36357
36359
  """
36358
36360
  return self._PeriodStrategy
@@ -37270,19 +37272,26 @@ class TImeCycle(AbstractModel):
37270
37272
 
37271
37273
  def __init__(self):
37272
37274
  r"""
37273
- :param _Monday: 周一的扩容时间段
37275
+ :param _Monday: 按周期扩容时,是否选择周一扩容。
37276
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37274
37277
  :type Monday: bool
37275
- :param _Tuesday: 周二的扩容时间段
37278
+ :param _Tuesday: 按周期扩容时,是否选择周二扩容。
37279
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37276
37280
  :type Tuesday: bool
37277
- :param _Wednesday: 周三的扩容时间段
37281
+ :param _Wednesday: 按周期扩容时,是否选择周三扩容。
37282
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37278
37283
  :type Wednesday: bool
37279
- :param _Thursday: 周四的扩容时间段
37284
+ :param _Thursday: 按周期扩容时,是否选择周四扩容。
37285
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37280
37286
  :type Thursday: bool
37281
- :param _Friday: 周五的扩容时间段
37287
+ :param _Friday: 按周期扩容时,是否选择周五扩容。
37288
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37282
37289
  :type Friday: bool
37283
- :param _Saturday: 周六的扩容时间段
37290
+ :param _Saturday: 按周期扩容时,是否选择周六扩容。
37291
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37284
37292
  :type Saturday: bool
37285
- :param _Sunday: 周日的扩容时间段
37293
+ :param _Sunday: 按周期扩容时,是否选择周日扩容。
37294
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37286
37295
  :type Sunday: bool
37287
37296
  """
37288
37297
  self._Monday = None
@@ -37295,7 +37304,8 @@ class TImeCycle(AbstractModel):
37295
37304
 
37296
37305
  @property
37297
37306
  def Monday(self):
37298
- """周一的扩容时间段
37307
+ """按周期扩容时,是否选择周一扩容。
37308
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37299
37309
  :rtype: bool
37300
37310
  """
37301
37311
  return self._Monday
@@ -37306,7 +37316,8 @@ class TImeCycle(AbstractModel):
37306
37316
 
37307
37317
  @property
37308
37318
  def Tuesday(self):
37309
- """周二的扩容时间段
37319
+ """按周期扩容时,是否选择周二扩容。
37320
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37310
37321
  :rtype: bool
37311
37322
  """
37312
37323
  return self._Tuesday
@@ -37317,7 +37328,8 @@ class TImeCycle(AbstractModel):
37317
37328
 
37318
37329
  @property
37319
37330
  def Wednesday(self):
37320
- """周三的扩容时间段
37331
+ """按周期扩容时,是否选择周三扩容。
37332
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37321
37333
  :rtype: bool
37322
37334
  """
37323
37335
  return self._Wednesday
@@ -37328,7 +37340,8 @@ class TImeCycle(AbstractModel):
37328
37340
 
37329
37341
  @property
37330
37342
  def Thursday(self):
37331
- """周四的扩容时间段
37343
+ """按周期扩容时,是否选择周四扩容。
37344
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37332
37345
  :rtype: bool
37333
37346
  """
37334
37347
  return self._Thursday
@@ -37339,7 +37352,8 @@ class TImeCycle(AbstractModel):
37339
37352
 
37340
37353
  @property
37341
37354
  def Friday(self):
37342
- """周五的扩容时间段
37355
+ """按周期扩容时,是否选择周五扩容。
37356
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37343
37357
  :rtype: bool
37344
37358
  """
37345
37359
  return self._Friday
@@ -37350,7 +37364,8 @@ class TImeCycle(AbstractModel):
37350
37364
 
37351
37365
  @property
37352
37366
  def Saturday(self):
37353
- """周六的扩容时间段
37367
+ """按周期扩容时,是否选择周六扩容。
37368
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37354
37369
  :rtype: bool
37355
37370
  """
37356
37371
  return self._Saturday
@@ -37361,7 +37376,8 @@ class TImeCycle(AbstractModel):
37361
37376
 
37362
37377
  @property
37363
37378
  def Sunday(self):
37364
- """周日的扩容时间段
37379
+ """按周期扩容时,是否选择周日扩容。
37380
+ 说明:取值 true,表示选择,取值 false,表示不选择。
37365
37381
  :rtype: bool
37366
37382
  """
37367
37383
  return self._Sunday
@@ -38010,9 +38026,9 @@ class TimeInterval(AbstractModel):
38010
38026
 
38011
38027
  def __init__(self):
38012
38028
  r"""
38013
- :param _StartTime: 开始时间
38029
+ :param _StartTime: 开始时间。
38014
38030
  :type StartTime: str
38015
- :param _EndTime: 结束时间
38031
+ :param _EndTime: 结束时间。
38016
38032
  :type EndTime: str
38017
38033
  """
38018
38034
  self._StartTime = None
@@ -38020,7 +38036,7 @@ class TimeInterval(AbstractModel):
38020
38036
 
38021
38037
  @property
38022
38038
  def StartTime(self):
38023
- """开始时间
38039
+ """开始时间。
38024
38040
  :rtype: str
38025
38041
  """
38026
38042
  return self._StartTime
@@ -38031,7 +38047,7 @@ class TimeInterval(AbstractModel):
38031
38047
 
38032
38048
  @property
38033
38049
  def EndTime(self):
38034
- """结束时间
38050
+ """结束时间。
38035
38051
  :rtype: str
38036
38052
  """
38037
38053
  return self._EndTime
@@ -38061,9 +38077,11 @@ class TimeIntervalStrategy(AbstractModel):
38061
38077
 
38062
38078
  def __init__(self):
38063
38079
  r"""
38064
- :param _StartTime: 开始扩容时间
38080
+ :param _StartTime: 开始扩容时间。
38081
+ 说明:此值的格式为 Integer 的时间戳。
38065
38082
  :type StartTime: int
38066
- :param _EndTime: 结束扩容时间
38083
+ :param _EndTime: 结束扩容时间。
38084
+ 说明:此值的格式为 Integer 的时间戳。
38067
38085
  :type EndTime: int
38068
38086
  """
38069
38087
  self._StartTime = None
@@ -38071,7 +38089,8 @@ class TimeIntervalStrategy(AbstractModel):
38071
38089
 
38072
38090
  @property
38073
38091
  def StartTime(self):
38074
- """开始扩容时间
38092
+ """开始扩容时间。
38093
+ 说明:此值的格式为 Integer 的时间戳。
38075
38094
  :rtype: int
38076
38095
  """
38077
38096
  return self._StartTime
@@ -38082,7 +38101,8 @@ class TimeIntervalStrategy(AbstractModel):
38082
38101
 
38083
38102
  @property
38084
38103
  def EndTime(self):
38085
- """结束扩容时间
38104
+ """结束扩容时间。
38105
+ 说明:此值的格式为 Integer 的时间戳。
38086
38106
  :rtype: int
38087
38107
  """
38088
38108
  return self._EndTime
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cdb
3
- Version: 3.0.1396
3
+ Version: 3.0.1402
4
4
  Summary: Tencent Cloud Cdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1402
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1396