tencentcloud-sdk-teo 3.0.934 → 3.0.935
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 +26 -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: a245b3cd2138a5c94d021a0923735051ec5ddcfa
|
|
4
|
+
data.tar.gz: 6ec5262ca2fb0dbc4159341035ed430d1f725d98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cddd7f4ec194ef9402c124b6a36d8081b5f9bcfd4fc482de1445007147b68711b0817feee7be011f232876912cd0dd1bc3f5bce6ca934c2ecf7eea32e40e0b5
|
|
7
|
+
data.tar.gz: dc7856ec0b471505f325dd93c049d6a65aa8fc1ca97319e7d1afd2ed0fabfe16dd6070a01dfedfc682e2da60b0f6cd5106f9c840fc3c6ee1129af86b7ff8c690
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.935
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -1513,8 +1513,8 @@ module TencentCloud
|
|
|
1513
1513
|
|
|
1514
1514
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
1515
1515
|
extend Gem::Deprecate
|
|
1516
|
-
deprecate :IgnoreCacheControl, :none, 2024,
|
|
1517
|
-
deprecate :IgnoreCacheControl=, :none, 2024,
|
|
1516
|
+
deprecate :IgnoreCacheControl, :none, 2024, 11
|
|
1517
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 11
|
|
1518
1518
|
|
|
1519
1519
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
1520
1520
|
@Switch = switch
|
|
@@ -2955,8 +2955,8 @@ module TencentCloud
|
|
|
2955
2955
|
|
|
2956
2956
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
|
2957
2957
|
extend Gem::Deprecate
|
|
2958
|
-
deprecate :EncodeUrl, :none, 2024,
|
|
2959
|
-
deprecate :EncodeUrl=, :none, 2024,
|
|
2958
|
+
deprecate :EncodeUrl, :none, 2024, 11
|
|
2959
|
+
deprecate :EncodeUrl=, :none, 2024, 11
|
|
2960
2960
|
|
|
2961
2961
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
|
2962
2962
|
@ZoneId = zoneid
|
|
@@ -3323,10 +3323,10 @@ module TencentCloud
|
|
|
3323
3323
|
|
|
3324
3324
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
|
3325
3325
|
extend Gem::Deprecate
|
|
3326
|
-
deprecate :AllowDuplicates, :none, 2024,
|
|
3327
|
-
deprecate :AllowDuplicates=, :none, 2024,
|
|
3328
|
-
deprecate :JumpStart, :none, 2024,
|
|
3329
|
-
deprecate :JumpStart=, :none, 2024,
|
|
3326
|
+
deprecate :AllowDuplicates, :none, 2024, 11
|
|
3327
|
+
deprecate :AllowDuplicates=, :none, 2024, 11
|
|
3328
|
+
deprecate :JumpStart, :none, 2024, 11
|
|
3329
|
+
deprecate :JumpStart=, :none, 2024, 11
|
|
3330
3330
|
|
|
3331
3331
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
|
3332
3332
|
@Type = type
|
|
@@ -10374,8 +10374,8 @@ module TencentCloud
|
|
|
10374
10374
|
|
|
10375
10375
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
|
10376
10376
|
extend Gem::Deprecate
|
|
10377
|
-
deprecate :ApplyType, :none, 2024,
|
|
10378
|
-
deprecate :ApplyType=, :none, 2024,
|
|
10377
|
+
deprecate :ApplyType, :none, 2024, 11
|
|
10378
|
+
deprecate :ApplyType=, :none, 2024, 11
|
|
10379
10379
|
|
|
10380
10380
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
|
10381
10381
|
@ZoneId = zoneid
|
|
@@ -11527,12 +11527,12 @@ module TencentCloud
|
|
|
11527
11527
|
|
|
11528
11528
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
|
11529
11529
|
extend Gem::Deprecate
|
|
11530
|
-
deprecate :VodeoSubAppId, :none, 2024,
|
|
11531
|
-
deprecate :VodeoSubAppId=, :none, 2024,
|
|
11532
|
-
deprecate :VodeoDistributionRange, :none, 2024,
|
|
11533
|
-
deprecate :VodeoDistributionRange=, :none, 2024,
|
|
11534
|
-
deprecate :VodeoBucketId, :none, 2024,
|
|
11535
|
-
deprecate :VodeoBucketId=, :none, 2024,
|
|
11530
|
+
deprecate :VodeoSubAppId, :none, 2024, 11
|
|
11531
|
+
deprecate :VodeoSubAppId=, :none, 2024, 11
|
|
11532
|
+
deprecate :VodeoDistributionRange, :none, 2024, 11
|
|
11533
|
+
deprecate :VodeoDistributionRange=, :none, 2024, 11
|
|
11534
|
+
deprecate :VodeoBucketId, :none, 2024, 11
|
|
11535
|
+
deprecate :VodeoBucketId=, :none, 2024, 11
|
|
11536
11536
|
|
|
11537
11537
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
|
11538
11538
|
@OriginType = origintype
|
|
@@ -11822,12 +11822,12 @@ module TencentCloud
|
|
|
11822
11822
|
|
|
11823
11823
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
|
11824
11824
|
extend Gem::Deprecate
|
|
11825
|
-
deprecate :VodeoSubAppId, :none, 2024,
|
|
11826
|
-
deprecate :VodeoSubAppId=, :none, 2024,
|
|
11827
|
-
deprecate :VodeoDistributionRange, :none, 2024,
|
|
11828
|
-
deprecate :VodeoDistributionRange=, :none, 2024,
|
|
11829
|
-
deprecate :VodeoBucketId, :none, 2024,
|
|
11830
|
-
deprecate :VodeoBucketId=, :none, 2024,
|
|
11825
|
+
deprecate :VodeoSubAppId, :none, 2024, 11
|
|
11826
|
+
deprecate :VodeoSubAppId=, :none, 2024, 11
|
|
11827
|
+
deprecate :VodeoDistributionRange, :none, 2024, 11
|
|
11828
|
+
deprecate :VodeoDistributionRange=, :none, 2024, 11
|
|
11829
|
+
deprecate :VodeoBucketId, :none, 2024, 11
|
|
11830
|
+
deprecate :VodeoBucketId=, :none, 2024, 11
|
|
11831
11831
|
|
|
11832
11832
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
|
11833
11833
|
@OriginType = origintype
|
|
@@ -11969,11 +11969,11 @@ module TencentCloud
|
|
|
11969
11969
|
|
|
11970
11970
|
# 该结构体表示各种场景、模式下,用于验证用户对站点域名的归属权内容。
|
|
11971
11971
|
class OwnershipVerification < TencentCloud::Common::AbstractModel
|
|
11972
|
-
# @param DnsVerification: CNAME
|
|
11972
|
+
# @param DnsVerification: CNAME 、无域名接入时,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
|
|
11973
11973
|
# ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
|
|
11974
11974
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11975
11975
|
# @type DnsVerification: :class:`Tencentcloud::Teo.v20220901.models.DnsVerification`
|
|
11976
|
-
# @param FileVerification: CNAME
|
|
11976
|
+
# @param FileVerification: CNAME 、无域名接入时,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
|
|
11977
11977
|
# ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
|
|
11978
11978
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11979
11979
|
# @type FileVerification: :class:`Tencentcloud::Teo.v20220901.models.FileVerification`
|
|
@@ -13012,8 +13012,8 @@ module TencentCloud
|
|
|
13012
13012
|
|
|
13013
13013
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
|
13014
13014
|
extend Gem::Deprecate
|
|
13015
|
-
deprecate :IgnoreNameCase, :none, 2024,
|
|
13016
|
-
deprecate :IgnoreNameCase=, :none, 2024,
|
|
13015
|
+
deprecate :IgnoreNameCase, :none, 2024, 11
|
|
13016
|
+
deprecate :IgnoreNameCase=, :none, 2024, 11
|
|
13017
13017
|
|
|
13018
13018
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
|
13019
13019
|
@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.935
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|