tencentcloud-sdk-teo 3.0.571 → 3.0.572
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 +9 -2
- 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: abf030c0d1edd818260affd2266059252d87d0cf
|
|
4
|
+
data.tar.gz: 48c201c8b887979557aa2471da34a0a62541699d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35c11f078a5b32ceba28ab0bd1c8e4c0701bb0a1790e6151fdf82901b43cec18e2e78b4df6dcab507ddc9b4d276de37d83cfd8bd67426e51375315cb6d531da1
|
|
7
|
+
data.tar.gz: 9967d45fa834054cf49c82aad7baac2b5fa264aa19ea141a773ec30404d52889b2c079a60a2cb0a35b7a57cbd1da4ce5639dc08a34362ad5cd524cd23d0ebff9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.572
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -711,10 +711,12 @@ module TencentCloud
|
|
|
711
711
|
# @type UpdateTime: String
|
|
712
712
|
# @param ApplicationProxyRules: 规则列表。
|
|
713
713
|
# @type ApplicationProxyRules: Array
|
|
714
|
+
# @param AccelerateMainland: 中国大陆加速优化配置。
|
|
715
|
+
# @type AccelerateMainland: :class:`Tencentcloud::Teo.v20220901.models.AccelerateMainland`
|
|
714
716
|
|
|
715
|
-
attr_accessor :ZoneId, :ZoneName, :ProxyId, :ProxyName, :ProxyType, :PlatType, :Area, :SecurityType, :AccelerateType, :SessionPersistTime, :Status, :BanStatus, :ScheduleValue, :HostId, :Ipv6, :UpdateTime, :ApplicationProxyRules
|
|
717
|
+
attr_accessor :ZoneId, :ZoneName, :ProxyId, :ProxyName, :ProxyType, :PlatType, :Area, :SecurityType, :AccelerateType, :SessionPersistTime, :Status, :BanStatus, :ScheduleValue, :HostId, :Ipv6, :UpdateTime, :ApplicationProxyRules, :AccelerateMainland
|
|
716
718
|
|
|
717
|
-
def initialize(zoneid=nil, zonename=nil, proxyid=nil, proxyname=nil, proxytype=nil, plattype=nil, area=nil, securitytype=nil, acceleratetype=nil, sessionpersisttime=nil, status=nil, banstatus=nil, schedulevalue=nil, hostid=nil, ipv6=nil, updatetime=nil, applicationproxyrules=nil)
|
|
719
|
+
def initialize(zoneid=nil, zonename=nil, proxyid=nil, proxyname=nil, proxytype=nil, plattype=nil, area=nil, securitytype=nil, acceleratetype=nil, sessionpersisttime=nil, status=nil, banstatus=nil, schedulevalue=nil, hostid=nil, ipv6=nil, updatetime=nil, applicationproxyrules=nil, acceleratemainland=nil)
|
|
718
720
|
@ZoneId = zoneid
|
|
719
721
|
@ZoneName = zonename
|
|
720
722
|
@ProxyId = proxyid
|
|
@@ -732,6 +734,7 @@ module TencentCloud
|
|
|
732
734
|
@Ipv6 = ipv6
|
|
733
735
|
@UpdateTime = updatetime
|
|
734
736
|
@ApplicationProxyRules = applicationproxyrules
|
|
737
|
+
@AccelerateMainland = acceleratemainland
|
|
735
738
|
end
|
|
736
739
|
|
|
737
740
|
def deserialize(params)
|
|
@@ -762,6 +765,10 @@ module TencentCloud
|
|
|
762
765
|
@ApplicationProxyRules << applicationproxyrule_tmp
|
|
763
766
|
end
|
|
764
767
|
end
|
|
768
|
+
unless params['AccelerateMainland'].nil?
|
|
769
|
+
@AccelerateMainland = AccelerateMainland.new
|
|
770
|
+
@AccelerateMainland.deserialize(params['AccelerateMainland'])
|
|
771
|
+
end
|
|
765
772
|
end
|
|
766
773
|
end
|
|
767
774
|
|
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.572
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|