tencentcloud-sdk-csip 3.0.648 → 3.0.649
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/v20221121/models.rb +7 -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: b12c24a7c144fb543d8da2dfb84a41d59e6c94b3
|
|
4
|
+
data.tar.gz: 5e63229156843f265bd2ab2245193337fb98699b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: addfba529e5ebbd8f8f895b5ee36d4124f910f5db1af997251d437b943bdc4c0cc636c8e5c850ac717d240377c623e5228f1838694e9496d5c55939858168caf
|
|
7
|
+
data.tar.gz: f1568c30b4784d5b3187a2d45cc95424e319c24e7fd18bf15d6a4a3beb2b933964c7508fac6ae19ace74563ceee392c5e412b2ae00b0dd34c5b681103494d228
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.649
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -868,10 +868,13 @@ module TencentCloud
|
|
|
868
868
|
# @param Domain: 监听器域名
|
|
869
869
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
870
870
|
# @type Domain: String
|
|
871
|
+
# @param LoadBalancerDomain: 负载均衡域名
|
|
872
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
873
|
+
# @type LoadBalancerDomain: String
|
|
871
874
|
|
|
872
|
-
attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :VPort, :Zone, :NumericalVpcId, :LoadBalancerType, :Domain
|
|
875
|
+
attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :VPort, :Zone, :NumericalVpcId, :LoadBalancerType, :Domain, :LoadBalancerDomain
|
|
873
876
|
|
|
874
|
-
def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, domain=nil)
|
|
877
|
+
def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, domain=nil, loadbalancerdomain=nil)
|
|
875
878
|
@ListenerId = listenerid
|
|
876
879
|
@ListenerName = listenername
|
|
877
880
|
@LoadBalancerId = loadbalancerid
|
|
@@ -884,6 +887,7 @@ module TencentCloud
|
|
|
884
887
|
@NumericalVpcId = numericalvpcid
|
|
885
888
|
@LoadBalancerType = loadbalancertype
|
|
886
889
|
@Domain = domain
|
|
890
|
+
@LoadBalancerDomain = loadbalancerdomain
|
|
887
891
|
end
|
|
888
892
|
|
|
889
893
|
def deserialize(params)
|
|
@@ -899,6 +903,7 @@ module TencentCloud
|
|
|
899
903
|
@NumericalVpcId = params['NumericalVpcId']
|
|
900
904
|
@LoadBalancerType = params['LoadBalancerType']
|
|
901
905
|
@Domain = params['Domain']
|
|
906
|
+
@LoadBalancerDomain = params['LoadBalancerDomain']
|
|
902
907
|
end
|
|
903
908
|
end
|
|
904
909
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-csip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.649
|
|
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-08-
|
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|