tencentcloud-sdk-cynosdb 3.0.1016 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190107/models.rb +7 -187
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 772398798a8b80ed805a776125d727c363793a94
|
4
|
+
data.tar.gz: 7dfce3dc2b29c951df5840b11a05cd528b334eb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 696c55af4e1a04843ac05a14eb2ce745515ee5dff28d4561183e49261b42fea1b770849617b9b1c38de2a616b197f6ae8ecf0a690d3c014c97c2be78430928e6
|
7
|
+
data.tar.gz: f2a0a57db06afc05164b143efdabaca63972b7a756a21ee662a9cf70df8875d8aa374506192ff12df596c6f0ebfe88cef0d3dc3dade3e10cba34b5f6f2f22144
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
data/lib/v20190107/models.rb
CHANGED
@@ -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
|
-
#
|
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
|
@@ -7997,13 +7963,16 @@ module TencentCloud
|
|
7997
7963
|
# @param ErrorLogItems: 错误日志导出内容
|
7998
7964
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7999
7965
|
# @type ErrorLogItems: Array
|
7966
|
+
# @param FileContent: 错误日志字符串
|
7967
|
+
# @type FileContent: String
|
8000
7968
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8001
7969
|
# @type RequestId: String
|
8002
7970
|
|
8003
|
-
attr_accessor :ErrorLogItems, :RequestId
|
7971
|
+
attr_accessor :ErrorLogItems, :FileContent, :RequestId
|
8004
7972
|
|
8005
|
-
def initialize(errorlogitems=nil, requestid=nil)
|
7973
|
+
def initialize(errorlogitems=nil, filecontent=nil, requestid=nil)
|
8006
7974
|
@ErrorLogItems = errorlogitems
|
7975
|
+
@FileContent = filecontent
|
8007
7976
|
@RequestId = requestid
|
8008
7977
|
end
|
8009
7978
|
|
@@ -8016,6 +7985,7 @@ module TencentCloud
|
|
8016
7985
|
@ErrorLogItems << errorlogitemexport_tmp
|
8017
7986
|
end
|
8018
7987
|
end
|
7988
|
+
@FileContent = params['FileContent']
|
8019
7989
|
@RequestId = params['RequestId']
|
8020
7990
|
end
|
8021
7991
|
end
|
@@ -8466,10 +8436,8 @@ module TencentCloud
|
|
8466
8436
|
# 实例允许的操作列表
|
8467
8437
|
class InstanceAbility < TencentCloud::Common::AbstractModel
|
8468
8438
|
# @param IsSupportForceRestart: 实例是否支持强制重启,可选值:yes:支持,no:不支持
|
8469
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8470
8439
|
# @type IsSupportForceRestart: String
|
8471
8440
|
# @param NonsupportForceRestartReason: 不支持强制重启的原因
|
8472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8473
8441
|
# @type NonsupportForceRestartReason: String
|
8474
8442
|
|
8475
8443
|
attr_accessor :IsSupportForceRestart, :NonsupportForceRestartReason
|
@@ -8672,37 +8640,22 @@ module TencentCloud
|
|
8672
8640
|
# 实例日志投递信息
|
8673
8641
|
class InstanceCLSDeliveryInfo < TencentCloud::Common::AbstractModel
|
8674
8642
|
# @param InstanceId: 实例id
|
8675
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8676
8643
|
# @type InstanceId: String
|
8677
8644
|
# @param InstanceName: 实例name
|
8678
|
-
|
8679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8680
8645
|
# @type InstanceName: String
|
8681
8646
|
# @param TopicId: 日志主题id
|
8682
|
-
|
8683
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8684
8647
|
# @type TopicId: String
|
8685
8648
|
# @param TopicName: 日志主题name
|
8686
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8687
8649
|
# @type TopicName: String
|
8688
8650
|
# @param GroupId: 日志集id
|
8689
|
-
|
8690
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8691
8651
|
# @type GroupId: String
|
8692
8652
|
# @param GroupName: 日志集name
|
8693
|
-
|
8694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8695
8653
|
# @type GroupName: String
|
8696
8654
|
# @param Region: 日志投递地域
|
8697
|
-
|
8698
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8699
8655
|
# @type Region: String
|
8700
8656
|
# @param Status: 投递状态creating,running,offlining,offlined
|
8701
|
-
|
8702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8703
8657
|
# @type Status: String
|
8704
8658
|
# @param LogType: 日志类型
|
8705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8706
8659
|
# @type LogType: String
|
8707
8660
|
|
8708
8661
|
attr_accessor :InstanceId, :InstanceName, :TopicId, :TopicName, :GroupId, :GroupName, :Region, :Status, :LogType
|
@@ -8783,37 +8736,26 @@ module TencentCloud
|
|
8783
8736
|
# 实例网络信息
|
8784
8737
|
class InstanceNetInfo < TencentCloud::Common::AbstractModel
|
8785
8738
|
# @param InstanceGroupType: 网络类型
|
8786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8787
8739
|
# @type InstanceGroupType: String
|
8788
8740
|
# @param InstanceGroupId: 实例组ID
|
8789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8790
8741
|
# @type InstanceGroupId: String
|
8791
8742
|
# @param VpcId: 私有网络ID
|
8792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8793
8743
|
# @type VpcId: String
|
8794
8744
|
# @param SubnetId: 子网ID
|
8795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8796
8745
|
# @type SubnetId: String
|
8797
8746
|
# @param NetType: 网络类型, 0-基础网络, 1-vpc网络, 2-黑石网络
|
8798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8799
8747
|
# @type NetType: Integer
|
8800
8748
|
# @param Vip: 私有网络IP
|
8801
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8802
8749
|
# @type Vip: String
|
8803
8750
|
# @param Vport: 私有网络端口
|
8804
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8805
8751
|
# @type Vport: Integer
|
8806
8752
|
# @param WanDomain: 外网域名
|
8807
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8808
8753
|
# @type WanDomain: String
|
8809
8754
|
# @param WanIP: 外网IP
|
8810
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8811
8755
|
# @type WanIP: String
|
8812
8756
|
# @param WanPort: 外网端口
|
8813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8814
8757
|
# @type WanPort: Integer
|
8815
8758
|
# @param WanStatus: 外网开启状态
|
8816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8817
8759
|
# @type WanStatus: String
|
8818
8760
|
|
8819
8761
|
attr_accessor :InstanceGroupType, :InstanceGroupId, :VpcId, :SubnetId, :NetType, :Vip, :Vport, :WanDomain, :WanIP, :WanPort, :WanStatus
|
@@ -9081,19 +9023,14 @@ module TencentCloud
|
|
9081
9023
|
# 逻辑备份配置信息
|
9082
9024
|
class LogicBackupConfigInfo < TencentCloud::Common::AbstractModel
|
9083
9025
|
# @param LogicBackupEnable: 是否开启自动逻辑备份
|
9084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9085
9026
|
# @type LogicBackupEnable: String
|
9086
9027
|
# @param LogicBackupTimeBeg: 自动逻辑备份开始时间
|
9087
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9088
9028
|
# @type LogicBackupTimeBeg: Integer
|
9089
9029
|
# @param LogicBackupTimeEnd: 自动逻辑备份结束时间
|
9090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9091
9030
|
# @type LogicBackupTimeEnd: Integer
|
9092
9031
|
# @param LogicReserveDuration: 自动逻辑备份保留时间
|
9093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9094
9032
|
# @type LogicReserveDuration: Integer
|
9095
9033
|
# @param LogicCrossRegionsEnable: 是否开启跨地域逻辑备份
|
9096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9097
9034
|
# @type LogicCrossRegionsEnable: String
|
9098
9035
|
# @param LogicCrossRegions: 逻辑备份所跨地域
|
9099
9036
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10065,10 +10002,8 @@ module TencentCloud
|
|
10065
10002
|
# @param OldStorageLimit: 变配前存储上限
|
10066
10003
|
# @type OldStorageLimit: Integer
|
10067
10004
|
# @param OldDeviceType: 变配前实例机器类型
|
10068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10069
10005
|
# @type OldDeviceType: String
|
10070
10006
|
# @param DeviceType: 变配后实例机器类型
|
10071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10072
10007
|
# @type DeviceType: String
|
10073
10008
|
# @param UpgradeType: 升级方式。升级完成后切换或维护时间内切换
|
10074
10009
|
# @type UpgradeType: String
|
@@ -10293,7 +10228,6 @@ module TencentCloud
|
|
10293
10228
|
# @param CurrentValue: 参数当前值
|
10294
10229
|
# @type CurrentValue: String
|
10295
10230
|
# @param OldValue: 参数旧值(只在出参时有用)
|
10296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10297
10231
|
# @type OldValue: String
|
10298
10232
|
|
10299
10233
|
attr_accessor :ParamName, :CurrentValue, :OldValue
|
@@ -10826,37 +10760,26 @@ module TencentCloud
|
|
10826
10760
|
# 网络信息
|
10827
10761
|
class NetAddr < TencentCloud::Common::AbstractModel
|
10828
10762
|
# @param Vip: 内网ip
|
10829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10830
10763
|
# @type Vip: String
|
10831
10764
|
# @param Vport: 内网端口号
|
10832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10833
10765
|
# @type Vport: Integer
|
10834
10766
|
# @param WanDomain: 外网域名
|
10835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10836
10767
|
# @type WanDomain: String
|
10837
10768
|
# @param WanPort: 外网端口号
|
10838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10839
10769
|
# @type WanPort: Integer
|
10840
10770
|
# @param NetType: 网络类型(ro-只读,rw/ha-读写)
|
10841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10842
10771
|
# @type NetType: String
|
10843
10772
|
# @param UniqSubnetId: 子网ID
|
10844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10845
10773
|
# @type UniqSubnetId: String
|
10846
10774
|
# @param UniqVpcId: 私有网络ID
|
10847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10848
10775
|
# @type UniqVpcId: String
|
10849
10776
|
# @param Description: 描述信息
|
10850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10851
10777
|
# @type Description: String
|
10852
10778
|
# @param WanIP: 外网IP
|
10853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10854
10779
|
# @type WanIP: String
|
10855
10780
|
# @param WanStatus: 外网状态
|
10856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10857
10781
|
# @type WanStatus: String
|
10858
10782
|
# @param InstanceGroupId: 实例组ID
|
10859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10860
10783
|
# @type InstanceGroupId: String
|
10861
10784
|
|
10862
10785
|
attr_accessor :Vip, :Vport, :WanDomain, :WanPort, :NetType, :UniqSubnetId, :UniqVpcId, :Description, :WanIP, :WanStatus, :InstanceGroupId
|
@@ -10925,19 +10848,14 @@ module TencentCloud
|
|
10925
10848
|
# 任务信息
|
10926
10849
|
class ObjectTask < TencentCloud::Common::AbstractModel
|
10927
10850
|
# @param TaskId: 任务自增ID
|
10928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10929
10851
|
# @type TaskId: Integer
|
10930
10852
|
# @param TaskType: 任务类型
|
10931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10932
10853
|
# @type TaskType: String
|
10933
10854
|
# @param TaskStatus: 任务状态
|
10934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10935
10855
|
# @type TaskStatus: String
|
10936
10856
|
# @param ObjectId: 任务ID(集群ID|实例组ID|实例ID)
|
10937
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10938
10857
|
# @type ObjectId: String
|
10939
10858
|
# @param ObjectType: 任务类型
|
10940
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10941
10859
|
# @type ObjectType: String
|
10942
10860
|
|
10943
10861
|
attr_accessor :TaskId, :TaskType, :TaskStatus, :ObjectId, :ObjectType
|
@@ -11038,13 +10956,10 @@ module TencentCloud
|
|
11038
10956
|
# 数据库地址
|
11039
10957
|
class OldAddrInfo < TencentCloud::Common::AbstractModel
|
11040
10958
|
# @param Vip: IP
|
11041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11042
10959
|
# @type Vip: String
|
11043
10960
|
# @param Vport: 端口
|
11044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11045
10961
|
# @type Vport: Integer
|
11046
10962
|
# @param ReturnTime: 期望执行回收时间
|
11047
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11048
10963
|
# @type ReturnTime: String
|
11049
10964
|
|
11050
10965
|
attr_accessor :Vip, :Vport, :ReturnTime
|
@@ -11379,21 +11294,16 @@ module TencentCloud
|
|
11379
11294
|
# 资源包
|
11380
11295
|
class Package < TencentCloud::Common::AbstractModel
|
11381
11296
|
# @param AppId: AppID
|
11382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11383
11297
|
# @type AppId: Integer
|
11384
11298
|
# @param PackageId: 资源包唯一ID
|
11385
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11386
11299
|
# @type PackageId: String
|
11387
11300
|
# @param PackageName: 资源包名称
|
11388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11389
11301
|
# @type PackageName: String
|
11390
11302
|
# @param PackageType: 资源包类型
|
11391
11303
|
# CCU-计算资源包,DISK-存储资源包
|
11392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11393
11304
|
# @type PackageType: String
|
11394
11305
|
# @param PackageRegion: 资源包使用地域
|
11395
11306
|
# china-中国内地通用,overseas-港澳台及海外通用
|
11396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11397
11307
|
# @type PackageRegion: String
|
11398
11308
|
# @param Status: 资源包状态
|
11399
11309
|
# creating-创建中;
|
@@ -11402,28 +11312,20 @@ module TencentCloud
|
|
11402
11312
|
# normal_finish-使用完;
|
11403
11313
|
# apply_refund-申请退费中;
|
11404
11314
|
# refund-已退费。
|
11405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11406
11315
|
# @type Status: String
|
11407
11316
|
# @param PackageTotalSpec: 资源包总量
|
11408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11409
11317
|
# @type PackageTotalSpec: Float
|
11410
11318
|
# @param PackageUsedSpec: 资源包已使用量
|
11411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11412
11319
|
# @type PackageUsedSpec: Float
|
11413
11320
|
# @param HasQuota: 是否还有库存余量
|
11414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11415
11321
|
# @type HasQuota: Boolean
|
11416
11322
|
# @param BindInstanceInfos: 绑定实例信息
|
11417
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11418
11323
|
# @type BindInstanceInfos: Array
|
11419
11324
|
# @param StartTime: 生效时间:2022-07-01 00:00:00
|
11420
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11421
11325
|
# @type StartTime: String
|
11422
11326
|
# @param ExpireTime: 失效时间:2022-08-01 00:00:00
|
11423
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11424
11327
|
# @type ExpireTime: String
|
11425
11328
|
# @param HistoryBindResourceInfos: 资源包历史绑定(已解绑)实例信息
|
11426
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11427
11329
|
# @type HistoryBindResourceInfos: Array
|
11428
11330
|
|
11429
11331
|
attr_accessor :AppId, :PackageId, :PackageName, :PackageType, :PackageRegion, :Status, :PackageTotalSpec, :PackageUsedSpec, :HasQuota, :BindInstanceInfos, :StartTime, :ExpireTime, :HistoryBindResourceInfos
|
@@ -11478,28 +11380,20 @@ module TencentCloud
|
|
11478
11380
|
# 资源包明细说明
|
11479
11381
|
class PackageDetail < TencentCloud::Common::AbstractModel
|
11480
11382
|
# @param AppId: AppId账户ID
|
11481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11482
11383
|
# @type AppId: Integer
|
11483
11384
|
# @param PackageId: 资源包唯一ID
|
11484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11485
11385
|
# @type PackageId: String
|
11486
11386
|
# @param InstanceId: 实例ID
|
11487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11488
11387
|
# @type InstanceId: String
|
11489
11388
|
# @param SuccessDeductSpec: 成功抵扣容量
|
11490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11491
11389
|
# @type SuccessDeductSpec: Float
|
11492
11390
|
# @param PackageTotalUsedSpec: 截止当前,资源包已使用的容量
|
11493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11494
11391
|
# @type PackageTotalUsedSpec: Float
|
11495
11392
|
# @param StartTime: 抵扣开始时间
|
11496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11497
11393
|
# @type StartTime: String
|
11498
11394
|
# @param EndTime: 抵扣结束时间
|
11499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11500
11395
|
# @type EndTime: String
|
11501
11396
|
# @param ExtendInfo: 扩展信息
|
11502
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11503
11397
|
# @type ExtendInfo: String
|
11504
11398
|
|
11505
11399
|
attr_accessor :AppId, :PackageId, :InstanceId, :SuccessDeductSpec, :PackageTotalUsedSpec, :StartTime, :EndTime, :ExtendInfo
|
@@ -11642,7 +11536,6 @@ module TencentCloud
|
|
11642
11536
|
# @param Default: 默认值
|
11643
11537
|
# @type Default: String
|
11644
11538
|
# @param EnumValue: 参数为enum/string/bool时,可选值列表
|
11645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11646
11539
|
# @type EnumValue: Array
|
11647
11540
|
# @param Max: 参数类型为float/integer时的最大值
|
11648
11541
|
# @type Max: String
|
@@ -11661,19 +11554,14 @@ module TencentCloud
|
|
11661
11554
|
# @param Description: 参数描述
|
11662
11555
|
# @type Description: String
|
11663
11556
|
# @param IsGlobal: 是否为全局参数
|
11664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11665
11557
|
# @type IsGlobal: Integer
|
11666
11558
|
# @param ModifiableInfo: 参数是否可修改
|
11667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11668
11559
|
# @type ModifiableInfo: :class:`Tencentcloud::Cynosdb.v20190107.models.ModifiableInfo`
|
11669
11560
|
# @param IsFunc: 是否为函数
|
11670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11671
11561
|
# @type IsFunc: Boolean
|
11672
11562
|
# @param Func: 函数
|
11673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11674
11563
|
# @type Func: String
|
11675
11564
|
# @param FuncPattern: 支持公式的参数的默认公式样式
|
11676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11677
11565
|
# @type FuncPattern: String
|
11678
11566
|
|
11679
11567
|
attr_accessor :CurrentValue, :Default, :EnumValue, :Max, :Min, :ParamName, :NeedReboot, :ParamType, :MatchType, :MatchValue, :Description, :IsGlobal, :ModifiableInfo, :IsFunc, :Func, :FuncPattern
|
@@ -11767,13 +11655,10 @@ module TencentCloud
|
|
11767
11655
|
# @param Description: 参数描述
|
11768
11656
|
# @type Description: String
|
11769
11657
|
# @param IsFunc: 类型是否为公式
|
11770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11771
11658
|
# @type IsFunc: Boolean
|
11772
11659
|
# @param Func: 参数配置公式
|
11773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11774
11660
|
# @type Func: String
|
11775
11661
|
# @param FuncPattern: 支持公式的参数的默认公式样式
|
11776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11777
11662
|
# @type FuncPattern: String
|
11778
11663
|
|
11779
11664
|
attr_accessor :CurrentValue, :Default, :EnumValue, :IsGlobal, :Max, :Min, :NeedReboot, :ParamName, :ParamType, :Description, :IsFunc, :Func, :FuncPattern
|
@@ -11977,13 +11862,10 @@ module TencentCloud
|
|
11977
11862
|
# 数据库代理连接池信息
|
11978
11863
|
class ProxyConnectionPoolInfo < TencentCloud::Common::AbstractModel
|
11979
11864
|
# @param ConnectionPoolTimeOut: 连接池保持阈值:单位(秒)
|
11980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11981
11865
|
# @type ConnectionPoolTimeOut: Integer
|
11982
11866
|
# @param OpenConnectionPool: 是否开启了连接池
|
11983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11984
11867
|
# @type OpenConnectionPool: String
|
11985
11868
|
# @param ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)
|
11986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11987
11869
|
# @type ConnectionPoolType: String
|
11988
11870
|
|
11989
11871
|
attr_accessor :ConnectionPoolTimeOut, :OpenConnectionPool, :ConnectionPoolType
|
@@ -12016,13 +11898,10 @@ module TencentCloud
|
|
12016
11898
|
# @param CurrentProxyVersion: 当前代理版本
|
12017
11899
|
# @type CurrentProxyVersion: String
|
12018
11900
|
# @param ClusterId: 集群ID
|
12019
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12020
11901
|
# @type ClusterId: String
|
12021
11902
|
# @param AppId: 用户AppId
|
12022
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12023
11903
|
# @type AppId: Integer
|
12024
11904
|
# @param OpenRw: 读写节点开通数据库代理
|
12025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12026
11905
|
# @type OpenRw: String
|
12027
11906
|
|
12028
11907
|
attr_accessor :ProxyGroupId, :ProxyNodeCount, :Status, :Region, :Zone, :CurrentProxyVersion, :ClusterId, :AppId, :OpenRw
|
@@ -12283,10 +12162,8 @@ module TencentCloud
|
|
12283
12162
|
# TDSQL-C MySQL支持的proxy版本信息
|
12284
12163
|
class ProxyVersionInfo < TencentCloud::Common::AbstractModel
|
12285
12164
|
# @param ProxyVersion: proxy版本号
|
12286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12287
12165
|
# @type ProxyVersion: String
|
12288
12166
|
# @param ProxyVersionType: 版本描述:GA:稳定版 BETA:尝鲜版,DEPRECATED:过旧,
|
12289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12290
12167
|
# @type ProxyVersionType: String
|
12291
12168
|
|
12292
12169
|
attr_accessor :ProxyVersion, :ProxyVersionType
|
@@ -12614,14 +12491,11 @@ module TencentCloud
|
|
12614
12491
|
# 资源包信息
|
12615
12492
|
class ResourcePackage < TencentCloud::Common::AbstractModel
|
12616
12493
|
# @param PackageId: 资源包的唯一ID
|
12617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12618
12494
|
# @type PackageId: String
|
12619
12495
|
# @param PackageType: 资源包类型:CCU:计算资源包
|
12620
12496
|
# DISK:存储资源包
|
12621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12622
12497
|
# @type PackageType: String
|
12623
12498
|
# @param DeductionPriority: 当前资源包绑定在当前实例下的抵扣优先级
|
12624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12625
12499
|
# @type DeductionPriority: Integer
|
12626
12500
|
|
12627
12501
|
attr_accessor :PackageId, :PackageType, :DeductionPriority
|
@@ -12960,40 +12834,28 @@ module TencentCloud
|
|
12960
12834
|
# 回档实例信息
|
12961
12835
|
class RollbackInstanceInfo < TencentCloud::Common::AbstractModel
|
12962
12836
|
# @param ClusterId: 集群ID
|
12963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12964
12837
|
# @type ClusterId: String
|
12965
12838
|
# @param ClusterName: 集群名称
|
12966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12967
12839
|
# @type ClusterName: String
|
12968
12840
|
# @param UniqVpcId: vpc信息
|
12969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12970
12841
|
# @type UniqVpcId: String
|
12971
12842
|
# @param UniqSubnetId: 子网信息
|
12972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12973
12843
|
# @type UniqSubnetId: String
|
12974
12844
|
# @param Vip: vip信息
|
12975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12976
12845
|
# @type Vip: String
|
12977
12846
|
# @param Vport: vport信息
|
12978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12979
12847
|
# @type Vport: Integer
|
12980
12848
|
# @param InstanceId: 实例ID
|
12981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12982
12849
|
# @type InstanceId: String
|
12983
12850
|
# @param InstanceName: 实例名称
|
12984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12985
12851
|
# @type InstanceName: String
|
12986
12852
|
# @param Status: 状态
|
12987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12988
12853
|
# @type Status: String
|
12989
12854
|
# @param Cpu: cpu大小
|
12990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12991
12855
|
# @type Cpu: Integer
|
12992
12856
|
# @param Mem: 内存大小
|
12993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12994
12857
|
# @type Mem: Integer
|
12995
12858
|
# @param StorageLimit: 存储大小
|
12996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12997
12859
|
# @type StorageLimit: Integer
|
12998
12860
|
|
12999
12861
|
attr_accessor :ClusterId, :ClusterName, :UniqVpcId, :UniqSubnetId, :Vip, :Vport, :InstanceId, :InstanceName, :Status, :Cpu, :Mem, :StorageLimit
|
@@ -13093,19 +12955,14 @@ module TencentCloud
|
|
13093
12955
|
# 回档RO组信息
|
13094
12956
|
class RollbackRoGroupInfo < TencentCloud::Common::AbstractModel
|
13095
12957
|
# @param InstanceGroupId: 实例组ID
|
13096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13097
12958
|
# @type InstanceGroupId: String
|
13098
12959
|
# @param UniqVpcId: vpc信息
|
13099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13100
12960
|
# @type UniqVpcId: String
|
13101
12961
|
# @param UniqSubnetId: 子网信息
|
13102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13103
12962
|
# @type UniqSubnetId: String
|
13104
12963
|
# @param Vip: vip信息
|
13105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13106
12964
|
# @type Vip: String
|
13107
12965
|
# @param Vport: vport信息
|
13108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13109
12966
|
# @type Vport: Integer
|
13110
12967
|
|
13111
12968
|
attr_accessor :InstanceGroupId, :UniqVpcId, :UniqSubnetId, :Vip, :Vport
|
@@ -13157,10 +13014,8 @@ module TencentCloud
|
|
13157
13014
|
# 回档表信息
|
13158
13015
|
class RollbackTableInfo < TencentCloud::Common::AbstractModel
|
13159
13016
|
# @param OldTable: 旧表名称
|
13160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13161
13017
|
# @type OldTable: String
|
13162
13018
|
# @param NewTable: 新表名称
|
13163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13164
13019
|
# @type NewTable: String
|
13165
13020
|
|
13166
13021
|
attr_accessor :OldTable, :NewTable
|
@@ -13477,25 +13332,19 @@ module TencentCloud
|
|
13477
13332
|
# 资源包明细说明
|
13478
13333
|
class SalePackageSpec < TencentCloud::Common::AbstractModel
|
13479
13334
|
# @param PackageRegion: 资源包使用地域
|
13480
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13481
13335
|
# @type PackageRegion: String
|
13482
13336
|
# @param PackageType: 资源包类型
|
13483
13337
|
# CCU-计算资源包
|
13484
13338
|
# DISK-存储资源包
|
13485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13486
13339
|
# @type PackageType: String
|
13487
13340
|
# @param PackageVersion: 资源包版本
|
13488
13341
|
# base-基础版本,common-通用版本,enterprise-企业版本
|
13489
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13490
13342
|
# @type PackageVersion: String
|
13491
13343
|
# @param MinPackageSpec: 当前版本资源包最小资源数,计算资源单位:个;存储资源:GB
|
13492
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13493
13344
|
# @type MinPackageSpec: Float
|
13494
13345
|
# @param MaxPackageSpec: 当前版本资源包最大资源数,计算资源单位:个;存储资源:GB
|
13495
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13496
13346
|
# @type MaxPackageSpec: Float
|
13497
13347
|
# @param ExpireDay: 资源包有效期,单位:天
|
13498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13499
13348
|
# @type ExpireDay: Integer
|
13500
13349
|
|
13501
13350
|
attr_accessor :PackageRegion, :PackageType, :PackageVersion, :MinPackageSpec, :MaxPackageSpec, :ExpireDay
|
@@ -13588,7 +13437,6 @@ module TencentCloud
|
|
13588
13437
|
# @param PhysicalZone: 物理区
|
13589
13438
|
# @type PhysicalZone: String
|
13590
13439
|
# @param HasPermission: 用户是否有可用区权限
|
13591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13592
13440
|
# @type HasPermission: Boolean
|
13593
13441
|
# @param IsWholeRdmaZone: 是否为全链路RDMA可用区
|
13594
13442
|
# @type IsWholeRdmaZone: String
|
@@ -13912,10 +13760,8 @@ module TencentCloud
|
|
13912
13760
|
# 可用区属性项
|
13913
13761
|
class SlaveZoneAttrItem < TencentCloud::Common::AbstractModel
|
13914
13762
|
# @param Zone: 可用区
|
13915
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13916
13763
|
# @type Zone: String
|
13917
13764
|
# @param BinlogSyncWay: binlog同步方式
|
13918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13919
13765
|
# @type BinlogSyncWay: String
|
13920
13766
|
|
13921
13767
|
attr_accessor :Zone, :BinlogSyncWay
|
@@ -13934,13 +13780,10 @@ module TencentCloud
|
|
13934
13780
|
# 备可用区库存信息
|
13935
13781
|
class SlaveZoneStockInfo < TencentCloud::Common::AbstractModel
|
13936
13782
|
# @param SlaveZone: 备可用区
|
13937
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13938
13783
|
# @type SlaveZone: String
|
13939
13784
|
# @param StockCount: 备可用区的库存数量
|
13940
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13941
13785
|
# @type StockCount: Integer
|
13942
13786
|
# @param HasStock: 备可用区是否有库存
|
13943
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13944
13787
|
# @type HasStock: Boolean
|
13945
13788
|
|
13946
13789
|
attr_accessor :SlaveZone, :StockCount, :HasStock
|
@@ -13984,31 +13827,24 @@ module TencentCloud
|
|
13984
13827
|
# @type SqlMd5: String
|
13985
13828
|
# @param SyncReadCountRemote: 远程读取次数
|
13986
13829
|
# 数据库内核版本大于3.1.12
|
13987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13988
13830
|
# @type SyncReadCountRemote: Integer
|
13989
13831
|
# @param SyncReadBytesRemote: 远程读取的字节数
|
13990
13832
|
# 数据库内核版本大于3.1.12
|
13991
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13992
13833
|
# @type SyncReadBytesRemote: Integer
|
13993
13834
|
# @param SyncReadTimeRemote: 远程读取所花费的时间(微秒)
|
13994
13835
|
# 数据库内核版本大于3.1.12
|
13995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13996
13836
|
# @type SyncReadTimeRemote: Integer
|
13997
13837
|
# @param SyncWriteCountRemote: 远程写入次数
|
13998
13838
|
# 数据库内核版本大于3.1.12
|
13999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14000
13839
|
# @type SyncWriteCountRemote: Integer
|
14001
13840
|
# @param SyncWriteBytesRemote: 远程写入的字节数。
|
14002
13841
|
# 数据库内核版本大于3.1.12
|
14003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14004
13842
|
# @type SyncWriteBytesRemote: Integer
|
14005
13843
|
# @param SyncWriteTimeRemote: 远程写入所花费的时间(微秒)。
|
14006
13844
|
# 数据库内核版本大于3.1.12
|
14007
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14008
13845
|
# @type SyncWriteTimeRemote: Integer
|
14009
13846
|
# @param TrxCommitDelay: 事务提交延迟(微秒)
|
14010
13847
|
# 数据库内核版本大于3.1.12
|
14011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14012
13848
|
# @type TrxCommitDelay: Integer
|
14013
13849
|
|
14014
13850
|
attr_accessor :Timestamp, :QueryTime, :SqlText, :UserHost, :UserName, :Database, :LockTime, :RowsExamined, :RowsSent, :SqlTemplate, :SqlMd5, :SyncReadCountRemote, :SyncReadBytesRemote, :SyncReadTimeRemote, :SyncWriteCountRemote, :SyncWriteBytesRemote, :SyncWriteTimeRemote, :TrxCommitDelay
|
@@ -14155,7 +13991,6 @@ module TencentCloud
|
|
14155
13991
|
# 转换集群log bin开关
|
14156
13992
|
class SwitchClusterLogBin < TencentCloud::Common::AbstractModel
|
14157
13993
|
# @param Status: 状态
|
14158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14159
13994
|
# @type Status: String
|
14160
13995
|
|
14161
13996
|
attr_accessor :Status
|
@@ -14320,13 +14155,10 @@ module TencentCloud
|
|
14320
14155
|
# mysql表权限
|
14321
14156
|
class TablePrivileges < TencentCloud::Common::AbstractModel
|
14322
14157
|
# @param Db: 数据库名
|
14323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14324
14158
|
# @type Db: String
|
14325
14159
|
# @param TableName: 表名
|
14326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14327
14160
|
# @type TableName: String
|
14328
14161
|
# @param Privileges: 权限列表
|
14329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14330
14162
|
# @type Privileges: Array
|
14331
14163
|
|
14332
14164
|
attr_accessor :Db, :TableName, :Privileges
|
@@ -14367,13 +14199,10 @@ module TencentCloud
|
|
14367
14199
|
# TaskMaintainInfo
|
14368
14200
|
class TaskMaintainInfo < TencentCloud::Common::AbstractModel
|
14369
14201
|
# @param MaintainStartTime: 执行开始时间(距离0点的秒数)
|
14370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14371
14202
|
# @type MaintainStartTime: Integer
|
14372
14203
|
# @param MaintainDuration: 持续的时间(单位:秒)
|
14373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14374
14204
|
# @type MaintainDuration: Integer
|
14375
14205
|
# @param MaintainWeekDays: 可以执行的时间,枚举值:["Mon","Tue","Wed","Thu","Fri", "Sat", "Sun"]
|
14376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14377
14206
|
# @type MaintainWeekDays: Array
|
14378
14207
|
|
14379
14208
|
attr_accessor :MaintainStartTime, :MaintainDuration, :MaintainWeekDays
|
@@ -14422,13 +14251,10 @@ module TencentCloud
|
|
14422
14251
|
# @param Default: 默认值
|
14423
14252
|
# @type Default: String
|
14424
14253
|
# @param EnumValue: 参数类型为enum时可选的值类型集合
|
14425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14426
14254
|
# @type EnumValue: Array
|
14427
14255
|
# @param Max: 参数类型为float/integer时的最大值
|
14428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14429
14256
|
# @type Max: String
|
14430
14257
|
# @param Min: 参数类型为float/integer时的最小值
|
14431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14432
14258
|
# @type Min: String
|
14433
14259
|
# @param ParamName: 参数名称
|
14434
14260
|
# @type ParamName: String
|
@@ -14469,18 +14295,14 @@ module TencentCloud
|
|
14469
14295
|
# 计费询价结果
|
14470
14296
|
class TradePrice < TencentCloud::Common::AbstractModel
|
14471
14297
|
# @param TotalPrice: 预付费模式下资源总价,不包含优惠,单位:分
|
14472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14473
14298
|
# @type TotalPrice: Integer
|
14474
14299
|
# @param Discount: 总的折扣,100表示100%不打折
|
14475
14300
|
# @type Discount: Float
|
14476
14301
|
# @param TotalPriceDiscount: 预付费模式下的优惠后总价, 单位: 分,例如用户享有折扣 =TotalPrice × Discount
|
14477
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14478
14302
|
# @type TotalPriceDiscount: Integer
|
14479
14303
|
# @param UnitPrice: 后付费模式下的单位资源价格,不包含优惠,单位:分
|
14480
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14481
14304
|
# @type UnitPrice: Integer
|
14482
14305
|
# @param UnitPriceDiscount: 优惠后后付费模式下的单位资源价格, 单位: 分,例如用户享有折扣=UnitPricet × Discount
|
14483
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14484
14306
|
# @type UnitPriceDiscount: Integer
|
14485
14307
|
# @param ChargeUnit: 计费价格单位
|
14486
14308
|
# @type ChargeUnit: String
|
@@ -14846,10 +14668,8 @@ module TencentCloud
|
|
14846
14668
|
# @param DbUserName: 授权用户
|
14847
14669
|
# @type DbUserName: String
|
14848
14670
|
# @param DbHost: 客户端ip
|
14849
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14850
14671
|
# @type DbHost: String
|
14851
14672
|
# @param DbPrivilege: 用户权限
|
14852
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14853
14673
|
# @type DbPrivilege: String
|
14854
14674
|
|
14855
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.
|
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-
|
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:
|