tencentcloud-sdk-teo 3.0.741 → 3.0.742
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/v20220901/models.rb +13 -13
- 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: 8e6e215d662cb1588d811fa13500489dcf7fba55
|
|
4
|
+
data.tar.gz: ede618f24531bd818fbf1e45c558f124117508c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da3e9a70f9e29a1614daa0885942f89a86b97a1f8d0ce0645d6752d432e6256092e32b4edd534a57d178a96aa8085651c418502a0f154f372fed76f4625337ba
|
|
7
|
+
data.tar.gz: 1329da3dbc0185f849851ccd4ccc08d20017dd9c6812a7555cd105203fd167777228906b98b2e4ad6fc67919fa8ba5788ab7c1822293b429e9a24c4999b7fb86
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.742
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -1434,8 +1434,8 @@ module TencentCloud
|
|
|
1434
1434
|
|
|
1435
1435
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
1436
1436
|
extend Gem::Deprecate
|
|
1437
|
-
deprecate :IgnoreCacheControl, :none,
|
|
1438
|
-
deprecate :IgnoreCacheControl=, :none,
|
|
1437
|
+
deprecate :IgnoreCacheControl, :none, 2024, 1
|
|
1438
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 1
|
|
1439
1439
|
|
|
1440
1440
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
1441
1441
|
@Switch = switch
|
|
@@ -2379,8 +2379,8 @@ module TencentCloud
|
|
|
2379
2379
|
|
|
2380
2380
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
|
|
2381
2381
|
extend Gem::Deprecate
|
|
2382
|
-
deprecate :EncodeUrl, :none,
|
|
2383
|
-
deprecate :EncodeUrl=, :none,
|
|
2382
|
+
deprecate :EncodeUrl, :none, 2024, 1
|
|
2383
|
+
deprecate :EncodeUrl=, :none, 2024, 1
|
|
2384
2384
|
|
|
2385
2385
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
|
|
2386
2386
|
@ZoneId = zoneid
|
|
@@ -2612,10 +2612,10 @@ module TencentCloud
|
|
|
2612
2612
|
|
|
2613
2613
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
|
2614
2614
|
extend Gem::Deprecate
|
|
2615
|
-
deprecate :AllowDuplicates, :none,
|
|
2616
|
-
deprecate :AllowDuplicates=, :none,
|
|
2617
|
-
deprecate :JumpStart, :none,
|
|
2618
|
-
deprecate :JumpStart=, :none,
|
|
2615
|
+
deprecate :AllowDuplicates, :none, 2024, 1
|
|
2616
|
+
deprecate :AllowDuplicates=, :none, 2024, 1
|
|
2617
|
+
deprecate :JumpStart, :none, 2024, 1
|
|
2618
|
+
deprecate :JumpStart=, :none, 2024, 1
|
|
2619
2619
|
|
|
2620
2620
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
|
2621
2621
|
@Type = type
|
|
@@ -6555,7 +6555,7 @@ module TencentCloud
|
|
|
6555
6555
|
# @type GroupId: Integer
|
|
6556
6556
|
# @param Name: 组名称。
|
|
6557
6557
|
# @type Name: String
|
|
6558
|
-
# @param Content: IP
|
|
6558
|
+
# @param Content: IP 组内容,仅支持 IP 及 IP 掩码。
|
|
6559
6559
|
# @type Content: Array
|
|
6560
6560
|
|
|
6561
6561
|
attr_accessor :GroupId, :Name, :Content
|
|
@@ -7490,8 +7490,8 @@ module TencentCloud
|
|
|
7490
7490
|
|
|
7491
7491
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
|
|
7492
7492
|
extend Gem::Deprecate
|
|
7493
|
-
deprecate :ApplyType, :none,
|
|
7494
|
-
deprecate :ApplyType=, :none,
|
|
7493
|
+
deprecate :ApplyType, :none, 2024, 1
|
|
7494
|
+
deprecate :ApplyType=, :none, 2024, 1
|
|
7495
7495
|
|
|
7496
7496
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
|
|
7497
7497
|
@ZoneId = zoneid
|
|
@@ -9344,8 +9344,8 @@ module TencentCloud
|
|
|
9344
9344
|
|
|
9345
9345
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
|
9346
9346
|
extend Gem::Deprecate
|
|
9347
|
-
deprecate :IgnoreNameCase, :none,
|
|
9348
|
-
deprecate :IgnoreNameCase=, :none,
|
|
9347
|
+
deprecate :IgnoreNameCase, :none, 2024, 1
|
|
9348
|
+
deprecate :IgnoreNameCase=, :none, 2024, 1
|
|
9349
9349
|
|
|
9350
9350
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
|
9351
9351
|
@Operator = operator
|