tencentcloud-sdk-tse 3.0.539 → 3.0.541

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +27 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07345f86f8efd23de7929b0387bde06bb09428e5
4
- data.tar.gz: e21f7d50fe33718e6c756be8b2f1cf9707d9212a
3
+ metadata.gz: 95fd79c376634b03d1462670a3a6c129faa571db
4
+ data.tar.gz: b0cfb3a08381a51ebe0d3c31095de981888f6cd6
5
5
  SHA512:
6
- metadata.gz: ef8919ae31491adb4ee63cf8df01a15e3c697c9175a75726d0de7f18c953e10006456786e45779b335ece9103ee0aa174c20b2bbdbfa5f7203c2434a52802442
7
- data.tar.gz: a6dfd2d687b7f3074b6a9dccf97c9a80113d888c50414e2ff7349f7a816c5e4a31c1c72ddcb0e26cecbf41a55fca9950efd24997dad4cd96713952eead005b3a
6
+ metadata.gz: d996b7c7055294da7771e532c3d2127f9fa4c560888b1b6219647a905a9c2076b186eb361349e0619cd560484e1fbc7b1c04d12435398fe6cf727d781f0d4da5
7
+ data.tar.gz: c3f8ff285131ca1809e00a80c17e4de011f866449e9e695972796e6a96f39dc29fc50777776c3a1869851f8c58280132e86f392a9653a2c81790f5196ecc4de8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.539
1
+ 3.0.541
@@ -92,17 +92,42 @@ module TencentCloud
92
92
  # @type NodeId: String
93
93
  # @param NodeIp: 节点 ip
94
94
  # @type NodeIp: String
95
+ # @param ZoneId: Zone id
96
+ # 注意:此字段可能返回 null,表示取不到有效值。
97
+ # @type ZoneId: String
98
+ # @param Zone: Zone
99
+ # 注意:此字段可能返回 null,表示取不到有效值。
100
+ # @type Zone: String
101
+ # @param GroupId: 分组ID
102
+ # 注意:此字段可能返回 null,表示取不到有效值。
103
+ # @type GroupId: String
104
+ # @param GroupName: 分组名
105
+ # 注意:此字段可能返回 null,表示取不到有效值。
106
+ # @type GroupName: String
107
+ # @param Status: 状态
108
+ # 注意:此字段可能返回 null,表示取不到有效值。
109
+ # @type Status: String
95
110
 
96
- attr_accessor :NodeId, :NodeIp
111
+ attr_accessor :NodeId, :NodeIp, :ZoneId, :Zone, :GroupId, :GroupName, :Status
97
112
 
98
- def initialize(nodeid=nil, nodeip=nil)
113
+ def initialize(nodeid=nil, nodeip=nil, zoneid=nil, zone=nil, groupid=nil, groupname=nil, status=nil)
99
114
  @NodeId = nodeid
100
115
  @NodeIp = nodeip
116
+ @ZoneId = zoneid
117
+ @Zone = zone
118
+ @GroupId = groupid
119
+ @GroupName = groupname
120
+ @Status = status
101
121
  end
102
122
 
103
123
  def deserialize(params)
104
124
  @NodeId = params['NodeId']
105
125
  @NodeIp = params['NodeIp']
126
+ @ZoneId = params['ZoneId']
127
+ @Zone = params['Zone']
128
+ @GroupId = params['GroupId']
129
+ @GroupName = params['GroupName']
130
+ @Status = params['Status']
106
131
  end
107
132
  end
108
133
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.539
4
+ version: 3.0.541
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-03-28 00:00:00.000000000 Z
11
+ date: 2023-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common