tencentcloud-sdk-teo 3.0.899 → 3.0.901
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 +18 -16
- 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: 12e7b3d3fa6260d4a20c7f63486bc7408466dae6
|
4
|
+
data.tar.gz: 91e796f8e38a7f8136c6a07d029456723261a4e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffe85c511f2f48579ac95063e0f39d1930c8d8f98573302a3a462f70ef7262d16019f3e7b560f57416dd017e514c0e8974c25d1465d84ac970327625e944cd37
|
7
|
+
data.tar.gz: 2cfd1145d10125c09131ee6cb123f86db454075c181c161b4d7968e5a99e44720a6ddfc96b82cca7ead5f5bb0f9b687dee37f4d39628da051b1488ec977697b4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.901
|
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, 9
|
1517
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 9
|
1518
1518
|
|
1519
1519
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1520
1520
|
@Switch = switch
|
@@ -2744,8 +2744,8 @@ module TencentCloud
|
|
2744
2744
|
|
2745
2745
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
2746
2746
|
extend Gem::Deprecate
|
2747
|
-
deprecate :EncodeUrl, :none, 2024,
|
2748
|
-
deprecate :EncodeUrl=, :none, 2024,
|
2747
|
+
deprecate :EncodeUrl, :none, 2024, 9
|
2748
|
+
deprecate :EncodeUrl=, :none, 2024, 9
|
2749
2749
|
|
2750
2750
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
2751
2751
|
@ZoneId = zoneid
|
@@ -3086,8 +3086,9 @@ module TencentCloud
|
|
3086
3086
|
class CreateZoneRequest < TencentCloud::Common::AbstractModel
|
3087
3087
|
# @param Type: 站点接入类型。该参数取值如下,不填写时默认为 partial:
|
3088
3088
|
# <li>partial:CNAME 接入;</li>
|
3089
|
-
# <li>
|
3090
|
-
# <li>noDomainAccess
|
3089
|
+
# <li>full:NS 接入;</li>
|
3090
|
+
# <li>noDomainAccess:无域名接入;</li>
|
3091
|
+
# <li>dnsPodAccess:DNSPod 托管接入,该接入模式要求您的域名已托管在 DNSPod 内。</li>
|
3091
3092
|
# @type Type: String
|
3092
3093
|
# @param ZoneName: 站点名称。CNAME/NS 接入的时,请传入二级域名(example.com)作为站点名称;无域名接入时,该值请保留为空。
|
3093
3094
|
# @type ZoneName: String
|
@@ -3111,10 +3112,10 @@ module TencentCloud
|
|
3111
3112
|
|
3112
3113
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
3113
3114
|
extend Gem::Deprecate
|
3114
|
-
deprecate :AllowDuplicates, :none, 2024,
|
3115
|
-
deprecate :AllowDuplicates=, :none, 2024,
|
3116
|
-
deprecate :JumpStart, :none, 2024,
|
3117
|
-
deprecate :JumpStart=, :none, 2024,
|
3115
|
+
deprecate :AllowDuplicates, :none, 2024, 9
|
3116
|
+
deprecate :AllowDuplicates=, :none, 2024, 9
|
3117
|
+
deprecate :JumpStart, :none, 2024, 9
|
3118
|
+
deprecate :JumpStart=, :none, 2024, 9
|
3118
3119
|
|
3119
3120
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
3120
3121
|
@Type = type
|
@@ -9188,8 +9189,8 @@ module TencentCloud
|
|
9188
9189
|
|
9189
9190
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
9190
9191
|
extend Gem::Deprecate
|
9191
|
-
deprecate :ApplyType, :none, 2024,
|
9192
|
-
deprecate :ApplyType=, :none, 2024,
|
9192
|
+
deprecate :ApplyType, :none, 2024, 9
|
9193
|
+
deprecate :ApplyType=, :none, 2024, 9
|
9193
9194
|
|
9194
9195
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
9195
9196
|
@ZoneId = zoneid
|
@@ -9793,8 +9794,9 @@ module TencentCloud
|
|
9793
9794
|
# @param ZoneId: 站点 ID。
|
9794
9795
|
# @type ZoneId: String
|
9795
9796
|
# @param Type: 站点接入方式,取值有:
|
9796
|
-
# <li>
|
9797
|
-
# <li>
|
9797
|
+
# <li>full:NS 接入;</li>
|
9798
|
+
# <li>partial:CNAME 接入,如果站点当前是无域名接入,仅支持切换到 CNAME 接入;</li>
|
9799
|
+
# <li>dnsPodAccess:DNSPod 托管接入,该接入模式要求您的域名已托管在 DNSPod 内。</li>不填写保持原有配置。
|
9798
9800
|
# @type Type: String
|
9799
9801
|
# @param VanityNameServers: 自定义站点信息,以替代系统默认分配的名称服务器。不填写保持原有配置。当站点是无域名接入方式时不允许传此参数。
|
9800
9802
|
# @type VanityNameServers: :class:`Tencentcloud::Teo.v20220901.models.VanityNameServers`
|
@@ -11612,8 +11614,8 @@ module TencentCloud
|
|
11612
11614
|
|
11613
11615
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
11614
11616
|
extend Gem::Deprecate
|
11615
|
-
deprecate :IgnoreNameCase, :none, 2024,
|
11616
|
-
deprecate :IgnoreNameCase=, :none, 2024,
|
11617
|
+
deprecate :IgnoreNameCase, :none, 2024, 9
|
11618
|
+
deprecate :IgnoreNameCase=, :none, 2024, 9
|
11617
11619
|
|
11618
11620
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
11619
11621
|
@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.901
|
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-09-
|
11
|
+
date: 2024-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|