tencentcloud-sdk-tsf 3.0.737 → 3.0.739

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44c49cf53b79d8fd05ddc9acdda1a6007bf3c4f2
4
- data.tar.gz: bb7253d8763dca196a2e326d26b52cd9ef326ca6
3
+ metadata.gz: 2ce3585ce59e110bfd2717da354348ea6ca0c8ac
4
+ data.tar.gz: 9ec9568a3c71a60ab16333b0bc9f65f200b0ee5c
5
5
  SHA512:
6
- metadata.gz: 72d62432b5d3086c2f44c9f908d4ae0400bde4b69102c09381339651cd78cefc2cb27e61e7fe8616cc0c41e4bdbcf8aac6de6cf4c36762d163263a6da7197235
7
- data.tar.gz: 9a59061973c2468b8f18800848a2457f60e661a7bd925497565b7612feafd759b0529ad160c4beca120268c88df34e468807a5d3884d235183f6f230478c0bbf
6
+ metadata.gz: 326c6c5b3253c32bc0e25986a553624f5b0dc888506ca00b3d1f1f3876afac4e3a115b9c7696547e32470834be3d227490c849354227594d02009295e68fd7b2
7
+ data.tar.gz: 4c55c935973b18aca735cfc654a6fab84e5bda65bb6f872a3c13b2df3ee335de837f736ae68317920689aa5422736d5ccd2b84c1c6ab6f88a5687b2849d1be07
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.737
1
+ 3.0.739
@@ -2720,13 +2720,15 @@ module TencentCloud
2720
2720
  # @type InstanceNum: Integer
2721
2721
  # @param CurrentNum: 已启动实例总数
2722
2722
  # @type CurrentNum: Integer
2723
+ # @param LbDns: 负载均衡DNS地址
2724
+ # @type LbDns: String
2723
2725
  # @param LbIp: 负载均衡ip
2724
2726
  # @type LbIp: String
2725
2727
  # @param ClusterIp: Service ip
2726
2728
  # @type ClusterIp: String
2727
- # @param Status: 服务状态,请参考后面的的状态定义
2729
+ # @param Status: 服务状态,请参考后面的状态定义
2728
2730
  # @type Status: String
2729
- # @param Message: 服务状态,请参考后面的的状态定义
2731
+ # @param Message: 服务状态,请参考后面的状态定义
2730
2732
  # @type Message: String
2731
2733
  # @param Envs: 环境变量
2732
2734
  # @type Envs: Array
@@ -2743,11 +2745,12 @@ module TencentCloud
2743
2745
  # 注意:此字段可能返回 null,表示取不到有效值。
2744
2746
  # @type IsNotEqualServiceConfig: Boolean
2745
2747
 
2746
- attr_accessor :InstanceNum, :CurrentNum, :LbIp, :ClusterIp, :Status, :Message, :Envs, :NodePort, :SubnetId, :HealthCheckSettings, :IsNotEqualServiceConfig
2748
+ attr_accessor :InstanceNum, :CurrentNum, :LbDns, :LbIp, :ClusterIp, :Status, :Message, :Envs, :NodePort, :SubnetId, :HealthCheckSettings, :IsNotEqualServiceConfig
2747
2749
 
2748
- def initialize(instancenum=nil, currentnum=nil, lbip=nil, clusterip=nil, status=nil, message=nil, envs=nil, nodeport=nil, subnetid=nil, healthchecksettings=nil, isnotequalserviceconfig=nil)
2750
+ def initialize(instancenum=nil, currentnum=nil, lbdns=nil, lbip=nil, clusterip=nil, status=nil, message=nil, envs=nil, nodeport=nil, subnetid=nil, healthchecksettings=nil, isnotequalserviceconfig=nil)
2749
2751
  @InstanceNum = instancenum
2750
2752
  @CurrentNum = currentnum
2753
+ @LbDns = lbdns
2751
2754
  @LbIp = lbip
2752
2755
  @ClusterIp = clusterip
2753
2756
  @Status = status
@@ -2762,6 +2765,7 @@ module TencentCloud
2762
2765
  def deserialize(params)
2763
2766
  @InstanceNum = params['InstanceNum']
2764
2767
  @CurrentNum = params['CurrentNum']
2768
+ @LbDns = params['LbDns']
2765
2769
  @LbIp = params['LbIp']
2766
2770
  @ClusterIp = params['ClusterIp']
2767
2771
  @Status = params['Status']
@@ -2820,7 +2824,7 @@ module TencentCloud
2820
2824
  end
2821
2825
  end
2822
2826
 
2823
- # cos临时帐号信息
2827
+ # cos临时账号信息
2824
2828
  class CosCredentials < TencentCloud::Common::AbstractModel
2825
2829
  # @param SessionToken: 会话Token
2826
2830
  # 注意:此字段可能返回 null,表示取不到有效值。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.737
4
+ version: 3.0.739
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-12-27 00:00:00.000000000 Z
11
+ date: 2023-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common