tencentcloud-sdk-oceanus 3.0.418 → 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: 28833e4750dd955dcb3ebe89318979fc0224c45c
4
- data.tar.gz: 9b60ce8bda32a164c168c2d0f9aca5b2dd56b29a
3
+ metadata.gz: bd8e784b862e817cc5360b3747592f50a6bdf216
4
+ data.tar.gz: f3c767730d16ec53eaf27fb4e94f5d0296fd5aab
5
5
  SHA512:
6
- metadata.gz: f6c054a51652269fc7994bfbe041794226783c8d03f394fc415d51a70cb8a6f418adb7d0d282751a812aa829e74c1b2b031b77752bb58dd61f86b73859fb40dc
7
- data.tar.gz: dd1b9bd124d251c37a2ef00896d599e4ea59fa6fa853415361d2e31cf17d1966716ba8a622e0ee1c1e6eafb3faa701651ab8bb296befb8fa7cc7667595215a1e
6
+ metadata.gz: fabf823a47c96cda2b4eca4be384816294c7958e4477fac8a1b627a04c89ade792a7a456d67e45bfb75fe32974f3b842909b8fabb9905b47260e9d5606b29c00
7
+ data.tar.gz: 66ac177a9111bcb664d45870a7a26a5a710d4a0b851bfe29cc8aa79b82939baa5598032a3d5e430910309a62c6e516b31b40165418ad70ea355121025035b9a7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.418
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.418
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-26 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