tencentcloud-sdk-cynosdb 3.0.588 → 3.0.590
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 +11 -6
- 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: 58f36f300b6a4e617977a8bf9c5f933e9eb7a336
|
4
|
+
data.tar.gz: 9662a86444c61c79ce1a43c086d84855b8750e2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43d48c3dc64348420b46c2225cbf619ebebdf9b20e97e17be2cd77d7978b0d02377f726f8f5f373ba3d41772ba510369a7ea23a2f173727201b429d285a027a1
|
7
|
+
data.tar.gz: 417468927a1b70324cb1e162f22c06c87a6dc2c793c7c4f0d0b2852fc49cc1e9aa8567d06e2d729a1fa0192c932086f6d88b504f540ca0b3c3b428fa581f3de3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.590
|
data/lib/v20190107/models.rb
CHANGED
@@ -2071,10 +2071,13 @@ module TencentCloud
|
|
2071
2071
|
# @param ResourcePackages: 集群绑定的资源包信息
|
2072
2072
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2073
2073
|
# @type ResourcePackages: Array
|
2074
|
+
# @param RenewFlag: 自动续费标识,1为自动续费,0为到期不续
|
2075
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2076
|
+
# @type RenewFlag: Integer
|
2074
2077
|
|
2075
|
-
attr_accessor :ClusterId, :ClusterName, :Region, :Zone, :PhysicalZone, :Status, :StatusDesc, :ServerlessStatus, :StorageId, :Storage, :MaxStorageSize, :MinStorageSize, :StoragePayMode, :VpcName, :VpcId, :SubnetName, :SubnetId, :Charset, :CreateTime, :DbType, :DbMode, :DbVersion, :StorageLimit, :UsedStorage, :Vip, :Vport, :RoAddr, :Ability, :CynosVersion, :BusinessType, :HasSlaveZone, :IsFreeze, :Tasks, :MasterZone, :SlaveZones, :InstanceSet, :PayMode, :PeriodEndTime, :ProjectID, :ResourceTags, :ProxyStatus, :LogBin, :IsSkipTrade, :PitrType, :IsOpenPasswordComplexity, :NetworkStatus, :ResourcePackages
|
2078
|
+
attr_accessor :ClusterId, :ClusterName, :Region, :Zone, :PhysicalZone, :Status, :StatusDesc, :ServerlessStatus, :StorageId, :Storage, :MaxStorageSize, :MinStorageSize, :StoragePayMode, :VpcName, :VpcId, :SubnetName, :SubnetId, :Charset, :CreateTime, :DbType, :DbMode, :DbVersion, :StorageLimit, :UsedStorage, :Vip, :Vport, :RoAddr, :Ability, :CynosVersion, :BusinessType, :HasSlaveZone, :IsFreeze, :Tasks, :MasterZone, :SlaveZones, :InstanceSet, :PayMode, :PeriodEndTime, :ProjectID, :ResourceTags, :ProxyStatus, :LogBin, :IsSkipTrade, :PitrType, :IsOpenPasswordComplexity, :NetworkStatus, :ResourcePackages, :RenewFlag
|
2076
2079
|
|
2077
|
-
def initialize(clusterid=nil, clustername=nil, region=nil, zone=nil, physicalzone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, storageid=nil, storage=nil, maxstoragesize=nil, minstoragesize=nil, storagepaymode=nil, vpcname=nil, vpcid=nil, subnetname=nil, subnetid=nil, charset=nil, createtime=nil, dbtype=nil, dbmode=nil, dbversion=nil, storagelimit=nil, usedstorage=nil, vip=nil, vport=nil, roaddr=nil, ability=nil, cynosversion=nil, businesstype=nil, hasslavezone=nil, isfreeze=nil, tasks=nil, masterzone=nil, slavezones=nil, instanceset=nil, paymode=nil, periodendtime=nil, projectid=nil, resourcetags=nil, proxystatus=nil, logbin=nil, isskiptrade=nil, pitrtype=nil, isopenpasswordcomplexity=nil, networkstatus=nil, resourcepackages=nil)
|
2080
|
+
def initialize(clusterid=nil, clustername=nil, region=nil, zone=nil, physicalzone=nil, status=nil, statusdesc=nil, serverlessstatus=nil, storageid=nil, storage=nil, maxstoragesize=nil, minstoragesize=nil, storagepaymode=nil, vpcname=nil, vpcid=nil, subnetname=nil, subnetid=nil, charset=nil, createtime=nil, dbtype=nil, dbmode=nil, dbversion=nil, storagelimit=nil, usedstorage=nil, vip=nil, vport=nil, roaddr=nil, ability=nil, cynosversion=nil, businesstype=nil, hasslavezone=nil, isfreeze=nil, tasks=nil, masterzone=nil, slavezones=nil, instanceset=nil, paymode=nil, periodendtime=nil, projectid=nil, resourcetags=nil, proxystatus=nil, logbin=nil, isskiptrade=nil, pitrtype=nil, isopenpasswordcomplexity=nil, networkstatus=nil, resourcepackages=nil, renewflag=nil)
|
2078
2081
|
@ClusterId = clusterid
|
2079
2082
|
@ClusterName = clustername
|
2080
2083
|
@Region = region
|
@@ -2122,6 +2125,7 @@ module TencentCloud
|
|
2122
2125
|
@IsOpenPasswordComplexity = isopenpasswordcomplexity
|
2123
2126
|
@NetworkStatus = networkstatus
|
2124
2127
|
@ResourcePackages = resourcepackages
|
2128
|
+
@RenewFlag = renewflag
|
2125
2129
|
end
|
2126
2130
|
|
2127
2131
|
def deserialize(params)
|
@@ -2210,6 +2214,7 @@ module TencentCloud
|
|
2210
2214
|
@ResourcePackages << resourcepackage_tmp
|
2211
2215
|
end
|
2212
2216
|
end
|
2217
|
+
@RenewFlag = params['RenewFlag']
|
2213
2218
|
end
|
2214
2219
|
end
|
2215
2220
|
|
@@ -4843,7 +4848,7 @@ module TencentCloud
|
|
4843
4848
|
|
4844
4849
|
# DescribeParamTemplateDetail请求参数结构体
|
4845
4850
|
class DescribeParamTemplateDetailRequest < TencentCloud::Common::AbstractModel
|
4846
|
-
# @param TemplateId:
|
4851
|
+
# @param TemplateId: 参数模板ID
|
4847
4852
|
# @type TemplateId: Integer
|
4848
4853
|
|
4849
4854
|
attr_accessor :TemplateId
|
@@ -4859,11 +4864,11 @@ module TencentCloud
|
|
4859
4864
|
|
4860
4865
|
# DescribeParamTemplateDetail返回参数结构体
|
4861
4866
|
class DescribeParamTemplateDetailResponse < TencentCloud::Common::AbstractModel
|
4862
|
-
# @param TemplateId:
|
4867
|
+
# @param TemplateId: 参数模板ID
|
4863
4868
|
# @type TemplateId: Integer
|
4864
|
-
# @param TemplateName:
|
4869
|
+
# @param TemplateName: 参数模板名称
|
4865
4870
|
# @type TemplateName: String
|
4866
|
-
# @param TemplateDescription:
|
4871
|
+
# @param TemplateDescription: 参数模板描述
|
4867
4872
|
# @type TemplateDescription: String
|
4868
4873
|
# @param EngineVersion: 引擎版本
|
4869
4874
|
# @type EngineVersion: String
|
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.590
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|