tencentcloud-sdk-cdb 3.0.563 → 3.0.565
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/v20170320/models.rb +7 -2
- 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: 7be777b2725bb459c3d7f40bd03ee726f6209a21
|
4
|
+
data.tar.gz: 6d432cd928ac0e1af041f2e7328c0bb81a4b711e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 920886de0c0d2564ba5ed7b2952080cb08bc49e72d005187ef0a96912fc2cf87d8cc94c70e00700cc150526d39000416f53ae47165f7d1bfb19b372abf2566f2
|
7
|
+
data.tar.gz: b34caf20a9fa9bfe565a2e9d282d4bca5f04487435d9977268940abcc164f6b4c6191adb881df3437158c6ed8522ffeda33539bb5181da90763e4834a15ec805
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.565
|
data/lib/v20170320/models.rb
CHANGED
@@ -9931,10 +9931,13 @@ module TencentCloud
|
|
9931
9931
|
# @type MaxFunc: String
|
9932
9932
|
# @param MinFunc: 参数是公式类型时,该字段有效,表示公式类型最小值
|
9933
9933
|
# @type MinFunc: String
|
9934
|
+
# @param IsNotSupportEdit: 参数是否不支持修改
|
9935
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9936
|
+
# @type IsNotSupportEdit: Boolean
|
9934
9937
|
|
9935
|
-
attr_accessor :Name, :ParamType, :Default, :Description, :CurrentValue, :NeedReboot, :Max, :Min, :EnumValue, :MaxFunc, :MinFunc
|
9938
|
+
attr_accessor :Name, :ParamType, :Default, :Description, :CurrentValue, :NeedReboot, :Max, :Min, :EnumValue, :MaxFunc, :MinFunc, :IsNotSupportEdit
|
9936
9939
|
|
9937
|
-
def initialize(name=nil, paramtype=nil, default=nil, description=nil, currentvalue=nil, needreboot=nil, max=nil, min=nil, enumvalue=nil, maxfunc=nil, minfunc=nil)
|
9940
|
+
def initialize(name=nil, paramtype=nil, default=nil, description=nil, currentvalue=nil, needreboot=nil, max=nil, min=nil, enumvalue=nil, maxfunc=nil, minfunc=nil, isnotsupportedit=nil)
|
9938
9941
|
@Name = name
|
9939
9942
|
@ParamType = paramtype
|
9940
9943
|
@Default = default
|
@@ -9946,6 +9949,7 @@ module TencentCloud
|
|
9946
9949
|
@EnumValue = enumvalue
|
9947
9950
|
@MaxFunc = maxfunc
|
9948
9951
|
@MinFunc = minfunc
|
9952
|
+
@IsNotSupportEdit = isnotsupportedit
|
9949
9953
|
end
|
9950
9954
|
|
9951
9955
|
def deserialize(params)
|
@@ -9960,6 +9964,7 @@ module TencentCloud
|
|
9960
9964
|
@EnumValue = params['EnumValue']
|
9961
9965
|
@MaxFunc = params['MaxFunc']
|
9962
9966
|
@MinFunc = params['MinFunc']
|
9967
|
+
@IsNotSupportEdit = params['IsNotSupportEdit']
|
9963
9968
|
end
|
9964
9969
|
end
|
9965
9970
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.565
|
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-05-
|
11
|
+
date: 2023-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|