tencentcloud-sdk-clb 3.0.557 → 3.0.558
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/v20180317/models.rb +6 -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: 20f0c0c88fe7b2478dfec52c627ebb78db7fd3d3
|
|
4
|
+
data.tar.gz: b3c37848fb91a4c31376c05ce779cc247a686dea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff10baf8516ca9840c5772c66cf254db96c5db1df0ceb82e9d1d4bec0893c160c2231aad66be3fdea7829953cb58fa278810072c1ba8adc9256808359298913a
|
|
7
|
+
data.tar.gz: dc8443964ccb1de4f7739645b4b218071bf213f37347f9d5d62c15d112c82eedfa1fd92fabe1167ee16b233c41b7572020f2e37ba444287b106ebfa51a08b072
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.558
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -5741,10 +5741,12 @@ module TencentCloud
|
|
|
5741
5741
|
# @type SnatPro: Boolean
|
|
5742
5742
|
# @param DeleteProtect: 是否开启删除保护
|
|
5743
5743
|
# @type DeleteProtect: Boolean
|
|
5744
|
+
# @param ModifyClassicDomain: 将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换。修改后mycloud.com域名将失效。
|
|
5745
|
+
# @type ModifyClassicDomain: Boolean
|
|
5744
5746
|
|
|
5745
|
-
attr_accessor :LoadBalancerId, :LoadBalancerName, :TargetRegionInfo, :InternetChargeInfo, :LoadBalancerPassToTarget, :SnatPro, :DeleteProtect
|
|
5747
|
+
attr_accessor :LoadBalancerId, :LoadBalancerName, :TargetRegionInfo, :InternetChargeInfo, :LoadBalancerPassToTarget, :SnatPro, :DeleteProtect, :ModifyClassicDomain
|
|
5746
5748
|
|
|
5747
|
-
def initialize(loadbalancerid=nil, loadbalancername=nil, targetregioninfo=nil, internetchargeinfo=nil, loadbalancerpasstotarget=nil, snatpro=nil, deleteprotect=nil)
|
|
5749
|
+
def initialize(loadbalancerid=nil, loadbalancername=nil, targetregioninfo=nil, internetchargeinfo=nil, loadbalancerpasstotarget=nil, snatpro=nil, deleteprotect=nil, modifyclassicdomain=nil)
|
|
5748
5750
|
@LoadBalancerId = loadbalancerid
|
|
5749
5751
|
@LoadBalancerName = loadbalancername
|
|
5750
5752
|
@TargetRegionInfo = targetregioninfo
|
|
@@ -5752,6 +5754,7 @@ module TencentCloud
|
|
|
5752
5754
|
@LoadBalancerPassToTarget = loadbalancerpasstotarget
|
|
5753
5755
|
@SnatPro = snatpro
|
|
5754
5756
|
@DeleteProtect = deleteprotect
|
|
5757
|
+
@ModifyClassicDomain = modifyclassicdomain
|
|
5755
5758
|
end
|
|
5756
5759
|
|
|
5757
5760
|
def deserialize(params)
|
|
@@ -5768,6 +5771,7 @@ module TencentCloud
|
|
|
5768
5771
|
@LoadBalancerPassToTarget = params['LoadBalancerPassToTarget']
|
|
5769
5772
|
@SnatPro = params['SnatPro']
|
|
5770
5773
|
@DeleteProtect = params['DeleteProtect']
|
|
5774
|
+
@ModifyClassicDomain = params['ModifyClassicDomain']
|
|
5771
5775
|
end
|
|
5772
5776
|
end
|
|
5773
5777
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-clb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.558
|
|
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-04-
|
|
11
|
+
date: 2023-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|