tencentcloud-sdk-teo 3.0.995 → 3.0.996
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 +25 -26
- 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: 8220002e07aa2f3a521ed41167640da6b4d74c45
|
4
|
+
data.tar.gz: 833f8c8a9cf37c2e763d2c5e37701495f81bfc17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74f0df043b578098b0adaac91545af84b18219cddbe250684705a9fa477142700160ea0e394c7539aa867041f5b009da063486fff73105a85fbe5ab5ec110ebb
|
7
|
+
data.tar.gz: 72833c7b16fa7a60e5aa71e6fdcba03a86948afb5a92a281d64784d93ba49506a128c0915ed9efcfe56ba6c8b4ad508ed9bcbf2ecce0566f05e06c3bb13e8eae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.996
|
data/lib/v20220901/models.rb
CHANGED
@@ -1654,8 +1654,8 @@ module TencentCloud
|
|
1654
1654
|
|
1655
1655
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1656
1656
|
extend Gem::Deprecate
|
1657
|
-
deprecate :IgnoreCacheControl, :none, 2025,
|
1658
|
-
deprecate :IgnoreCacheControl=, :none, 2025,
|
1657
|
+
deprecate :IgnoreCacheControl, :none, 2025, 2
|
1658
|
+
deprecate :IgnoreCacheControl=, :none, 2025, 2
|
1659
1659
|
|
1660
1660
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1661
1661
|
@Switch = switch
|
@@ -3722,8 +3722,8 @@ module TencentCloud
|
|
3722
3722
|
|
3723
3723
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
3724
3724
|
extend Gem::Deprecate
|
3725
|
-
deprecate :EncodeUrl, :none, 2025,
|
3726
|
-
deprecate :EncodeUrl=, :none, 2025,
|
3725
|
+
deprecate :EncodeUrl, :none, 2025, 2
|
3726
|
+
deprecate :EncodeUrl=, :none, 2025, 2
|
3727
3727
|
|
3728
3728
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
3729
3729
|
@ZoneId = zoneid
|
@@ -4090,10 +4090,10 @@ module TencentCloud
|
|
4090
4090
|
|
4091
4091
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
4092
4092
|
extend Gem::Deprecate
|
4093
|
-
deprecate :AllowDuplicates, :none, 2025,
|
4094
|
-
deprecate :AllowDuplicates=, :none, 2025,
|
4095
|
-
deprecate :JumpStart, :none, 2025,
|
4096
|
-
deprecate :JumpStart=, :none, 2025,
|
4093
|
+
deprecate :AllowDuplicates, :none, 2025, 2
|
4094
|
+
deprecate :AllowDuplicates=, :none, 2025, 2
|
4095
|
+
deprecate :JumpStart, :none, 2025, 2
|
4096
|
+
deprecate :JumpStart=, :none, 2025, 2
|
4097
4097
|
|
4098
4098
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
4099
4099
|
@Type = type
|
@@ -12126,8 +12126,8 @@ module TencentCloud
|
|
12126
12126
|
|
12127
12127
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
12128
12128
|
extend Gem::Deprecate
|
12129
|
-
deprecate :ApplyType, :none, 2025,
|
12130
|
-
deprecate :ApplyType=, :none, 2025,
|
12129
|
+
deprecate :ApplyType, :none, 2025, 2
|
12130
|
+
deprecate :ApplyType=, :none, 2025, 2
|
12131
12131
|
|
12132
12132
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
12133
12133
|
@ZoneId = zoneid
|
@@ -13501,12 +13501,12 @@ module TencentCloud
|
|
13501
13501
|
|
13502
13502
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
13503
13503
|
extend Gem::Deprecate
|
13504
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
13505
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
13506
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
13507
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
13508
|
-
deprecate :VodeoBucketId, :none, 2025,
|
13509
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
13504
|
+
deprecate :VodeoSubAppId, :none, 2025, 2
|
13505
|
+
deprecate :VodeoSubAppId=, :none, 2025, 2
|
13506
|
+
deprecate :VodeoDistributionRange, :none, 2025, 2
|
13507
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 2
|
13508
|
+
deprecate :VodeoBucketId, :none, 2025, 2
|
13509
|
+
deprecate :VodeoBucketId=, :none, 2025, 2
|
13510
13510
|
|
13511
13511
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
13512
13512
|
@OriginType = origintype
|
@@ -13796,12 +13796,12 @@ module TencentCloud
|
|
13796
13796
|
|
13797
13797
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
13798
13798
|
extend Gem::Deprecate
|
13799
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
13800
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
13801
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
13802
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
13803
|
-
deprecate :VodeoBucketId, :none, 2025,
|
13804
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
13799
|
+
deprecate :VodeoSubAppId, :none, 2025, 2
|
13800
|
+
deprecate :VodeoSubAppId=, :none, 2025, 2
|
13801
|
+
deprecate :VodeoDistributionRange, :none, 2025, 2
|
13802
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 2
|
13803
|
+
deprecate :VodeoBucketId, :none, 2025, 2
|
13804
|
+
deprecate :VodeoBucketId=, :none, 2025, 2
|
13805
13805
|
|
13806
13806
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
13807
13807
|
@OriginType = origintype
|
@@ -14988,8 +14988,7 @@ module TencentCloud
|
|
14988
14988
|
|
14989
14989
|
# 子规则分支。
|
14990
14990
|
class RuleBranch < TencentCloud::Common::AbstractModel
|
14991
|
-
# @param Condition: [匹配条件
|
14992
|
-
# ](https://cloud.tencent.com/document/product/1552/90438#33f65828-c6c6-4b66-a011-25a20b548d5d)。
|
14991
|
+
# @param Condition: [匹配条件](https://cloud.tencent.com/document/product/1552/90438#33f65828-c6c6-4b66-a011-25a20b548d5d)。
|
14993
14992
|
# @type Condition: String
|
14994
14993
|
# @param Actions: [操作](https://cloud.tencent.com/document/product/1552/90438#c7bd7e02-9247-4a72-b0e4-11c27cadb198)。<br>注意:Actions 和 SubRules 不可同时为空。
|
14995
14994
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -15142,8 +15141,8 @@ module TencentCloud
|
|
15142
15141
|
|
15143
15142
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
15144
15143
|
extend Gem::Deprecate
|
15145
|
-
deprecate :IgnoreNameCase, :none, 2025,
|
15146
|
-
deprecate :IgnoreNameCase=, :none, 2025,
|
15144
|
+
deprecate :IgnoreNameCase, :none, 2025, 2
|
15145
|
+
deprecate :IgnoreNameCase=, :none, 2025, 2
|
15147
15146
|
|
15148
15147
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
15149
15148
|
@Operator = operator
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-teo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.996
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|