tencentcloud-sdk-oceanus 3.0.417 → 3.0.419

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: 725513fe1fd47204d36e705a11bc00681afd5d62
4
- data.tar.gz: af0d18be3e0928996c8e4c41b67ccc12912ca258
3
+ metadata.gz: bd8e784b862e817cc5360b3747592f50a6bdf216
4
+ data.tar.gz: f3c767730d16ec53eaf27fb4e94f5d0296fd5aab
5
5
  SHA512:
6
- metadata.gz: 7f3d9df36e5a78802ce770d32929503a2155c8a8875d385201cd77da8e39abccc27fe581185c80cb64e783526c0b2dba6065aa066e458c5ffee021a70a4fe559
7
- data.tar.gz: 51458759cd8d5bff63182146d3b57caf42a9abf440997f2e6831e9081a9e6bdeffca7a9ed7a484d8285c64a0466e1d96e0580cc4a4c6b17cd894261857e2b50b
6
+ metadata.gz: fabf823a47c96cda2b4eca4be384816294c7958e4477fac8a1b627a04c89ade792a7a456d67e45bfb75fe32974f3b842909b8fabb9905b47260e9d5606b29c00
7
+ data.tar.gz: 66ac177a9111bcb664d45870a7a26a5a710d4a0b851bfe29cc8aa79b82939baa5598032a3d5e430910309a62c6e516b31b40165418ad70ea355121025035b9a7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.417
1
+ 3.0.419
@@ -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.417
4
+ version: 3.0.419
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-23 00:00:00.000000000 Z
11
+ date: 2022-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common