tencentcloud-sdk-postgres 3.0.605 → 3.0.606

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9bcf7a5b9f0b94f94f0be58eef0967f301a813a0
4
- data.tar.gz: 2a34a30b375ceef3d785b211be8af1913fd6c387
3
+ metadata.gz: 1f9fbcd871814f5a747c4b2d94259d50343893ab
4
+ data.tar.gz: e661da594038bd787ce1e62f7ffaa41887bd84ad
5
5
  SHA512:
6
- metadata.gz: 63d091353a73dbad9a823e1c6bdb52b85908080a60237b3e356881835fea68c213bf19487ec09f0ff8862a09ae6e8c1082aaaf6c190c4878dae2d8e059e38d6d
7
- data.tar.gz: c72fc31fb7007adf99235cfba6a5d57f8670490e22c42112ffd44a8a5d35ecefc375cb29ab544482a8f52a3ccd1d98c3b9176eda4d126ea6dcea013df379d1c8
6
+ metadata.gz: ed6f6f5e2b91ace2fc06d0108748917374b23f079720c70f7b0661593179d69538af5d1b21aa32724a845aee0a197d998f9352f4e108cd9761929c9152b9471d
7
+ data.tar.gz: 7fd284bac0f1fc0f6aca0c4bc49c5ee4c9b2ed78c01989a1cf11b6601b69c45a6c18386458617fbcfcab90ac8207bc31e2546fc6c57184185e894d2eef5cc201
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.605
1
+ 3.0.606
@@ -1469,7 +1469,7 @@ module TencentCloud
1469
1469
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1470
1470
  end
1471
1471
 
1472
- # 本接口(IsolateDBInstances)用于隔离实例
1472
+ # 本接口(IsolateDBInstances)用于隔离实例。
1473
1473
 
1474
1474
  # @param request: Request instance for IsolateDBInstances.
1475
1475
  # @type request: :class:`Tencentcloud::postgres::V20170312::IsolateDBInstancesRequest`
@@ -3996,13 +3996,18 @@ module TencentCloud
3996
3996
 
3997
3997
  # DisIsolateDBInstances请求参数结构体
3998
3998
  class DisIsolateDBInstancesRequest < TencentCloud::Common::AbstractModel
3999
- # @param DBInstanceIdSet: 资源ID列表。注意:当前已不支持同时解隔离多个实例,这里只能传入单个实例ID。
3999
+ # @param DBInstanceIdSet: 实例ID列表。注意:当前已不支持同时解隔离多个实例,这里只能传入单个实例ID。
4000
4000
  # @type DBInstanceIdSet: Array
4001
- # @param Period: 包年包月实例解隔离时购买时常 以月为单位
4001
+ # @param Period: 购买时长,单位:月。
4002
+ # <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
4003
+ # <li>后付费:只支持1
4002
4004
  # @type Period: Integer
4003
- # @param AutoVoucher: 是否使用代金券:true-使用,false-不使用,默认不使用
4005
+ # @param AutoVoucher: 是否使用代金券:
4006
+ # <li>true:使用
4007
+ # <li>false:不使用
4008
+ # 默认值:false
4004
4009
  # @type AutoVoucher: Boolean
4005
- # @param VoucherIds: 代金券id列表
4010
+ # @param VoucherIds: 代金券id列表。
4006
4011
  # @type VoucherIds: Array
4007
4012
 
4008
4013
  attr_accessor :DBInstanceIdSet, :Period, :AutoVoucher, :VoucherIds
@@ -4732,13 +4737,24 @@ module TencentCloud
4732
4737
  class ModifyDBInstanceChargeTypeRequest < TencentCloud::Common::AbstractModel
4733
4738
  # @param DBInstanceId: 实例ID,形如postgres-6fego161
4734
4739
  # @type DBInstanceId: String
4735
- # @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。默认值:PREPAID。
4740
+ # @param InstanceChargeType: 实例计费类型,目前支持:
4741
+ # <li>PREPAID:预付费,即包年包月
4742
+ # <li>POSTPAID_BY_HOUR:后付费,即按量计费
4743
+ # 默认值:PREPAID
4736
4744
  # @type InstanceChargeType: String
4737
- # @param Period: 购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值,按量计费模式下该参数传1。
4745
+ # @param Period: 购买时长,单位:月。
4746
+ # <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
4747
+ # <li>后付费:只支持1
4738
4748
  # @type Period: Integer
4739
- # @param AutoRenewFlag: 续费标记:0-正常续费(默认);1-自动续费。
4749
+ # @param AutoRenewFlag: 续费标记:
4750
+ # <li>0:手动续费
4751
+ # <li>1:自动续费
4752
+ # 默认值:0
4740
4753
  # @type AutoRenewFlag: Integer
4741
- # @param AutoVoucher: 是否自动使用代金券,1是,0否,默认不使用
4754
+ # @param AutoVoucher: 是否自动使用代金券:
4755
+ # <li>0:否
4756
+ # <li>1:是
4757
+ # 默认值:0
4742
4758
  # @type AutoVoucher: Integer
4743
4759
 
4744
4760
  attr_accessor :DBInstanceId, :InstanceChargeType, :Period, :AutoRenewFlag, :AutoVoucher
@@ -4784,9 +4800,14 @@ module TencentCloud
4784
4800
  class ModifyDBInstanceDeploymentRequest < TencentCloud::Common::AbstractModel
4785
4801
  # @param DBInstanceId: 实例ID。
4786
4802
  # @type DBInstanceId: String
4787
- # @param DBNodeSet: 实例节点信息。
4803
+ # @param DBNodeSet: 实例节点部署信息,支持多可用区部署时需要指定每个节点的部署可用区信息。
4804
+ # 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
4788
4805
  # @type DBNodeSet: Array
4789
- # @param SwitchTag: 切换时间。默认为 立即切换,入参为 0 :立即切换 。1:指定时间切换。2:维护时间窗口内切换
4806
+ # @param SwitchTag: 指定实例配置完成变更后的切换时间。
4807
+ # <li>0:立即切换
4808
+ # <li>1:指定时间切换
4809
+ # <li>2:维护时间窗口内切换
4810
+ # 默认值:0
4790
4811
  # @type SwitchTag: Integer
4791
4812
  # @param SwitchStartTime: 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
4792
4813
  # @type SwitchStartTime: String
@@ -4839,7 +4860,7 @@ module TencentCloud
4839
4860
  class ModifyDBInstanceNameRequest < TencentCloud::Common::AbstractModel
4840
4861
  # @param DBInstanceId: 数据库实例ID,形如postgres-6fego161
4841
4862
  # @type DBInstanceId: String
4842
- # @param InstanceName: 新的数据库实例名字
4863
+ # @param InstanceName: 实例名称,仅支持长度小于60的中文/英文/数字/"_"/"-",不指定实例名称则默认显示"未命名"。
4843
4864
  # @type InstanceName: String
4844
4865
 
4845
4866
  attr_accessor :DBInstanceId, :InstanceName
@@ -4960,7 +4981,8 @@ module TencentCloud
4960
4981
 
4961
4982
  # ModifyDBInstanceSecurityGroups请求参数结构体
4962
4983
  class ModifyDBInstanceSecurityGroupsRequest < TencentCloud::Common::AbstractModel
4963
- # @param SecurityGroupIdSet: 实例或只读组要绑定的安全组列表
4984
+ # @param SecurityGroupIdSet: 实例或只读组要绑定的安全组列表。
4985
+ # 安全组信息可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来查询。
4964
4986
  # @type SecurityGroupIdSet: Array
4965
4987
  # @param DBInstanceId: 实例ID,DBInstanceId和ReadOnlyGroupId至少传一个;如果都传,忽略ReadOnlyGroupId
4966
4988
  # @type DBInstanceId: String
@@ -5006,13 +5028,20 @@ module TencentCloud
5006
5028
  # @type Memory: Integer
5007
5029
  # @param Storage: 修改后的实例磁盘大小,单位GiB。
5008
5030
  # @type Storage: Integer
5009
- # @param AutoVoucher: 是否自动使用代金券,1是,0否,默认不使用。
5031
+ # @param AutoVoucher: 是否自动使用代金券:
5032
+ # <li>0:否
5033
+ # <li>1:是
5034
+ # 默认值:0
5010
5035
  # @type AutoVoucher: Integer
5011
5036
  # @param VoucherIds: 代金券ID列表,目前仅支持指定一张代金券。
5012
5037
  # @type VoucherIds: Array
5013
5038
  # @param ActivityId: 活动ID。
5014
5039
  # @type ActivityId: Integer
5015
- # @param SwitchTag: 指定实例配置完成变更后的切换时间,默认为 立即切换,入参为 0 :立即切换 。1:指定时间切换。2:维护时间窗口内切换。
5040
+ # @param SwitchTag: 指定实例配置完成变更后的切换时间。
5041
+ # <li>0:立即切换
5042
+ # <li>1:指定时间切换
5043
+ # <li>2:维护时间窗口内切换
5044
+ # 默认值:0
5016
5045
  # @type SwitchTag: Integer
5017
5046
  # @param SwitchStartTime: 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
5018
5047
  # @type SwitchStartTime: String
@@ -6613,22 +6642,24 @@ module TencentCloud
6613
6642
 
6614
6643
  # UpgradeDBInstanceKernelVersion请求参数结构体
6615
6644
  class UpgradeDBInstanceKernelVersionRequest < TencentCloud::Common::AbstractModel
6616
- # @param DBInstanceId: 实例ID
6645
+ # @param DBInstanceId: 实例ID
6617
6646
  # @type DBInstanceId: String
6618
- # @param TargetDBKernelVersion: 升级的目标内核版本号。可以通过接口DescribeDBVersions的返回字段AvailableUpgradeTarget获取。
6647
+ # @param TargetDBKernelVersion: 升级的目标内核版本号。可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)的返回字段AvailableUpgradeTarget获取。
6619
6648
  # @type TargetDBKernelVersion: String
6620
- # @param SwitchTag: 指定实例升级内核版本号完成后的切换时间。可选值,
6621
- # 0:立即切换(默认值)。
6622
- # 1:指定时间切换。
6623
- # 2:维护时间窗口内切换。
6649
+ # @param SwitchTag: 指定实例升级内核版本号完成后的切换时间。可选值:
6650
+ # <li>0:立即切换
6651
+ # <li>1:指定时间切换
6652
+ # <li>2:维护时间窗口内切换
6653
+ # 默认值:0
6624
6654
  # @type SwitchTag: Integer
6625
6655
  # @param SwitchStartTime: 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
6626
6656
  # @type SwitchStartTime: String
6627
6657
  # @param SwitchEndTime: 切换截止时间,时间格式:HH:MM:SS,例如:01:30:00。当SwitchTag为0或2时,该参数失效。SwitchStartTime和SwitchEndTime时间窗口不能小于30分钟。
6628
6658
  # @type SwitchEndTime: String
6629
- # @param DryRun: 是否对本次升级实例内核版本号操作执行预检查。可选值,
6630
- # true:执行预检查操作,不升级内核版本号。检查项目包含请求参数、内核版本号兼容性、实例参数等。
6631
- # false:发送正常请求(默认值),通过检查后直接升级内核版本号。
6659
+ # @param DryRun: 是否对本次升级实例内核版本号操作执行预检查。
6660
+ # <li>true:执行预检查操作,不升级内核版本号。检查项目包含请求参数、内核版本号兼容性、实例参数等。
6661
+ # <li>false:发送正常请求(默认值),通过检查后直接升级内核版本号。
6662
+ # 默认值:false
6632
6663
  # @type DryRun: Boolean
6633
6664
 
6634
6665
  attr_accessor :DBInstanceId, :TargetDBKernelVersion, :SwitchTag, :SwitchStartTime, :SwitchEndTime, :DryRun
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.605
4
+ version: 3.0.606
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-04 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common