tencentcloud-sdk-mariadb 3.0.1169 → 3.0.1210
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/v20170312/models.rb +132 -128
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c7390bd1a6112ae8c071562349a27191c80f847
|
|
4
|
+
data.tar.gz: 4fa63d929342179a3951b20ea5537ca926a2e834
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0a60ed6a84445472f49a047e243a7664b79578723c1cf44e59b0b6b5e46b4adaf97e4db6a555bd7dde1c72e22f07fe701c42f59e98bf770269772ee9fa723ae
|
|
7
|
+
data.tar.gz: d3d7067c6d096d2e045fecfc6d0fbc9d808e61c9b86730606722f11e1583a58dd8c875905f3e6bd22da46eeb098f76a45803cd15407ff23a71995f4af604b4e3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1210
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -685,16 +685,16 @@ module TencentCloud
|
|
|
685
685
|
|
|
686
686
|
attr_accessor :GoodsNum, :Memory, :Storage, :ClusterId, :Zone, :ProjectId, :Pid, :Machine, :VpcId, :SubnetId, :DbVersionId, :Manual, :DeviceNo, :SecurityGroupIds, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :InitParams, :NodeNum, :MasterHostId, :SlaveHostIds, :RollbackInstanceId, :RollbackTime, :DcnSyncMode
|
|
687
687
|
extend Gem::Deprecate
|
|
688
|
-
deprecate :Zone, :none,
|
|
689
|
-
deprecate :Zone=, :none,
|
|
690
|
-
deprecate :Pid, :none,
|
|
691
|
-
deprecate :Pid=, :none,
|
|
692
|
-
deprecate :Machine, :none,
|
|
693
|
-
deprecate :Machine=, :none,
|
|
694
|
-
deprecate :Manual, :none,
|
|
695
|
-
deprecate :Manual=, :none,
|
|
696
|
-
deprecate :DeviceNo, :none,
|
|
697
|
-
deprecate :DeviceNo=, :none,
|
|
688
|
+
deprecate :Zone, :none, 2026, 1
|
|
689
|
+
deprecate :Zone=, :none, 2026, 1
|
|
690
|
+
deprecate :Pid, :none, 2026, 1
|
|
691
|
+
deprecate :Pid=, :none, 2026, 1
|
|
692
|
+
deprecate :Machine, :none, 2026, 1
|
|
693
|
+
deprecate :Machine=, :none, 2026, 1
|
|
694
|
+
deprecate :Manual, :none, 2026, 1
|
|
695
|
+
deprecate :Manual=, :none, 2026, 1
|
|
696
|
+
deprecate :DeviceNo, :none, 2026, 1
|
|
697
|
+
deprecate :DeviceNo=, :none, 2026, 1
|
|
698
698
|
|
|
699
699
|
def initialize(goodsnum=nil, memory=nil, storage=nil, clusterid=nil, zone=nil, projectid=nil, pid=nil, machine=nil, vpcid=nil, subnetid=nil, dbversionid=nil, manual=nil, deviceno=nil, securitygroupids=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, initparams=nil, nodenum=nil, masterhostid=nil, slavehostids=nil, rollbackinstanceid=nil, rollbacktime=nil, dcnsyncmode=nil)
|
|
700
700
|
@GoodsNum = goodsnum
|
|
@@ -1044,111 +1044,111 @@ module TencentCloud
|
|
|
1044
1044
|
|
|
1045
1045
|
# 描述云数据库实例的详细信息。
|
|
1046
1046
|
class DBInstance < TencentCloud::Common::AbstractModel
|
|
1047
|
-
# @param InstanceId:
|
|
1047
|
+
# @param InstanceId: <p>实例 ID,唯一标识一个 TDSQL 实例</p>
|
|
1048
1048
|
# @type InstanceId: String
|
|
1049
|
-
# @param InstanceName:
|
|
1049
|
+
# @param InstanceName: <p>实例名称,用户可修改</p>
|
|
1050
1050
|
# @type InstanceName: String
|
|
1051
|
-
# @param AppId:
|
|
1051
|
+
# @param AppId: <p>实例所属应用 ID</p>
|
|
1052
1052
|
# @type AppId: Integer
|
|
1053
|
-
# @param ProjectId:
|
|
1053
|
+
# @param ProjectId: <p>实例所属项目 ID</p>
|
|
1054
1054
|
# @type ProjectId: Integer
|
|
1055
|
-
# @param Region:
|
|
1055
|
+
# @param Region: <p>实例所在地域名称,如 ap-shanghai</p>
|
|
1056
1056
|
# @type Region: String
|
|
1057
|
-
# @param Zone:
|
|
1057
|
+
# @param Zone: <p>实例所在可用区名称,如 ap-shanghai-2</p>
|
|
1058
1058
|
# @type Zone: String
|
|
1059
|
-
# @param VpcId:
|
|
1059
|
+
# @param VpcId: <p>私有网络 ID,基础网络时为 0</p>
|
|
1060
1060
|
# @type VpcId: Integer
|
|
1061
|
-
# @param SubnetId:
|
|
1061
|
+
# @param SubnetId: <p>子网 ID,基础网络时为 0</p>
|
|
1062
1062
|
# @type SubnetId: Integer
|
|
1063
|
-
# @param Status:
|
|
1063
|
+
# @param Status: <p>实例状态:0 创建中,1 流程处理中, 2 运行中,3 实例未初始化,-1 实例已隔离,4 实例初始化中,5 实例删除中,6 实例重启中,7 数据迁移中</p>
|
|
1064
1064
|
# @type Status: Integer
|
|
1065
|
-
# @param Vip:
|
|
1065
|
+
# @param Vip: <p>内网 IP 地址</p>
|
|
1066
1066
|
# @type Vip: String
|
|
1067
|
-
# @param Vport:
|
|
1067
|
+
# @param Vport: <p>内网端口</p>
|
|
1068
1068
|
# @type Vport: Integer
|
|
1069
|
-
# @param WanDomain:
|
|
1069
|
+
# @param WanDomain: <p>外网访问的域名,公网可解析</p>
|
|
1070
1070
|
# @type WanDomain: String
|
|
1071
|
-
# @param WanVip:
|
|
1071
|
+
# @param WanVip: <p>外网 IP 地址,公网可访问</p>
|
|
1072
1072
|
# @type WanVip: String
|
|
1073
|
-
# @param WanPort:
|
|
1073
|
+
# @param WanPort: <p>外网端口</p>
|
|
1074
1074
|
# @type WanPort: Integer
|
|
1075
|
-
# @param CreateTime:
|
|
1075
|
+
# @param CreateTime: <p>实例创建时间,格式为 2006-01-02 15:04:05</p>
|
|
1076
1076
|
# @type CreateTime: String
|
|
1077
|
-
# @param UpdateTime:
|
|
1077
|
+
# @param UpdateTime: <p>实例最后更新时间,格式为 2006-01-02 15:04:05</p>
|
|
1078
1078
|
# @type UpdateTime: String
|
|
1079
|
-
# @param AutoRenewFlag:
|
|
1079
|
+
# @param AutoRenewFlag: <p>自动续费标志:0 否,1 是</p>
|
|
1080
1080
|
# @type AutoRenewFlag: Integer
|
|
1081
|
-
# @param PeriodEndTime:
|
|
1081
|
+
# @param PeriodEndTime: <p>实例到期时间,格式为 2006-01-02 15:04:05</p>
|
|
1082
1082
|
# @type PeriodEndTime: String
|
|
1083
|
-
# @param Uin:
|
|
1083
|
+
# @param Uin: <p>实例所属账号</p>
|
|
1084
1084
|
# @type Uin: String
|
|
1085
|
-
# @param TdsqlVersion: TDSQL
|
|
1085
|
+
# @param TdsqlVersion: <p>TDSQL 版本信息</p>
|
|
1086
1086
|
# @type TdsqlVersion: String
|
|
1087
|
-
# @param Memory:
|
|
1087
|
+
# @param Memory: <p>实例内存大小,单位 GB</p>
|
|
1088
1088
|
# @type Memory: Integer
|
|
1089
|
-
# @param Storage:
|
|
1089
|
+
# @param Storage: <p>实例存储大小,单位 GB</p>
|
|
1090
1090
|
# @type Storage: Integer
|
|
1091
|
-
# @param UniqueVpcId:
|
|
1091
|
+
# @param UniqueVpcId: <p>字符串型的私有网络ID</p>
|
|
1092
1092
|
# @type UniqueVpcId: String
|
|
1093
|
-
# @param UniqueSubnetId:
|
|
1093
|
+
# @param UniqueSubnetId: <p>字符串型的私有网络子网ID</p>
|
|
1094
1094
|
# @type UniqueSubnetId: String
|
|
1095
|
-
# @param OriginSerialId:
|
|
1095
|
+
# @param OriginSerialId: <p>原始实例ID(过时字段,请勿依赖该值)</p>
|
|
1096
1096
|
# @type OriginSerialId: String
|
|
1097
|
-
# @param NodeCount:
|
|
1097
|
+
# @param NodeCount: <p>节点数,2为一主一从,3为一主二从</p>
|
|
1098
1098
|
# @type NodeCount: Integer
|
|
1099
|
-
# @param IsTmp:
|
|
1099
|
+
# @param IsTmp: <p>是否临时实例,0为否,非0为是</p>
|
|
1100
1100
|
# @type IsTmp: Integer
|
|
1101
|
-
# @param ExclusterId:
|
|
1101
|
+
# @param ExclusterId: <p>独享集群ID,为空表示为普通实例</p>
|
|
1102
1102
|
# @type ExclusterId: String
|
|
1103
|
-
# @param Id:
|
|
1103
|
+
# @param Id: <p>数字实例ID(过时字段,请勿依赖该值)</p>
|
|
1104
1104
|
# @type Id: Integer
|
|
1105
|
-
# @param Pid:
|
|
1105
|
+
# @param Pid: <p>产品类型 ID</p>
|
|
1106
1106
|
# @type Pid: Integer
|
|
1107
|
-
# @param Qps:
|
|
1107
|
+
# @param Qps: <p>最大 Qps 值</p>
|
|
1108
1108
|
# @type Qps: Integer
|
|
1109
|
-
# @param Paymode:
|
|
1109
|
+
# @param Paymode: <p>付费模式</p>
|
|
1110
1110
|
# @type Paymode: String
|
|
1111
|
-
# @param Locker:
|
|
1111
|
+
# @param Locker: <p>实例处于异步任务时的异步任务流程ID</p>
|
|
1112
1112
|
# @type Locker: Integer
|
|
1113
|
-
# @param StatusDesc:
|
|
1113
|
+
# @param StatusDesc: <p>实例目前运行状态描述</p>
|
|
1114
1114
|
# @type StatusDesc: String
|
|
1115
|
-
# @param WanStatus:
|
|
1115
|
+
# @param WanStatus: <p>外网状态,0-未开通;1-已开通;2-关闭;3-开通中</p>
|
|
1116
1116
|
# @type WanStatus: Integer
|
|
1117
|
-
# @param IsAuditSupported:
|
|
1117
|
+
# @param IsAuditSupported: <p>该实例是否支持审计。1-支持;0-不支持</p>
|
|
1118
1118
|
# @type IsAuditSupported: Integer
|
|
1119
|
-
# @param Machine:
|
|
1119
|
+
# @param Machine: <p>机器型号</p>
|
|
1120
1120
|
# @type Machine: String
|
|
1121
|
-
# @param IsEncryptSupported:
|
|
1121
|
+
# @param IsEncryptSupported: <p>是否支持数据加密。1-支持;0-不支持</p>
|
|
1122
1122
|
# @type IsEncryptSupported: Integer
|
|
1123
|
-
# @param Cpu:
|
|
1123
|
+
# @param Cpu: <p>实例CPU核数</p>
|
|
1124
1124
|
# @type Cpu: Integer
|
|
1125
|
-
# @param Ipv6Flag:
|
|
1125
|
+
# @param Ipv6Flag: <p>实例IPv6标志</p>
|
|
1126
1126
|
# @type Ipv6Flag: Integer
|
|
1127
|
-
# @param Vipv6:
|
|
1127
|
+
# @param Vipv6: <p>内网IPv6</p>
|
|
1128
1128
|
# @type Vipv6: String
|
|
1129
|
-
# @param WanVipv6:
|
|
1129
|
+
# @param WanVipv6: <p>外网IPv6</p>
|
|
1130
1130
|
# @type WanVipv6: String
|
|
1131
|
-
# @param WanPortIpv6:
|
|
1131
|
+
# @param WanPortIpv6: <p>外网IPv6端口</p>
|
|
1132
1132
|
# @type WanPortIpv6: Integer
|
|
1133
|
-
# @param WanStatusIpv6:
|
|
1133
|
+
# @param WanStatusIpv6: <p>外网IPv6状态</p>
|
|
1134
1134
|
# @type WanStatusIpv6: Integer
|
|
1135
|
-
# @param DbEngine:
|
|
1135
|
+
# @param DbEngine: <p>数据库引擎</p>
|
|
1136
1136
|
# @type DbEngine: String
|
|
1137
|
-
# @param DbVersion:
|
|
1137
|
+
# @param DbVersion: <p>数据库版本</p>
|
|
1138
1138
|
# @type DbVersion: String
|
|
1139
|
-
# @param DcnFlag: DCN标志,0-无,1-主实例,2
|
|
1139
|
+
# @param DcnFlag: <p>DCN标志,0-无,1-主实例,2-灾备实例</p>
|
|
1140
1140
|
# @type DcnFlag: Integer
|
|
1141
|
-
# @param DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3
|
|
1141
|
+
# @param DcnStatus: <p>DCN状态,0-无,1-创建中,2-同步中,3-已断开</p>
|
|
1142
1142
|
# @type DcnStatus: Integer
|
|
1143
|
-
# @param DcnDstNum: DCN
|
|
1143
|
+
# @param DcnDstNum: <p>DCN灾备实例数</p>
|
|
1144
1144
|
# @type DcnDstNum: Integer
|
|
1145
|
-
# @param InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4:
|
|
1145
|
+
# @param InstanceType: <p>1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)</p>
|
|
1146
1146
|
# @type InstanceType: Integer
|
|
1147
|
-
# @param ResourceTags:
|
|
1147
|
+
# @param ResourceTags: <p>实例标签信息</p>
|
|
1148
1148
|
# @type ResourceTags: Array
|
|
1149
|
-
# @param DbVersionId:
|
|
1149
|
+
# @param DbVersionId: <p>数据库版本</p>
|
|
1150
1150
|
# @type DbVersionId: String
|
|
1151
|
-
# @param ProtectedProperty:
|
|
1151
|
+
# @param ProtectedProperty: <p>实例删除保护标签,1: 已开启删除保护,0: 未开启删除保护</p>
|
|
1152
1152
|
# @type ProtectedProperty: Integer
|
|
1153
1153
|
|
|
1154
1154
|
attr_accessor :InstanceId, :InstanceName, :AppId, :ProjectId, :Region, :Zone, :VpcId, :SubnetId, :Status, :Vip, :Vport, :WanDomain, :WanVip, :WanPort, :CreateTime, :UpdateTime, :AutoRenewFlag, :PeriodEndTime, :Uin, :TdsqlVersion, :Memory, :Storage, :UniqueVpcId, :UniqueSubnetId, :OriginSerialId, :NodeCount, :IsTmp, :ExclusterId, :Id, :Pid, :Qps, :Paymode, :Locker, :StatusDesc, :WanStatus, :IsAuditSupported, :Machine, :IsEncryptSupported, :Cpu, :Ipv6Flag, :Vipv6, :WanVipv6, :WanPortIpv6, :WanStatusIpv6, :DbEngine, :DbVersion, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :ResourceTags, :DbVersionId, :ProtectedProperty
|
|
@@ -2056,7 +2056,7 @@ module TencentCloud
|
|
|
2056
2056
|
|
|
2057
2057
|
# DescribeDBInstanceDetail请求参数结构体
|
|
2058
2058
|
class DescribeDBInstanceDetailRequest < TencentCloud::Common::AbstractModel
|
|
2059
|
-
# @param InstanceId:
|
|
2059
|
+
# @param InstanceId: <p>实例Id形如:tdsql-ow728lmc。</p>
|
|
2060
2060
|
# @type InstanceId: String
|
|
2061
2061
|
|
|
2062
2062
|
attr_accessor :InstanceId
|
|
@@ -2072,138 +2072,140 @@ module TencentCloud
|
|
|
2072
2072
|
|
|
2073
2073
|
# DescribeDBInstanceDetail返回参数结构体
|
|
2074
2074
|
class DescribeDBInstanceDetailResponse < TencentCloud::Common::AbstractModel
|
|
2075
|
-
# @param InstanceId:
|
|
2075
|
+
# @param InstanceId: <p>实例Id</p>
|
|
2076
2076
|
# @type InstanceId: String
|
|
2077
|
-
# @param InstanceName:
|
|
2077
|
+
# @param InstanceName: <p>实例名称</p>
|
|
2078
2078
|
# @type InstanceName: String
|
|
2079
|
-
# @param Status:
|
|
2079
|
+
# @param Status: <p>实例状态</p>
|
|
2080
2080
|
# @type Status: Integer
|
|
2081
|
-
# @param StatusDesc:
|
|
2081
|
+
# @param StatusDesc: <p>实例目前运行状态描述</p>
|
|
2082
2082
|
# @type StatusDesc: String
|
|
2083
|
-
# @param Vip:
|
|
2083
|
+
# @param Vip: <p>内网 IP 地址</p>
|
|
2084
2084
|
# @type Vip: String
|
|
2085
|
-
# @param Vport:
|
|
2085
|
+
# @param Vport: <p>内网端口</p>
|
|
2086
2086
|
# @type Vport: Integer
|
|
2087
|
-
# @param IsTmp:
|
|
2087
|
+
# @param IsTmp: <p>是否临时实例,0为否,非0为是</p>
|
|
2088
2088
|
# @type IsTmp: Integer
|
|
2089
|
-
# @param NodeCount:
|
|
2089
|
+
# @param NodeCount: <p>节点数,2为一主一从,3为一主二从</p>
|
|
2090
2090
|
# @type NodeCount: Integer
|
|
2091
|
-
# @param Region:
|
|
2091
|
+
# @param Region: <p>实例所在地域名称,如 ap-shanghai</p>
|
|
2092
2092
|
# @type Region: String
|
|
2093
|
-
# @param Zone:
|
|
2093
|
+
# @param Zone: <p>实例所在可用区名称,如 ap-shanghai-2</p>
|
|
2094
2094
|
# @type Zone: String
|
|
2095
|
-
# @param VpcId:
|
|
2095
|
+
# @param VpcId: <p>字符串型的私有网络Id</p>
|
|
2096
2096
|
# @type VpcId: String
|
|
2097
|
-
# @param SubnetId:
|
|
2097
|
+
# @param SubnetId: <p>字符串型的私有网络子网Id</p>
|
|
2098
2098
|
# @type SubnetId: String
|
|
2099
|
-
# @param WanStatus:
|
|
2099
|
+
# @param WanStatus: <p>外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中</p>
|
|
2100
2100
|
# @type WanStatus: Integer
|
|
2101
|
-
# @param WanDomain:
|
|
2101
|
+
# @param WanDomain: <p>外网访问的域名,公网可解析</p>
|
|
2102
2102
|
# @type WanDomain: String
|
|
2103
|
-
# @param WanVip:
|
|
2103
|
+
# @param WanVip: <p>外网 IP 地址,公网可访问</p>
|
|
2104
2104
|
# @type WanVip: String
|
|
2105
|
-
# @param WanPort:
|
|
2105
|
+
# @param WanPort: <p>外网端口</p>
|
|
2106
2106
|
# @type WanPort: Integer
|
|
2107
|
-
# @param ProjectId:
|
|
2107
|
+
# @param ProjectId: <p>实例所属项目 Id</p>
|
|
2108
2108
|
# @type ProjectId: Integer
|
|
2109
|
-
# @param TdsqlVersion: TDSQL
|
|
2109
|
+
# @param TdsqlVersion: <p>TDSQL 版本信息</p>
|
|
2110
2110
|
# @type TdsqlVersion: String
|
|
2111
|
-
# @param Memory:
|
|
2111
|
+
# @param Memory: <p>实例内存大小,单位 GB</p>
|
|
2112
2112
|
# @type Memory: Integer
|
|
2113
|
-
# @param Storage:
|
|
2113
|
+
# @param Storage: <p>实例存储大小,单位 GB</p>
|
|
2114
2114
|
# @type Storage: Integer
|
|
2115
|
-
# @param MasterZone:
|
|
2115
|
+
# @param MasterZone: <p>主可用区,如 ap-shanghai-2</p>
|
|
2116
2116
|
# @type MasterZone: String
|
|
2117
|
-
# @param SlaveZones:
|
|
2117
|
+
# @param SlaveZones: <p>从可用区列表,如 [ap-shanghai-2]</p>
|
|
2118
2118
|
# @type SlaveZones: Array
|
|
2119
|
-
# @param AutoRenewFlag:
|
|
2119
|
+
# @param AutoRenewFlag: <p>自动续费标志:0 否,1 是</p>
|
|
2120
2120
|
# @type AutoRenewFlag: Integer
|
|
2121
|
-
# @param ExclusterId:
|
|
2121
|
+
# @param ExclusterId: <p>独享集群Id,普通实例为空</p>
|
|
2122
2122
|
# @type ExclusterId: String
|
|
2123
|
-
# @param PayMode:
|
|
2123
|
+
# @param PayMode: <p>付费模式:prepaid 表示预付费</p>
|
|
2124
2124
|
# @type PayMode: String
|
|
2125
|
-
# @param CreateTime:
|
|
2125
|
+
# @param CreateTime: <p>实例创建时间,格式为 2006-01-02 15:04:05</p>
|
|
2126
2126
|
# @type CreateTime: String
|
|
2127
|
-
# @param IsAuditSupported:
|
|
2127
|
+
# @param IsAuditSupported: <p>实例是否支持审计</p>
|
|
2128
2128
|
# @type IsAuditSupported: Boolean
|
|
2129
|
-
# @param PeriodEndTime:
|
|
2129
|
+
# @param PeriodEndTime: <p>实例到期时间,格式为 2006-01-02 15:04:05</p>
|
|
2130
2130
|
# @type PeriodEndTime: String
|
|
2131
|
-
# @param Machine:
|
|
2131
|
+
# @param Machine: <p>机型信息</p>
|
|
2132
2132
|
# @type Machine: String
|
|
2133
|
-
# @param StorageUsage:
|
|
2133
|
+
# @param StorageUsage: <p>存储空间使用率</p>
|
|
2134
2134
|
# @type StorageUsage: String
|
|
2135
|
-
# @param LogStorage:
|
|
2135
|
+
# @param LogStorage: <p>日志存储空间大小,单位 GB</p>
|
|
2136
2136
|
# @type LogStorage: Integer
|
|
2137
|
-
# @param IsEncryptSupported:
|
|
2137
|
+
# @param IsEncryptSupported: <p>是否支持数据加密。1-支持;0-不支持</p>
|
|
2138
2138
|
# @type IsEncryptSupported: Integer
|
|
2139
|
-
# @param Vip6:
|
|
2139
|
+
# @param Vip6: <p>内网IPv6</p>
|
|
2140
2140
|
# @type Vip6: String
|
|
2141
|
-
# @param Cpu:
|
|
2141
|
+
# @param Cpu: <p>实例Cpu核数</p>
|
|
2142
2142
|
# @type Cpu: Integer
|
|
2143
|
-
# @param Pid:
|
|
2143
|
+
# @param Pid: <p>产品类型ID</p>
|
|
2144
2144
|
# @type Pid: Integer
|
|
2145
|
-
# @param Qps:
|
|
2145
|
+
# @param Qps: <p>最大QPS</p>
|
|
2146
2146
|
# @type Qps: Integer
|
|
2147
|
-
# @param Ipv6Flag:
|
|
2147
|
+
# @param Ipv6Flag: <p>是否支持IPv6</p>
|
|
2148
2148
|
# @type Ipv6Flag: Integer
|
|
2149
|
-
# @param WanVipv6:
|
|
2149
|
+
# @param WanVipv6: <p>外网IPv6地址,公网可访问</p>
|
|
2150
2150
|
# @type WanVipv6: String
|
|
2151
|
-
# @param WanStatusIpv6:
|
|
2151
|
+
# @param WanStatusIpv6: <p>外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中</p>
|
|
2152
2152
|
# @type WanStatusIpv6: Integer
|
|
2153
|
-
# @param WanPortIpv6:
|
|
2153
|
+
# @param WanPortIpv6: <p>外网IPv6端口</p>
|
|
2154
2154
|
# @type WanPortIpv6: Integer
|
|
2155
|
-
# @param DbEngine:
|
|
2155
|
+
# @param DbEngine: <p>数据库引擎</p>
|
|
2156
2156
|
# @type DbEngine: String
|
|
2157
|
-
# @param DbVersion:
|
|
2157
|
+
# @param DbVersion: <p>数据库版本</p>
|
|
2158
2158
|
# @type DbVersion: String
|
|
2159
|
-
# @param ResourceTags:
|
|
2159
|
+
# @param ResourceTags: <p>标签信息</p>
|
|
2160
2160
|
# @type ResourceTags: Array
|
|
2161
|
-
# @param DcnFlag: DCN标志,0-无,1-主实例,2
|
|
2161
|
+
# @param DcnFlag: <p>DCN标志,0-无,1-主实例,2-灾备实例</p>
|
|
2162
2162
|
# @type DcnFlag: Integer
|
|
2163
|
-
# @param DcnStatus: DCN状态,0-无,1-创建中,2-同步中,3
|
|
2163
|
+
# @param DcnStatus: <p>DCN状态,0-无,1-创建中,2-同步中,3-已断开</p>
|
|
2164
2164
|
# @type DcnStatus: Integer
|
|
2165
|
-
# @param DcnDstNum: DCN
|
|
2165
|
+
# @param DcnDstNum: <p>DCN灾备实例数</p>
|
|
2166
2166
|
# @type DcnDstNum: Integer
|
|
2167
|
-
# @param InstanceType: 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4:
|
|
2167
|
+
# @param InstanceType: <p>1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)</p>
|
|
2168
2168
|
# @type InstanceType: Integer
|
|
2169
|
-
# @param NodesInfo:
|
|
2169
|
+
# @param NodesInfo: <p>实例的各个DB节点信息</p>
|
|
2170
2170
|
# @type NodesInfo: Array
|
|
2171
|
-
# @param IsMaxUserConnectionsSupported:
|
|
2171
|
+
# @param IsMaxUserConnectionsSupported: <p>实例是否支持设置用户连接数限制,内核为10.1暂不支持。</p>
|
|
2172
2172
|
# @type IsMaxUserConnectionsSupported: Boolean
|
|
2173
|
-
# @param DbVersionId:
|
|
2173
|
+
# @param DbVersionId: <p>对外显示的数据库版本</p>
|
|
2174
2174
|
# @type DbVersionId: String
|
|
2175
|
-
# @param EncryptStatus:
|
|
2175
|
+
# @param EncryptStatus: <p>加密状态, 0-未开启,1-已开启</p>
|
|
2176
2176
|
# @type EncryptStatus: Integer
|
|
2177
|
-
# @param ReplicaConfig: DCN
|
|
2177
|
+
# @param ReplicaConfig: <p>DCN的配置信息</p>
|
|
2178
2178
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2179
2179
|
# @type ReplicaConfig: :class:`Tencentcloud::Mariadb.v20170312.models.DCNReplicaConfig`
|
|
2180
|
-
# @param ReplicaStatus: DCN
|
|
2180
|
+
# @param ReplicaStatus: <p>DCN的运行状态</p>
|
|
2181
2181
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2182
2182
|
# @type ReplicaStatus: :class:`Tencentcloud::Mariadb.v20170312.models.DCNReplicaStatus`
|
|
2183
|
-
# @param ExclusterType:
|
|
2183
|
+
# @param ExclusterType: <p>独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群</p>
|
|
2184
2184
|
# @type ExclusterType: Integer
|
|
2185
|
-
# @param RsAccessStrategy: VPC
|
|
2185
|
+
# @param RsAccessStrategy: <p>VPC就近访问</p>
|
|
2186
2186
|
# @type RsAccessStrategy: Integer
|
|
2187
|
-
# @param ReservedNetResources:
|
|
2187
|
+
# @param ReservedNetResources: <p>尚未回收的网络资源</p>
|
|
2188
2188
|
# @type ReservedNetResources: Array
|
|
2189
|
-
# @param IsPhysicalReplicationSupported:
|
|
2189
|
+
# @param IsPhysicalReplicationSupported: <p>是否支持物理复制</p>
|
|
2190
2190
|
# @type IsPhysicalReplicationSupported: Boolean
|
|
2191
|
-
# @param IsDcnStrongSyncSupported:
|
|
2191
|
+
# @param IsDcnStrongSyncSupported: <p>是否支持强同步DCN</p>
|
|
2192
2192
|
# @type IsDcnStrongSyncSupported: Integer
|
|
2193
|
-
# @param IsDcnSwitchSupported:
|
|
2193
|
+
# @param IsDcnSwitchSupported: <p>是否支持DCN切换</p>
|
|
2194
2194
|
# @type IsDcnSwitchSupported: Integer
|
|
2195
|
-
# @param ProxyVersion: proxy
|
|
2195
|
+
# @param ProxyVersion: <p>proxy版本号</p>
|
|
2196
2196
|
# @type ProxyVersion: String
|
|
2197
|
-
# @param CpuType: Cpu类型,如:英特尔:Intel/AMD,海光:Hygon
|
|
2197
|
+
# @param CpuType: <p>Cpu类型,如:英特尔:Intel/AMD,海光:Hygon</p>
|
|
2198
2198
|
# @type CpuType: String
|
|
2199
|
-
# @param ProtectedProperty:
|
|
2199
|
+
# @param ProtectedProperty: <p>删除保护标记,1: 已开启删除保护,0: 未开启删除保护</p>
|
|
2200
2200
|
# @type ProtectedProperty: Integer
|
|
2201
|
+
# @param FlowId: <p>流程Id,标志实例当前所处的异步任务</p>
|
|
2202
|
+
# @type FlowId: Integer
|
|
2201
2203
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2202
2204
|
# @type RequestId: String
|
|
2203
2205
|
|
|
2204
|
-
attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :IsTmp, :NodeCount, :Region, :Zone, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :TdsqlVersion, :Memory, :Storage, :MasterZone, :SlaveZones, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :IsAuditSupported, :PeriodEndTime, :Machine, :StorageUsage, :LogStorage, :IsEncryptSupported, :Vip6, :Cpu, :Pid, :Qps, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :DbEngine, :DbVersion, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :NodesInfo, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ReplicaConfig, :ReplicaStatus, :ExclusterType, :RsAccessStrategy, :ReservedNetResources, :IsPhysicalReplicationSupported, :IsDcnStrongSyncSupported, :IsDcnSwitchSupported, :ProxyVersion, :CpuType, :ProtectedProperty, :RequestId
|
|
2206
|
+
attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :IsTmp, :NodeCount, :Region, :Zone, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :TdsqlVersion, :Memory, :Storage, :MasterZone, :SlaveZones, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :IsAuditSupported, :PeriodEndTime, :Machine, :StorageUsage, :LogStorage, :IsEncryptSupported, :Vip6, :Cpu, :Pid, :Qps, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :DbEngine, :DbVersion, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :NodesInfo, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ReplicaConfig, :ReplicaStatus, :ExclusterType, :RsAccessStrategy, :ReservedNetResources, :IsPhysicalReplicationSupported, :IsDcnStrongSyncSupported, :IsDcnSwitchSupported, :ProxyVersion, :CpuType, :ProtectedProperty, :FlowId, :RequestId
|
|
2205
2207
|
|
|
2206
|
-
def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, istmp=nil, nodecount=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, tdsqlversion=nil, memory=nil, storage=nil, masterzone=nil, slavezones=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, isauditsupported=nil, periodendtime=nil, machine=nil, storageusage=nil, logstorage=nil, isencryptsupported=nil, vip6=nil, cpu=nil, pid=nil, qps=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, dbengine=nil, dbversion=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, nodesinfo=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, replicaconfig=nil, replicastatus=nil, exclustertype=nil, rsaccessstrategy=nil, reservednetresources=nil, isphysicalreplicationsupported=nil, isdcnstrongsyncsupported=nil, isdcnswitchsupported=nil, proxyversion=nil, cputype=nil, protectedproperty=nil, requestid=nil)
|
|
2208
|
+
def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, istmp=nil, nodecount=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, tdsqlversion=nil, memory=nil, storage=nil, masterzone=nil, slavezones=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, isauditsupported=nil, periodendtime=nil, machine=nil, storageusage=nil, logstorage=nil, isencryptsupported=nil, vip6=nil, cpu=nil, pid=nil, qps=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, dbengine=nil, dbversion=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, nodesinfo=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, replicaconfig=nil, replicastatus=nil, exclustertype=nil, rsaccessstrategy=nil, reservednetresources=nil, isphysicalreplicationsupported=nil, isdcnstrongsyncsupported=nil, isdcnswitchsupported=nil, proxyversion=nil, cputype=nil, protectedproperty=nil, flowid=nil, requestid=nil)
|
|
2207
2209
|
@InstanceId = instanceid
|
|
2208
2210
|
@InstanceName = instancename
|
|
2209
2211
|
@Status = status
|
|
@@ -2266,6 +2268,7 @@ module TencentCloud
|
|
|
2266
2268
|
@ProxyVersion = proxyversion
|
|
2267
2269
|
@CpuType = cputype
|
|
2268
2270
|
@ProtectedProperty = protectedproperty
|
|
2271
|
+
@FlowId = flowid
|
|
2269
2272
|
@RequestId = requestid
|
|
2270
2273
|
end
|
|
2271
2274
|
|
|
@@ -2359,6 +2362,7 @@ module TencentCloud
|
|
|
2359
2362
|
@ProxyVersion = params['ProxyVersion']
|
|
2360
2363
|
@CpuType = params['CpuType']
|
|
2361
2364
|
@ProtectedProperty = params['ProtectedProperty']
|
|
2365
|
+
@FlowId = params['FlowId']
|
|
2362
2366
|
@RequestId = params['RequestId']
|
|
2363
2367
|
end
|
|
2364
2368
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mariadb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1210
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|