tencentcloud-sdk-oceanus 3.0.418 → 3.0.420

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: 28833e4750dd955dcb3ebe89318979fc0224c45c
4
- data.tar.gz: 9b60ce8bda32a164c168c2d0f9aca5b2dd56b29a
3
+ metadata.gz: 0a0e701500f7127810341619cff27b2e395a0d9b
4
+ data.tar.gz: a98ceba9146ea82518123fd4a9deca79d161a528
5
5
  SHA512:
6
- metadata.gz: f6c054a51652269fc7994bfbe041794226783c8d03f394fc415d51a70cb8a6f418adb7d0d282751a812aa829e74c1b2b031b77752bb58dd61f86b73859fb40dc
7
- data.tar.gz: dd1b9bd124d251c37a2ef00896d599e4ea59fa6fa853415361d2e31cf17d1966716ba8a622e0ee1c1e6eafb3faa701651ab8bb296befb8fa7cc7667595215a1e
6
+ metadata.gz: b98865bf3ef395530993c5a6eeab8ed20c87641842861298c4f8fa2cd6e35c1e29623926d2a579437b9181a35886a3c841310cd8bd4cdd9755967487f875d20d
7
+ data.tar.gz: ad21545a01344c780a4289317a29b124dc708e792ce315912d7f7998dbdb76a4c9b3672f0fdd738f63f6fb0afd345345c06669ca40864e6c72d3c4ecde9b03c7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.418
1
+ 3.0.420
@@ -184,10 +184,13 @@ module TencentCloud
184
184
  # @param PayMode: 0 后付费,1 预付费
185
185
  # 注意:此字段可能返回 null,表示取不到有效值。
186
186
  # @type PayMode: Integer
187
+ # @param IsNeedManageNode: 前端区分 集群是否需要2CU逻辑 因为历史集群 变配不需要, default 1 新集群都需要
188
+ # 注意:此字段可能返回 null,表示取不到有效值。
189
+ # @type IsNeedManageNode: Integer
187
190
 
188
- attr_accessor :ClusterId, :Name, :Region, :AppId, :OwnerUin, :CreatorUin, :Status, :Remark, :CreateTime, :UpdateTime, :CuNum, :CuMem, :Zone, :StatusDesc, :CCNs, :NetEnvironmentType, :FreeCuNum, :Tags, :IsolatedTime, :ExpireTime, :SecondsUntilExpiry, :AutoRenewFlag, :DefaultCOSBucket, :CLSLogSet, :CLSTopicId, :CLSLogName, :CLSTopicName, :Version, :FreeCu, :DefaultLogCollectConf, :CustomizedDNSEnabled, :Correlations, :RunningCu, :PayMode
191
+ attr_accessor :ClusterId, :Name, :Region, :AppId, :OwnerUin, :CreatorUin, :Status, :Remark, :CreateTime, :UpdateTime, :CuNum, :CuMem, :Zone, :StatusDesc, :CCNs, :NetEnvironmentType, :FreeCuNum, :Tags, :IsolatedTime, :ExpireTime, :SecondsUntilExpiry, :AutoRenewFlag, :DefaultCOSBucket, :CLSLogSet, :CLSTopicId, :CLSLogName, :CLSTopicName, :Version, :FreeCu, :DefaultLogCollectConf, :CustomizedDNSEnabled, :Correlations, :RunningCu, :PayMode, :IsNeedManageNode
189
192
 
190
- def initialize(clusterid=nil, name=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, cunum=nil, cumem=nil, zone=nil, statusdesc=nil, ccns=nil, netenvironmenttype=nil, freecunum=nil, tags=nil, isolatedtime=nil, expiretime=nil, secondsuntilexpiry=nil, autorenewflag=nil, defaultcosbucket=nil, clslogset=nil, clstopicid=nil, clslogname=nil, clstopicname=nil, version=nil, freecu=nil, defaultlogcollectconf=nil, customizeddnsenabled=nil, correlations=nil, runningcu=nil, paymode=nil)
193
+ def initialize(clusterid=nil, name=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, cunum=nil, cumem=nil, zone=nil, statusdesc=nil, ccns=nil, netenvironmenttype=nil, freecunum=nil, tags=nil, isolatedtime=nil, expiretime=nil, secondsuntilexpiry=nil, autorenewflag=nil, defaultcosbucket=nil, clslogset=nil, clstopicid=nil, clslogname=nil, clstopicname=nil, version=nil, freecu=nil, defaultlogcollectconf=nil, customizeddnsenabled=nil, correlations=nil, runningcu=nil, paymode=nil, isneedmanagenode=nil)
191
194
  @ClusterId = clusterid
192
195
  @Name = name
193
196
  @Region = region
@@ -222,6 +225,7 @@ module TencentCloud
222
225
  @Correlations = correlations
223
226
  @RunningCu = runningcu
224
227
  @PayMode = paymode
228
+ @IsNeedManageNode = isneedmanagenode
225
229
  end
226
230
 
227
231
  def deserialize(params)
@@ -283,6 +287,7 @@ module TencentCloud
283
287
  end
284
288
  @RunningCu = params['RunningCu']
285
289
  @PayMode = params['PayMode']
290
+ @IsNeedManageNode = params['IsNeedManageNode']
286
291
  end
287
292
  end
288
293
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-oceanus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.418
4
+ version: 3.0.420
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common