tencentcloud-sdk-teo 3.0.814 → 3.0.815
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +12 -12
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13a992a35003a7ab3e644319b5bee2a456653944
|
4
|
+
data.tar.gz: 1895b309bb83f8f2d497e0be98708785c86ad0bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22b007238a9a5c3e743ebbf35c668df25984bf3e520697ad6ee574bff29ce3c272e208dabb9fa5b235ebf4523fe1d37f9264745ce0ba9171455655a46fe6f8c4
|
7
|
+
data.tar.gz: d1c411c2860f4c9a6f7419a64d95d00920656f307dbf1f59c62b03c2dc8282b8490309d0be9e73a3fe6603b8f448d668ba5098f563278712de8b42581d70f809
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.815
|
data/lib/v20220901/models.rb
CHANGED
@@ -1506,8 +1506,8 @@ module TencentCloud
|
|
1506
1506
|
|
1507
1507
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1508
1508
|
extend Gem::Deprecate
|
1509
|
-
deprecate :IgnoreCacheControl, :none, 2024,
|
1510
|
-
deprecate :IgnoreCacheControl=, :none, 2024,
|
1509
|
+
deprecate :IgnoreCacheControl, :none, 2024, 5
|
1510
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 5
|
1511
1511
|
|
1512
1512
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1513
1513
|
@Switch = switch
|
@@ -2667,8 +2667,8 @@ module TencentCloud
|
|
2667
2667
|
|
2668
2668
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
|
2669
2669
|
extend Gem::Deprecate
|
2670
|
-
deprecate :EncodeUrl, :none, 2024,
|
2671
|
-
deprecate :EncodeUrl=, :none, 2024,
|
2670
|
+
deprecate :EncodeUrl, :none, 2024, 5
|
2671
|
+
deprecate :EncodeUrl=, :none, 2024, 5
|
2672
2672
|
|
2673
2673
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
|
2674
2674
|
@ZoneId = zoneid
|
@@ -3029,10 +3029,10 @@ module TencentCloud
|
|
3029
3029
|
|
3030
3030
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
3031
3031
|
extend Gem::Deprecate
|
3032
|
-
deprecate :AllowDuplicates, :none, 2024,
|
3033
|
-
deprecate :AllowDuplicates=, :none, 2024,
|
3034
|
-
deprecate :JumpStart, :none, 2024,
|
3035
|
-
deprecate :JumpStart=, :none, 2024,
|
3032
|
+
deprecate :AllowDuplicates, :none, 2024, 5
|
3033
|
+
deprecate :AllowDuplicates=, :none, 2024, 5
|
3034
|
+
deprecate :JumpStart, :none, 2024, 5
|
3035
|
+
deprecate :JumpStart=, :none, 2024, 5
|
3036
3036
|
|
3037
3037
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
3038
3038
|
@Type = type
|
@@ -8822,8 +8822,8 @@ module TencentCloud
|
|
8822
8822
|
|
8823
8823
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
|
8824
8824
|
extend Gem::Deprecate
|
8825
|
-
deprecate :ApplyType, :none, 2024,
|
8826
|
-
deprecate :ApplyType=, :none, 2024,
|
8825
|
+
deprecate :ApplyType, :none, 2024, 5
|
8826
|
+
deprecate :ApplyType=, :none, 2024, 5
|
8827
8827
|
|
8828
8828
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
|
8829
8829
|
@ZoneId = zoneid
|
@@ -11208,8 +11208,8 @@ module TencentCloud
|
|
11208
11208
|
|
11209
11209
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
11210
11210
|
extend Gem::Deprecate
|
11211
|
-
deprecate :IgnoreNameCase, :none, 2024,
|
11212
|
-
deprecate :IgnoreNameCase=, :none, 2024,
|
11211
|
+
deprecate :IgnoreNameCase, :none, 2024, 5
|
11212
|
+
deprecate :IgnoreNameCase=, :none, 2024, 5
|
11213
11213
|
|
11214
11214
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
11215
11215
|
@Operator = operator
|