tencentcloud-sdk-cynosdb 3.0.1017 → 3.0.1018

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +1 -185
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf627c77b31c39ca26d9f38fc72aa4e7f684bba0
4
- data.tar.gz: 323d88c18482bfae0139f3f3df7bc81e016aed15
3
+ metadata.gz: 772398798a8b80ed805a776125d727c363793a94
4
+ data.tar.gz: 7dfce3dc2b29c951df5840b11a05cd528b334eb9
5
5
  SHA512:
6
- metadata.gz: 3c5ba5f28033579ee932f8cda226ec2008139a0b5d2ae9c18daa6dd48cde3edfad020cb94c1e381262f065a1e93a41e72c717aecfba5eaa9492e66a24431281c
7
- data.tar.gz: 62ef9cbe063499b33e13d033ff62e26d847f6d7823a52764046017dad53a8298b25c234a57b58446dcc8076f818085149a4303122d36c0401631aae7ef89af88
6
+ metadata.gz: 696c55af4e1a04843ac05a14eb2ce745515ee5dff28d4561183e49261b42fea1b770849617b9b1c38de2a616b197f6ae8ecf0a690d3c014c97c2be78430928e6
7
+ data.tar.gz: f2a0a57db06afc05164b143efdabaca63972b7a756a21ee662a9cf70df8875d8aa374506192ff12df596c6f0ebfe88cef0d3dc3dade3e10cba34b5f6f2f22144
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1017
1
+ 3.0.1018
@@ -777,13 +777,10 @@ module TencentCloud
777
777
  # @param SnapshotTime: 备份文件时间
778
778
  # @type SnapshotTime: String
779
779
  # @param BackupId: 备份ID
780
- # 注意:此字段可能返回 null,表示取不到有效值。
781
780
  # @type BackupId: Integer
782
781
  # @param SnapShotType: 快照类型,可选值:full,全量;increment,增量
783
- # 注意:此字段可能返回 null,表示取不到有效值。
784
782
  # @type SnapShotType: String
785
783
  # @param BackupName: 备份文件备注
786
- # 注意:此字段可能返回 null,表示取不到有效值。
787
784
  # @type BackupName: String
788
785
 
789
786
  attr_accessor :SnapshotId, :FileName, :FileSize, :StartTime, :FinishTime, :BackupType, :BackupMethod, :BackupStatus, :SnapshotTime, :BackupId, :SnapShotType, :BackupName
@@ -882,16 +879,12 @@ module TencentCloud
882
879
  # 资源包绑定的实例信息
883
880
  class BindInstanceInfo < TencentCloud::Common::AbstractModel
884
881
  # @param InstanceId: 绑定的集群ID
885
- # 注意:此字段可能返回 null,表示取不到有效值。
886
882
  # @type InstanceId: String
887
883
  # @param InstanceRegion: 绑定的实例所在的地域
888
- # 注意:此字段可能返回 null,表示取不到有效值。
889
884
  # @type InstanceRegion: String
890
885
  # @param InstanceType: 绑定的实例类型
891
- # 注意:此字段可能返回 null,表示取不到有效值。
892
886
  # @type InstanceType: String
893
887
  # @param ExtendIds: 绑定集群下的实例ID
894
- # 注意:此字段可能返回 null,表示取不到有效值。
895
888
  # @type ExtendIds: Array
896
889
 
897
890
  attr_accessor :InstanceId, :InstanceRegion, :InstanceType, :ExtendIds
@@ -914,10 +907,8 @@ module TencentCloud
914
907
  # binlog配置信息
915
908
  class BinlogConfigInfo < TencentCloud::Common::AbstractModel
916
909
  # @param BinlogSaveDays: binlog保留时间
917
- # 注意:此字段可能返回 null,表示取不到有效值。
918
910
  # @type BinlogSaveDays: Integer
919
911
  # @param BinlogCrossRegionsEnable: binlog异地地域备份是否开启
920
- # 注意:此字段可能返回 null,表示取不到有效值。
921
912
  # @type BinlogCrossRegionsEnable: String
922
913
  # @param BinlogCrossRegions: binlog异地地域
923
914
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1656,22 +1647,18 @@ module TencentCloud
1656
1647
  # 集群从可用区信息
1657
1648
  class ClusterSlaveData < TencentCloud::Common::AbstractModel
1658
1649
  # @param OldMasterZone: 旧主可用区
1659
- # 注意:此字段可能返回 null,表示取不到有效值。
1660
1650
  # @type OldMasterZone: String
1661
1651
  # @param OldSlaveZone: 旧从可用区
1662
1652
  # 注意:此字段可能返回 null,表示取不到有效值。
1663
1653
  # @type OldSlaveZone: Array
1664
1654
  # @param NewMasterZone: 新主可用区
1665
- # 注意:此字段可能返回 null,表示取不到有效值。
1666
1655
  # @type NewMasterZone: String
1667
1656
  # @param NewSlaveZone: 新从可用区
1668
1657
  # 注意:此字段可能返回 null,表示取不到有效值。
1669
1658
  # @type NewSlaveZone: Array
1670
1659
  # @param NewSlaveZoneAttr: 新从可用区属性
1671
- # 注意:此字段可能返回 null,表示取不到有效值。
1672
1660
  # @type NewSlaveZoneAttr: Array
1673
1661
  # @param OldSlaveZoneAttr: 旧可用区属性
1674
- # 注意:此字段可能返回 null,表示取不到有效值。
1675
1662
  # @type OldSlaveZoneAttr: Array
1676
1663
 
1677
1664
  attr_accessor :OldMasterZone, :OldSlaveZone, :NewMasterZone, :NewSlaveZone, :NewSlaveZoneAttr, :OldSlaveZoneAttr
@@ -1907,7 +1894,6 @@ module TencentCloud
1907
1894
  # CreateAuditRuleTemplate返回参数结构体
1908
1895
  class CreateAuditRuleTemplateResponse < TencentCloud::Common::AbstractModel
1909
1896
  # @param RuleTemplateId: 生成的规则模板ID。
1910
- # 注意:此字段可能返回 null,表示取不到有效值。
1911
1897
  # @type RuleTemplateId: String
1912
1898
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1913
1899
  # @type RequestId: String
@@ -2738,13 +2724,10 @@ module TencentCloud
2738
2724
  # 跨地域备份各地域备份信息
2739
2725
  class CrossRegionBackupItem < TencentCloud::Common::AbstractModel
2740
2726
  # @param CrossRegion: 备份的目标地域
2741
- # 注意:此字段可能返回 null,表示取不到有效值。
2742
2727
  # @type CrossRegion: String
2743
2728
  # @param BackupId: 目标地域的备份任务ID
2744
- # 注意:此字段可能返回 null,表示取不到有效值。
2745
- # @type BackupId: String
2729
+ # @type BackupId: Integer
2746
2730
  # @param BackupStatus: 目标地域的备份状态
2747
- # 注意:此字段可能返回 null,表示取不到有效值。
2748
2731
  # @type BackupStatus: String
2749
2732
 
2750
2733
  attr_accessor :CrossRegion, :BackupId, :BackupStatus
@@ -4009,10 +3992,8 @@ module TencentCloud
4009
3992
  # 数据库权限列表
4010
3993
  class DatabasePrivileges < TencentCloud::Common::AbstractModel
4011
3994
  # @param Db: 数据库
4012
- # 注意:此字段可能返回 null,表示取不到有效值。
4013
3995
  # @type Db: String
4014
3996
  # @param Privileges: 权限列表
4015
- # 注意:此字段可能返回 null,表示取不到有效值。
4016
3997
  # @type Privileges: Array
4017
3998
 
4018
3999
  attr_accessor :Db, :Privileges
@@ -4031,10 +4012,8 @@ module TencentCloud
4031
4012
  # 数据库表信息
4032
4013
  class DatabaseTables < TencentCloud::Common::AbstractModel
4033
4014
  # @param Database: 数据库名
4034
- # 注意:此字段可能返回 null,表示取不到有效值。
4035
4015
  # @type Database: String
4036
4016
  # @param Tables: 表名称列表
4037
- # 注意:此字段可能返回 null,表示取不到有效值。
4038
4017
  # @type Tables: Array
4039
4018
 
4040
4019
  attr_accessor :Database, :Tables
@@ -4061,28 +4040,20 @@ module TencentCloud
4061
4040
  # @param CollateRule: 排序规则
4062
4041
  # @type CollateRule: String
4063
4042
  # @param Description: 数据库备注
4064
- # 注意:此字段可能返回 null,表示取不到有效值。
4065
4043
  # @type Description: String
4066
4044
  # @param UserHostPrivileges: 用户权限
4067
- # 注意:此字段可能返回 null,表示取不到有效值。
4068
4045
  # @type UserHostPrivileges: Array
4069
4046
  # @param DbId: 数据库ID
4070
- # 注意:此字段可能返回 null,表示取不到有效值。
4071
4047
  # @type DbId: Integer
4072
4048
  # @param CreateTime: 创建时间
4073
- # 注意:此字段可能返回 null,表示取不到有效值。
4074
4049
  # @type CreateTime: String
4075
4050
  # @param UpdateTime: 更新时间
4076
- # 注意:此字段可能返回 null,表示取不到有效值。
4077
4051
  # @type UpdateTime: String
4078
4052
  # @param AppId: 用户appid
4079
- # 注意:此字段可能返回 null,表示取不到有效值。
4080
4053
  # @type AppId: Integer
4081
4054
  # @param Uin: 用户Uin
4082
- # 注意:此字段可能返回 null,表示取不到有效值。
4083
4055
  # @type Uin: String
4084
4056
  # @param ClusterId: 集群Id
4085
- # 注意:此字段可能返回 null,表示取不到有效值。
4086
4057
  # @type ClusterId: String
4087
4058
 
4088
4059
  attr_accessor :DbName, :CharacterSet, :Status, :CollateRule, :Description, :UserHostPrivileges, :DbId, :CreateTime, :UpdateTime, :AppId, :Uin, :ClusterId
@@ -4415,10 +4386,8 @@ module TencentCloud
4415
4386
  # 日志投递信息
4416
4387
  class DeliverSummary < TencentCloud::Common::AbstractModel
4417
4388
  # @param DeliverType: 投递类型,store(存储类),mq(消息通道)
4418
- # 注意:此字段可能返回 null,表示取不到有效值。
4419
4389
  # @type DeliverType: String
4420
4390
  # @param DeliverSubType: 投递子类型:cls,ckafka。
4421
- # 注意:此字段可能返回 null,表示取不到有效值。
4422
4391
  # @type DeliverSubType: String
4423
4392
 
4424
4393
  attr_accessor :DeliverType, :DeliverSubType
@@ -7860,13 +7829,10 @@ module TencentCloud
7860
7829
  # 错误日志导出格式
7861
7830
  class ErrorLogItemExport < TencentCloud::Common::AbstractModel
7862
7831
  # @param Timestamp: 时间
7863
- # 注意:此字段可能返回 null,表示取不到有效值。
7864
7832
  # @type Timestamp: String
7865
7833
  # @param Level: 日志等级,可选值note, warning,error
7866
- # 注意:此字段可能返回 null,表示取不到有效值。
7867
7834
  # @type Level: String
7868
7835
  # @param Content: 日志内容
7869
- # 注意:此字段可能返回 null,表示取不到有效值。
7870
7836
  # @type Content: String
7871
7837
 
7872
7838
  attr_accessor :Timestamp, :Level, :Content
@@ -8470,10 +8436,8 @@ module TencentCloud
8470
8436
  # 实例允许的操作列表
8471
8437
  class InstanceAbility < TencentCloud::Common::AbstractModel
8472
8438
  # @param IsSupportForceRestart: 实例是否支持强制重启,可选值:yes:支持,no:不支持
8473
- # 注意:此字段可能返回 null,表示取不到有效值。
8474
8439
  # @type IsSupportForceRestart: String
8475
8440
  # @param NonsupportForceRestartReason: 不支持强制重启的原因
8476
- # 注意:此字段可能返回 null,表示取不到有效值。
8477
8441
  # @type NonsupportForceRestartReason: String
8478
8442
 
8479
8443
  attr_accessor :IsSupportForceRestart, :NonsupportForceRestartReason
@@ -8676,37 +8640,22 @@ module TencentCloud
8676
8640
  # 实例日志投递信息
8677
8641
  class InstanceCLSDeliveryInfo < TencentCloud::Common::AbstractModel
8678
8642
  # @param InstanceId: 实例id
8679
- # 注意:此字段可能返回 null,表示取不到有效值。
8680
8643
  # @type InstanceId: String
8681
8644
  # @param InstanceName: 实例name
8682
-
8683
- # 注意:此字段可能返回 null,表示取不到有效值。
8684
8645
  # @type InstanceName: String
8685
8646
  # @param TopicId: 日志主题id
8686
-
8687
- # 注意:此字段可能返回 null,表示取不到有效值。
8688
8647
  # @type TopicId: String
8689
8648
  # @param TopicName: 日志主题name
8690
- # 注意:此字段可能返回 null,表示取不到有效值。
8691
8649
  # @type TopicName: String
8692
8650
  # @param GroupId: 日志集id
8693
-
8694
- # 注意:此字段可能返回 null,表示取不到有效值。
8695
8651
  # @type GroupId: String
8696
8652
  # @param GroupName: 日志集name
8697
-
8698
- # 注意:此字段可能返回 null,表示取不到有效值。
8699
8653
  # @type GroupName: String
8700
8654
  # @param Region: 日志投递地域
8701
-
8702
- # 注意:此字段可能返回 null,表示取不到有效值。
8703
8655
  # @type Region: String
8704
8656
  # @param Status: 投递状态creating,running,offlining,offlined
8705
-
8706
- # 注意:此字段可能返回 null,表示取不到有效值。
8707
8657
  # @type Status: String
8708
8658
  # @param LogType: 日志类型
8709
- # 注意:此字段可能返回 null,表示取不到有效值。
8710
8659
  # @type LogType: String
8711
8660
 
8712
8661
  attr_accessor :InstanceId, :InstanceName, :TopicId, :TopicName, :GroupId, :GroupName, :Region, :Status, :LogType
@@ -8787,37 +8736,26 @@ module TencentCloud
8787
8736
  # 实例网络信息
8788
8737
  class InstanceNetInfo < TencentCloud::Common::AbstractModel
8789
8738
  # @param InstanceGroupType: 网络类型
8790
- # 注意:此字段可能返回 null,表示取不到有效值。
8791
8739
  # @type InstanceGroupType: String
8792
8740
  # @param InstanceGroupId: 实例组ID
8793
- # 注意:此字段可能返回 null,表示取不到有效值。
8794
8741
  # @type InstanceGroupId: String
8795
8742
  # @param VpcId: 私有网络ID
8796
- # 注意:此字段可能返回 null,表示取不到有效值。
8797
8743
  # @type VpcId: String
8798
8744
  # @param SubnetId: 子网ID
8799
- # 注意:此字段可能返回 null,表示取不到有效值。
8800
8745
  # @type SubnetId: String
8801
8746
  # @param NetType: 网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
8802
- # 注意:此字段可能返回 null,表示取不到有效值。
8803
8747
  # @type NetType: Integer
8804
8748
  # @param Vip: 私有网络IP
8805
- # 注意:此字段可能返回 null,表示取不到有效值。
8806
8749
  # @type Vip: String
8807
8750
  # @param Vport: 私有网络端口
8808
- # 注意:此字段可能返回 null,表示取不到有效值。
8809
8751
  # @type Vport: Integer
8810
8752
  # @param WanDomain: 外网域名
8811
- # 注意:此字段可能返回 null,表示取不到有效值。
8812
8753
  # @type WanDomain: String
8813
8754
  # @param WanIP: 外网IP
8814
- # 注意:此字段可能返回 null,表示取不到有效值。
8815
8755
  # @type WanIP: String
8816
8756
  # @param WanPort: 外网端口
8817
- # 注意:此字段可能返回 null,表示取不到有效值。
8818
8757
  # @type WanPort: Integer
8819
8758
  # @param WanStatus: 外网开启状态
8820
- # 注意:此字段可能返回 null,表示取不到有效值。
8821
8759
  # @type WanStatus: String
8822
8760
 
8823
8761
  attr_accessor :InstanceGroupType, :InstanceGroupId, :VpcId, :SubnetId, :NetType, :Vip, :Vport, :WanDomain, :WanIP, :WanPort, :WanStatus
@@ -9085,19 +9023,14 @@ module TencentCloud
9085
9023
  # 逻辑备份配置信息
9086
9024
  class LogicBackupConfigInfo < TencentCloud::Common::AbstractModel
9087
9025
  # @param LogicBackupEnable: 是否开启自动逻辑备份
9088
- # 注意:此字段可能返回 null,表示取不到有效值。
9089
9026
  # @type LogicBackupEnable: String
9090
9027
  # @param LogicBackupTimeBeg: 自动逻辑备份开始时间
9091
- # 注意:此字段可能返回 null,表示取不到有效值。
9092
9028
  # @type LogicBackupTimeBeg: Integer
9093
9029
  # @param LogicBackupTimeEnd: 自动逻辑备份结束时间
9094
- # 注意:此字段可能返回 null,表示取不到有效值。
9095
9030
  # @type LogicBackupTimeEnd: Integer
9096
9031
  # @param LogicReserveDuration: 自动逻辑备份保留时间
9097
- # 注意:此字段可能返回 null,表示取不到有效值。
9098
9032
  # @type LogicReserveDuration: Integer
9099
9033
  # @param LogicCrossRegionsEnable: 是否开启跨地域逻辑备份
9100
- # 注意:此字段可能返回 null,表示取不到有效值。
9101
9034
  # @type LogicCrossRegionsEnable: String
9102
9035
  # @param LogicCrossRegions: 逻辑备份所跨地域
9103
9036
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10069,10 +10002,8 @@ module TencentCloud
10069
10002
  # @param OldStorageLimit: 变配前存储上限
10070
10003
  # @type OldStorageLimit: Integer
10071
10004
  # @param OldDeviceType: 变配前实例机器类型
10072
- # 注意:此字段可能返回 null,表示取不到有效值。
10073
10005
  # @type OldDeviceType: String
10074
10006
  # @param DeviceType: 变配后实例机器类型
10075
- # 注意:此字段可能返回 null,表示取不到有效值。
10076
10007
  # @type DeviceType: String
10077
10008
  # @param UpgradeType: 升级方式。升级完成后切换或维护时间内切换
10078
10009
  # @type UpgradeType: String
@@ -10297,7 +10228,6 @@ module TencentCloud
10297
10228
  # @param CurrentValue: 参数当前值
10298
10229
  # @type CurrentValue: String
10299
10230
  # @param OldValue: 参数旧值(只在出参时有用)
10300
- # 注意:此字段可能返回 null,表示取不到有效值。
10301
10231
  # @type OldValue: String
10302
10232
 
10303
10233
  attr_accessor :ParamName, :CurrentValue, :OldValue
@@ -10830,37 +10760,26 @@ module TencentCloud
10830
10760
  # 网络信息
10831
10761
  class NetAddr < TencentCloud::Common::AbstractModel
10832
10762
  # @param Vip: 内网ip
10833
- # 注意:此字段可能返回 null,表示取不到有效值。
10834
10763
  # @type Vip: String
10835
10764
  # @param Vport: 内网端口号
10836
- # 注意:此字段可能返回 null,表示取不到有效值。
10837
10765
  # @type Vport: Integer
10838
10766
  # @param WanDomain: 外网域名
10839
- # 注意:此字段可能返回 null,表示取不到有效值。
10840
10767
  # @type WanDomain: String
10841
10768
  # @param WanPort: 外网端口号
10842
- # 注意:此字段可能返回 null,表示取不到有效值。
10843
10769
  # @type WanPort: Integer
10844
10770
  # @param NetType: 网络类型(ro-只读,rw/ha-读写)
10845
- # 注意:此字段可能返回 null,表示取不到有效值。
10846
10771
  # @type NetType: String
10847
10772
  # @param UniqSubnetId: 子网ID
10848
- # 注意:此字段可能返回 null,表示取不到有效值。
10849
10773
  # @type UniqSubnetId: String
10850
10774
  # @param UniqVpcId: 私有网络ID
10851
- # 注意:此字段可能返回 null,表示取不到有效值。
10852
10775
  # @type UniqVpcId: String
10853
10776
  # @param Description: 描述信息
10854
- # 注意:此字段可能返回 null,表示取不到有效值。
10855
10777
  # @type Description: String
10856
10778
  # @param WanIP: 外网IP
10857
- # 注意:此字段可能返回 null,表示取不到有效值。
10858
10779
  # @type WanIP: String
10859
10780
  # @param WanStatus: 外网状态
10860
- # 注意:此字段可能返回 null,表示取不到有效值。
10861
10781
  # @type WanStatus: String
10862
10782
  # @param InstanceGroupId: 实例组ID
10863
- # 注意:此字段可能返回 null,表示取不到有效值。
10864
10783
  # @type InstanceGroupId: String
10865
10784
 
10866
10785
  attr_accessor :Vip, :Vport, :WanDomain, :WanPort, :NetType, :UniqSubnetId, :UniqVpcId, :Description, :WanIP, :WanStatus, :InstanceGroupId
@@ -10929,19 +10848,14 @@ module TencentCloud
10929
10848
  # 任务信息
10930
10849
  class ObjectTask < TencentCloud::Common::AbstractModel
10931
10850
  # @param TaskId: 任务自增ID
10932
- # 注意:此字段可能返回 null,表示取不到有效值。
10933
10851
  # @type TaskId: Integer
10934
10852
  # @param TaskType: 任务类型
10935
- # 注意:此字段可能返回 null,表示取不到有效值。
10936
10853
  # @type TaskType: String
10937
10854
  # @param TaskStatus: 任务状态
10938
- # 注意:此字段可能返回 null,表示取不到有效值。
10939
10855
  # @type TaskStatus: String
10940
10856
  # @param ObjectId: 任务ID(集群ID|实例组ID|实例ID)
10941
- # 注意:此字段可能返回 null,表示取不到有效值。
10942
10857
  # @type ObjectId: String
10943
10858
  # @param ObjectType: 任务类型
10944
- # 注意:此字段可能返回 null,表示取不到有效值。
10945
10859
  # @type ObjectType: String
10946
10860
 
10947
10861
  attr_accessor :TaskId, :TaskType, :TaskStatus, :ObjectId, :ObjectType
@@ -11042,13 +10956,10 @@ module TencentCloud
11042
10956
  # 数据库地址
11043
10957
  class OldAddrInfo < TencentCloud::Common::AbstractModel
11044
10958
  # @param Vip: IP
11045
- # 注意:此字段可能返回 null,表示取不到有效值。
11046
10959
  # @type Vip: String
11047
10960
  # @param Vport: 端口
11048
- # 注意:此字段可能返回 null,表示取不到有效值。
11049
10961
  # @type Vport: Integer
11050
10962
  # @param ReturnTime: 期望执行回收时间
11051
- # 注意:此字段可能返回 null,表示取不到有效值。
11052
10963
  # @type ReturnTime: String
11053
10964
 
11054
10965
  attr_accessor :Vip, :Vport, :ReturnTime
@@ -11383,21 +11294,16 @@ module TencentCloud
11383
11294
  # 资源包
11384
11295
  class Package < TencentCloud::Common::AbstractModel
11385
11296
  # @param AppId: AppID
11386
- # 注意:此字段可能返回 null,表示取不到有效值。
11387
11297
  # @type AppId: Integer
11388
11298
  # @param PackageId: 资源包唯一ID
11389
- # 注意:此字段可能返回 null,表示取不到有效值。
11390
11299
  # @type PackageId: String
11391
11300
  # @param PackageName: 资源包名称
11392
- # 注意:此字段可能返回 null,表示取不到有效值。
11393
11301
  # @type PackageName: String
11394
11302
  # @param PackageType: 资源包类型
11395
11303
  # CCU-计算资源包,DISK-存储资源包
11396
- # 注意:此字段可能返回 null,表示取不到有效值。
11397
11304
  # @type PackageType: String
11398
11305
  # @param PackageRegion: 资源包使用地域
11399
11306
  # china-中国内地通用,overseas-港澳台及海外通用
11400
- # 注意:此字段可能返回 null,表示取不到有效值。
11401
11307
  # @type PackageRegion: String
11402
11308
  # @param Status: 资源包状态
11403
11309
  # creating-创建中;
@@ -11406,28 +11312,20 @@ module TencentCloud
11406
11312
  # normal_finish-使用完;
11407
11313
  # apply_refund-申请退费中;
11408
11314
  # refund-已退费。
11409
- # 注意:此字段可能返回 null,表示取不到有效值。
11410
11315
  # @type Status: String
11411
11316
  # @param PackageTotalSpec: 资源包总量
11412
- # 注意:此字段可能返回 null,表示取不到有效值。
11413
11317
  # @type PackageTotalSpec: Float
11414
11318
  # @param PackageUsedSpec: 资源包已使用量
11415
- # 注意:此字段可能返回 null,表示取不到有效值。
11416
11319
  # @type PackageUsedSpec: Float
11417
11320
  # @param HasQuota: 是否还有库存余量
11418
- # 注意:此字段可能返回 null,表示取不到有效值。
11419
11321
  # @type HasQuota: Boolean
11420
11322
  # @param BindInstanceInfos: 绑定实例信息
11421
- # 注意:此字段可能返回 null,表示取不到有效值。
11422
11323
  # @type BindInstanceInfos: Array
11423
11324
  # @param StartTime: 生效时间:2022-07-01 00:00:00
11424
- # 注意:此字段可能返回 null,表示取不到有效值。
11425
11325
  # @type StartTime: String
11426
11326
  # @param ExpireTime: 失效时间:2022-08-01 00:00:00
11427
- # 注意:此字段可能返回 null,表示取不到有效值。
11428
11327
  # @type ExpireTime: String
11429
11328
  # @param HistoryBindResourceInfos: 资源包历史绑定(已解绑)实例信息
11430
- # 注意:此字段可能返回 null,表示取不到有效值。
11431
11329
  # @type HistoryBindResourceInfos: Array
11432
11330
 
11433
11331
  attr_accessor :AppId, :PackageId, :PackageName, :PackageType, :PackageRegion, :Status, :PackageTotalSpec, :PackageUsedSpec, :HasQuota, :BindInstanceInfos, :StartTime, :ExpireTime, :HistoryBindResourceInfos
@@ -11482,28 +11380,20 @@ module TencentCloud
11482
11380
  # 资源包明细说明
11483
11381
  class PackageDetail < TencentCloud::Common::AbstractModel
11484
11382
  # @param AppId: AppId账户ID
11485
- # 注意:此字段可能返回 null,表示取不到有效值。
11486
11383
  # @type AppId: Integer
11487
11384
  # @param PackageId: 资源包唯一ID
11488
- # 注意:此字段可能返回 null,表示取不到有效值。
11489
11385
  # @type PackageId: String
11490
11386
  # @param InstanceId: 实例ID
11491
- # 注意:此字段可能返回 null,表示取不到有效值。
11492
11387
  # @type InstanceId: String
11493
11388
  # @param SuccessDeductSpec: 成功抵扣容量
11494
- # 注意:此字段可能返回 null,表示取不到有效值。
11495
11389
  # @type SuccessDeductSpec: Float
11496
11390
  # @param PackageTotalUsedSpec: 截止当前,资源包已使用的容量
11497
- # 注意:此字段可能返回 null,表示取不到有效值。
11498
11391
  # @type PackageTotalUsedSpec: Float
11499
11392
  # @param StartTime: 抵扣开始时间
11500
- # 注意:此字段可能返回 null,表示取不到有效值。
11501
11393
  # @type StartTime: String
11502
11394
  # @param EndTime: 抵扣结束时间
11503
- # 注意:此字段可能返回 null,表示取不到有效值。
11504
11395
  # @type EndTime: String
11505
11396
  # @param ExtendInfo: 扩展信息
11506
- # 注意:此字段可能返回 null,表示取不到有效值。
11507
11397
  # @type ExtendInfo: String
11508
11398
 
11509
11399
  attr_accessor :AppId, :PackageId, :InstanceId, :SuccessDeductSpec, :PackageTotalUsedSpec, :StartTime, :EndTime, :ExtendInfo
@@ -11646,7 +11536,6 @@ module TencentCloud
11646
11536
  # @param Default: 默认值
11647
11537
  # @type Default: String
11648
11538
  # @param EnumValue: 参数为enum/string/bool时,可选值列表
11649
- # 注意:此字段可能返回 null,表示取不到有效值。
11650
11539
  # @type EnumValue: Array
11651
11540
  # @param Max: 参数类型为float/integer时的最大值
11652
11541
  # @type Max: String
@@ -11665,19 +11554,14 @@ module TencentCloud
11665
11554
  # @param Description: 参数描述
11666
11555
  # @type Description: String
11667
11556
  # @param IsGlobal: 是否为全局参数
11668
- # 注意:此字段可能返回 null,表示取不到有效值。
11669
11557
  # @type IsGlobal: Integer
11670
11558
  # @param ModifiableInfo: 参数是否可修改
11671
- # 注意:此字段可能返回 null,表示取不到有效值。
11672
11559
  # @type ModifiableInfo: :class:`Tencentcloud::Cynosdb.v20190107.models.ModifiableInfo`
11673
11560
  # @param IsFunc: 是否为函数
11674
- # 注意:此字段可能返回 null,表示取不到有效值。
11675
11561
  # @type IsFunc: Boolean
11676
11562
  # @param Func: 函数
11677
- # 注意:此字段可能返回 null,表示取不到有效值。
11678
11563
  # @type Func: String
11679
11564
  # @param FuncPattern: 支持公式的参数的默认公式样式
11680
- # 注意:此字段可能返回 null,表示取不到有效值。
11681
11565
  # @type FuncPattern: String
11682
11566
 
11683
11567
  attr_accessor :CurrentValue, :Default, :EnumValue, :Max, :Min, :ParamName, :NeedReboot, :ParamType, :MatchType, :MatchValue, :Description, :IsGlobal, :ModifiableInfo, :IsFunc, :Func, :FuncPattern
@@ -11771,13 +11655,10 @@ module TencentCloud
11771
11655
  # @param Description: 参数描述
11772
11656
  # @type Description: String
11773
11657
  # @param IsFunc: 类型是否为公式
11774
- # 注意:此字段可能返回 null,表示取不到有效值。
11775
11658
  # @type IsFunc: Boolean
11776
11659
  # @param Func: 参数配置公式
11777
- # 注意:此字段可能返回 null,表示取不到有效值。
11778
11660
  # @type Func: String
11779
11661
  # @param FuncPattern: 支持公式的参数的默认公式样式
11780
- # 注意:此字段可能返回 null,表示取不到有效值。
11781
11662
  # @type FuncPattern: String
11782
11663
 
11783
11664
  attr_accessor :CurrentValue, :Default, :EnumValue, :IsGlobal, :Max, :Min, :NeedReboot, :ParamName, :ParamType, :Description, :IsFunc, :Func, :FuncPattern
@@ -11981,13 +11862,10 @@ module TencentCloud
11981
11862
  # 数据库代理连接池信息
11982
11863
  class ProxyConnectionPoolInfo < TencentCloud::Common::AbstractModel
11983
11864
  # @param ConnectionPoolTimeOut: 连接池保持阈值:单位(秒)
11984
- # 注意:此字段可能返回 null,表示取不到有效值。
11985
11865
  # @type ConnectionPoolTimeOut: Integer
11986
11866
  # @param OpenConnectionPool: 是否开启了连接池
11987
- # 注意:此字段可能返回 null,表示取不到有效值。
11988
11867
  # @type OpenConnectionPool: String
11989
11868
  # @param ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)
11990
- # 注意:此字段可能返回 null,表示取不到有效值。
11991
11869
  # @type ConnectionPoolType: String
11992
11870
 
11993
11871
  attr_accessor :ConnectionPoolTimeOut, :OpenConnectionPool, :ConnectionPoolType
@@ -12020,13 +11898,10 @@ module TencentCloud
12020
11898
  # @param CurrentProxyVersion: 当前代理版本
12021
11899
  # @type CurrentProxyVersion: String
12022
11900
  # @param ClusterId: 集群ID
12023
- # 注意:此字段可能返回 null,表示取不到有效值。
12024
11901
  # @type ClusterId: String
12025
11902
  # @param AppId: 用户AppId
12026
- # 注意:此字段可能返回 null,表示取不到有效值。
12027
11903
  # @type AppId: Integer
12028
11904
  # @param OpenRw: 读写节点开通数据库代理
12029
- # 注意:此字段可能返回 null,表示取不到有效值。
12030
11905
  # @type OpenRw: String
12031
11906
 
12032
11907
  attr_accessor :ProxyGroupId, :ProxyNodeCount, :Status, :Region, :Zone, :CurrentProxyVersion, :ClusterId, :AppId, :OpenRw
@@ -12287,10 +12162,8 @@ module TencentCloud
12287
12162
  # TDSQL-C MySQL支持的proxy版本信息
12288
12163
  class ProxyVersionInfo < TencentCloud::Common::AbstractModel
12289
12164
  # @param ProxyVersion: proxy版本号
12290
- # 注意:此字段可能返回 null,表示取不到有效值。
12291
12165
  # @type ProxyVersion: String
12292
12166
  # @param ProxyVersionType: 版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
12293
- # 注意:此字段可能返回 null,表示取不到有效值。
12294
12167
  # @type ProxyVersionType: String
12295
12168
 
12296
12169
  attr_accessor :ProxyVersion, :ProxyVersionType
@@ -12618,14 +12491,11 @@ module TencentCloud
12618
12491
  # 资源包信息
12619
12492
  class ResourcePackage < TencentCloud::Common::AbstractModel
12620
12493
  # @param PackageId: 资源包的唯一ID
12621
- # 注意:此字段可能返回 null,表示取不到有效值。
12622
12494
  # @type PackageId: String
12623
12495
  # @param PackageType: 资源包类型:CCU:计算资源包
12624
12496
  # DISK:存储资源包
12625
- # 注意:此字段可能返回 null,表示取不到有效值。
12626
12497
  # @type PackageType: String
12627
12498
  # @param DeductionPriority: 当前资源包绑定在当前实例下的抵扣优先级
12628
- # 注意:此字段可能返回 null,表示取不到有效值。
12629
12499
  # @type DeductionPriority: Integer
12630
12500
 
12631
12501
  attr_accessor :PackageId, :PackageType, :DeductionPriority
@@ -12964,40 +12834,28 @@ module TencentCloud
12964
12834
  # 回档实例信息
12965
12835
  class RollbackInstanceInfo < TencentCloud::Common::AbstractModel
12966
12836
  # @param ClusterId: 集群ID
12967
- # 注意:此字段可能返回 null,表示取不到有效值。
12968
12837
  # @type ClusterId: String
12969
12838
  # @param ClusterName: 集群名称
12970
- # 注意:此字段可能返回 null,表示取不到有效值。
12971
12839
  # @type ClusterName: String
12972
12840
  # @param UniqVpcId: vpc信息
12973
- # 注意:此字段可能返回 null,表示取不到有效值。
12974
12841
  # @type UniqVpcId: String
12975
12842
  # @param UniqSubnetId: 子网信息
12976
- # 注意:此字段可能返回 null,表示取不到有效值。
12977
12843
  # @type UniqSubnetId: String
12978
12844
  # @param Vip: vip信息
12979
- # 注意:此字段可能返回 null,表示取不到有效值。
12980
12845
  # @type Vip: String
12981
12846
  # @param Vport: vport信息
12982
- # 注意:此字段可能返回 null,表示取不到有效值。
12983
12847
  # @type Vport: Integer
12984
12848
  # @param InstanceId: 实例ID
12985
- # 注意:此字段可能返回 null,表示取不到有效值。
12986
12849
  # @type InstanceId: String
12987
12850
  # @param InstanceName: 实例名称
12988
- # 注意:此字段可能返回 null,表示取不到有效值。
12989
12851
  # @type InstanceName: String
12990
12852
  # @param Status: 状态
12991
- # 注意:此字段可能返回 null,表示取不到有效值。
12992
12853
  # @type Status: String
12993
12854
  # @param Cpu: cpu大小
12994
- # 注意:此字段可能返回 null,表示取不到有效值。
12995
12855
  # @type Cpu: Integer
12996
12856
  # @param Mem: 内存大小
12997
- # 注意:此字段可能返回 null,表示取不到有效值。
12998
12857
  # @type Mem: Integer
12999
12858
  # @param StorageLimit: 存储大小
13000
- # 注意:此字段可能返回 null,表示取不到有效值。
13001
12859
  # @type StorageLimit: Integer
13002
12860
 
13003
12861
  attr_accessor :ClusterId, :ClusterName, :UniqVpcId, :UniqSubnetId, :Vip, :Vport, :InstanceId, :InstanceName, :Status, :Cpu, :Mem, :StorageLimit
@@ -13097,19 +12955,14 @@ module TencentCloud
13097
12955
  # 回档RO组信息
13098
12956
  class RollbackRoGroupInfo < TencentCloud::Common::AbstractModel
13099
12957
  # @param InstanceGroupId: 实例组ID
13100
- # 注意:此字段可能返回 null,表示取不到有效值。
13101
12958
  # @type InstanceGroupId: String
13102
12959
  # @param UniqVpcId: vpc信息
13103
- # 注意:此字段可能返回 null,表示取不到有效值。
13104
12960
  # @type UniqVpcId: String
13105
12961
  # @param UniqSubnetId: 子网信息
13106
- # 注意:此字段可能返回 null,表示取不到有效值。
13107
12962
  # @type UniqSubnetId: String
13108
12963
  # @param Vip: vip信息
13109
- # 注意:此字段可能返回 null,表示取不到有效值。
13110
12964
  # @type Vip: String
13111
12965
  # @param Vport: vport信息
13112
- # 注意:此字段可能返回 null,表示取不到有效值。
13113
12966
  # @type Vport: Integer
13114
12967
 
13115
12968
  attr_accessor :InstanceGroupId, :UniqVpcId, :UniqSubnetId, :Vip, :Vport
@@ -13161,10 +13014,8 @@ module TencentCloud
13161
13014
  # 回档表信息
13162
13015
  class RollbackTableInfo < TencentCloud::Common::AbstractModel
13163
13016
  # @param OldTable: 旧表名称
13164
- # 注意:此字段可能返回 null,表示取不到有效值。
13165
13017
  # @type OldTable: String
13166
13018
  # @param NewTable: 新表名称
13167
- # 注意:此字段可能返回 null,表示取不到有效值。
13168
13019
  # @type NewTable: String
13169
13020
 
13170
13021
  attr_accessor :OldTable, :NewTable
@@ -13481,25 +13332,19 @@ module TencentCloud
13481
13332
  # 资源包明细说明
13482
13333
  class SalePackageSpec < TencentCloud::Common::AbstractModel
13483
13334
  # @param PackageRegion: 资源包使用地域
13484
- # 注意:此字段可能返回 null,表示取不到有效值。
13485
13335
  # @type PackageRegion: String
13486
13336
  # @param PackageType: 资源包类型
13487
13337
  # CCU-计算资源包
13488
13338
  # DISK-存储资源包
13489
- # 注意:此字段可能返回 null,表示取不到有效值。
13490
13339
  # @type PackageType: String
13491
13340
  # @param PackageVersion: 资源包版本
13492
13341
  # base-基础版本,common-通用版本,enterprise-企业版本
13493
- # 注意:此字段可能返回 null,表示取不到有效值。
13494
13342
  # @type PackageVersion: String
13495
13343
  # @param MinPackageSpec: 当前版本资源包最小资源数,计算资源单位:个;存储资源:GB
13496
- # 注意:此字段可能返回 null,表示取不到有效值。
13497
13344
  # @type MinPackageSpec: Float
13498
13345
  # @param MaxPackageSpec: 当前版本资源包最大资源数,计算资源单位:个;存储资源:GB
13499
- # 注意:此字段可能返回 null,表示取不到有效值。
13500
13346
  # @type MaxPackageSpec: Float
13501
13347
  # @param ExpireDay: 资源包有效期,单位:天
13502
- # 注意:此字段可能返回 null,表示取不到有效值。
13503
13348
  # @type ExpireDay: Integer
13504
13349
 
13505
13350
  attr_accessor :PackageRegion, :PackageType, :PackageVersion, :MinPackageSpec, :MaxPackageSpec, :ExpireDay
@@ -13592,7 +13437,6 @@ module TencentCloud
13592
13437
  # @param PhysicalZone: 物理区
13593
13438
  # @type PhysicalZone: String
13594
13439
  # @param HasPermission: 用户是否有可用区权限
13595
- # 注意:此字段可能返回 null,表示取不到有效值。
13596
13440
  # @type HasPermission: Boolean
13597
13441
  # @param IsWholeRdmaZone: 是否为全链路RDMA可用区
13598
13442
  # @type IsWholeRdmaZone: String
@@ -13916,10 +13760,8 @@ module TencentCloud
13916
13760
  # 可用区属性项
13917
13761
  class SlaveZoneAttrItem < TencentCloud::Common::AbstractModel
13918
13762
  # @param Zone: 可用区
13919
- # 注意:此字段可能返回 null,表示取不到有效值。
13920
13763
  # @type Zone: String
13921
13764
  # @param BinlogSyncWay: binlog同步方式
13922
- # 注意:此字段可能返回 null,表示取不到有效值。
13923
13765
  # @type BinlogSyncWay: String
13924
13766
 
13925
13767
  attr_accessor :Zone, :BinlogSyncWay
@@ -13938,13 +13780,10 @@ module TencentCloud
13938
13780
  # 备可用区库存信息
13939
13781
  class SlaveZoneStockInfo < TencentCloud::Common::AbstractModel
13940
13782
  # @param SlaveZone: 备可用区
13941
- # 注意:此字段可能返回 null,表示取不到有效值。
13942
13783
  # @type SlaveZone: String
13943
13784
  # @param StockCount: 备可用区的库存数量
13944
- # 注意:此字段可能返回 null,表示取不到有效值。
13945
13785
  # @type StockCount: Integer
13946
13786
  # @param HasStock: 备可用区是否有库存
13947
- # 注意:此字段可能返回 null,表示取不到有效值。
13948
13787
  # @type HasStock: Boolean
13949
13788
 
13950
13789
  attr_accessor :SlaveZone, :StockCount, :HasStock
@@ -13988,31 +13827,24 @@ module TencentCloud
13988
13827
  # @type SqlMd5: String
13989
13828
  # @param SyncReadCountRemote: 远程读取次数
13990
13829
  # 数据库内核版本大于3.1.12
13991
- # 注意:此字段可能返回 null,表示取不到有效值。
13992
13830
  # @type SyncReadCountRemote: Integer
13993
13831
  # @param SyncReadBytesRemote: 远程读取的字节数
13994
13832
  # 数据库内核版本大于3.1.12
13995
- # 注意:此字段可能返回 null,表示取不到有效值。
13996
13833
  # @type SyncReadBytesRemote: Integer
13997
13834
  # @param SyncReadTimeRemote: 远程读取所花费的时间(微秒)
13998
13835
  # 数据库内核版本大于3.1.12
13999
- # 注意:此字段可能返回 null,表示取不到有效值。
14000
13836
  # @type SyncReadTimeRemote: Integer
14001
13837
  # @param SyncWriteCountRemote: 远程写入次数
14002
13838
  # 数据库内核版本大于3.1.12
14003
- # 注意:此字段可能返回 null,表示取不到有效值。
14004
13839
  # @type SyncWriteCountRemote: Integer
14005
13840
  # @param SyncWriteBytesRemote: 远程写入的字节数。
14006
13841
  # 数据库内核版本大于3.1.12
14007
- # 注意:此字段可能返回 null,表示取不到有效值。
14008
13842
  # @type SyncWriteBytesRemote: Integer
14009
13843
  # @param SyncWriteTimeRemote: 远程写入所花费的时间(微秒)。
14010
13844
  # 数据库内核版本大于3.1.12
14011
- # 注意:此字段可能返回 null,表示取不到有效值。
14012
13845
  # @type SyncWriteTimeRemote: Integer
14013
13846
  # @param TrxCommitDelay: 事务提交延迟(微秒)
14014
13847
  # 数据库内核版本大于3.1.12
14015
- # 注意:此字段可能返回 null,表示取不到有效值。
14016
13848
  # @type TrxCommitDelay: Integer
14017
13849
 
14018
13850
  attr_accessor :Timestamp, :QueryTime, :SqlText, :UserHost, :UserName, :Database, :LockTime, :RowsExamined, :RowsSent, :SqlTemplate, :SqlMd5, :SyncReadCountRemote, :SyncReadBytesRemote, :SyncReadTimeRemote, :SyncWriteCountRemote, :SyncWriteBytesRemote, :SyncWriteTimeRemote, :TrxCommitDelay
@@ -14159,7 +13991,6 @@ module TencentCloud
14159
13991
  # 转换集群log bin开关
14160
13992
  class SwitchClusterLogBin < TencentCloud::Common::AbstractModel
14161
13993
  # @param Status: 状态
14162
- # 注意:此字段可能返回 null,表示取不到有效值。
14163
13994
  # @type Status: String
14164
13995
 
14165
13996
  attr_accessor :Status
@@ -14324,13 +14155,10 @@ module TencentCloud
14324
14155
  # mysql表权限
14325
14156
  class TablePrivileges < TencentCloud::Common::AbstractModel
14326
14157
  # @param Db: 数据库名
14327
- # 注意:此字段可能返回 null,表示取不到有效值。
14328
14158
  # @type Db: String
14329
14159
  # @param TableName: 表名
14330
- # 注意:此字段可能返回 null,表示取不到有效值。
14331
14160
  # @type TableName: String
14332
14161
  # @param Privileges: 权限列表
14333
- # 注意:此字段可能返回 null,表示取不到有效值。
14334
14162
  # @type Privileges: Array
14335
14163
 
14336
14164
  attr_accessor :Db, :TableName, :Privileges
@@ -14371,13 +14199,10 @@ module TencentCloud
14371
14199
  # TaskMaintainInfo
14372
14200
  class TaskMaintainInfo < TencentCloud::Common::AbstractModel
14373
14201
  # @param MaintainStartTime: 执行开始时间(距离0点的秒数)
14374
- # 注意:此字段可能返回 null,表示取不到有效值。
14375
14202
  # @type MaintainStartTime: Integer
14376
14203
  # @param MaintainDuration: 持续的时间(单位:秒)
14377
- # 注意:此字段可能返回 null,表示取不到有效值。
14378
14204
  # @type MaintainDuration: Integer
14379
14205
  # @param MaintainWeekDays: 可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
14380
- # 注意:此字段可能返回 null,表示取不到有效值。
14381
14206
  # @type MaintainWeekDays: Array
14382
14207
 
14383
14208
  attr_accessor :MaintainStartTime, :MaintainDuration, :MaintainWeekDays
@@ -14426,13 +14251,10 @@ module TencentCloud
14426
14251
  # @param Default: 默认值
14427
14252
  # @type Default: String
14428
14253
  # @param EnumValue: 参数类型为enum时可选的值类型集合
14429
- # 注意:此字段可能返回 null,表示取不到有效值。
14430
14254
  # @type EnumValue: Array
14431
14255
  # @param Max: 参数类型为float/integer时的最大值
14432
- # 注意:此字段可能返回 null,表示取不到有效值。
14433
14256
  # @type Max: String
14434
14257
  # @param Min: 参数类型为float/integer时的最小值
14435
- # 注意:此字段可能返回 null,表示取不到有效值。
14436
14258
  # @type Min: String
14437
14259
  # @param ParamName: 参数名称
14438
14260
  # @type ParamName: String
@@ -14473,18 +14295,14 @@ module TencentCloud
14473
14295
  # 计费询价结果
14474
14296
  class TradePrice < TencentCloud::Common::AbstractModel
14475
14297
  # @param TotalPrice: 预付费模式下资源总价,不包含优惠,单位:分
14476
- # 注意:此字段可能返回 null,表示取不到有效值。
14477
14298
  # @type TotalPrice: Integer
14478
14299
  # @param Discount: 总的折扣,100表示100%不打折
14479
14300
  # @type Discount: Float
14480
14301
  # @param TotalPriceDiscount: 预付费模式下的优惠后总价, 单位: 分,例如用户享有折扣 =TotalPrice × Discount
14481
- # 注意:此字段可能返回 null,表示取不到有效值。
14482
14302
  # @type TotalPriceDiscount: Integer
14483
14303
  # @param UnitPrice: 后付费模式下的单位资源价格,不包含优惠,单位:分
14484
- # 注意:此字段可能返回 null,表示取不到有效值。
14485
14304
  # @type UnitPrice: Integer
14486
14305
  # @param UnitPriceDiscount: 优惠后后付费模式下的单位资源价格, 单位: 分,例如用户享有折扣=UnitPricet × Discount
14487
- # 注意:此字段可能返回 null,表示取不到有效值。
14488
14306
  # @type UnitPriceDiscount: Integer
14489
14307
  # @param ChargeUnit: 计费价格单位
14490
14308
  # @type ChargeUnit: String
@@ -14850,10 +14668,8 @@ module TencentCloud
14850
14668
  # @param DbUserName: 授权用户
14851
14669
  # @type DbUserName: String
14852
14670
  # @param DbHost: 客户端ip
14853
- # 注意:此字段可能返回 null,表示取不到有效值。
14854
14671
  # @type DbHost: String
14855
14672
  # @param DbPrivilege: 用户权限
14856
- # 注意:此字段可能返回 null,表示取不到有效值。
14857
14673
  # @type DbPrivilege: String
14858
14674
 
14859
14675
  attr_accessor :DbUserName, :DbHost, :DbPrivilege
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1017
4
+ version: 3.0.1018
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-12 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-cynosdb.rb
37
- - lib/v20190107/models.rb
38
37
  - lib/v20190107/client.rb
38
+ - lib/v20190107/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: