tencentcloud-sdk-oceanus 3.0.949 → 3.0.950

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af8790d18aaa5b1e5eb41b476d643ab77d7cbc35
4
- data.tar.gz: ebdda0d5be2a880842c7af2bbb037bd36cbeb5f7
3
+ metadata.gz: fc7f8e227620cc5bb77d3bba8ffc7728c9d72f61
4
+ data.tar.gz: db45abee03840949c4bb0055e64216ada6d465c8
5
5
  SHA512:
6
- metadata.gz: a3191db588506e2a5b83588fd3964b75e0fee2a2e4aa0a4102aa4f0c57b7afba600252e85a629d130a1bae07878faa453fdcfb3f20d48d7e5c69c2fd15769756
7
- data.tar.gz: 766bd8b5f8733d72b84595cb64f503607c47bd3727aa88eef5cfe558f14065b9e71cbb76ffa604280ad7c4d78ea77a8303dcb0c55eb4d0872d63dfcb65a98185
6
+ metadata.gz: 298300d3faee0665405643957d482d69eeaeaea4ed34044bc9d9fb20e1675d80cf97c88b7ee6987faeacd25b22062c76cf7deb2601090f57b20475ad58a1a7e5
7
+ data.tar.gz: 6a1d6b1d19aaccdc9fe39887860cab7e167d863647d220dc2bebf8e9a8fb4776c5bcea760c2a735885339983cba898c71b29ff5a7c257423d4400e981a52138d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.949
1
+ 3.0.950
@@ -248,10 +248,12 @@ module TencentCloud
248
248
  # @param MemRatio: Cu比例
249
249
  # 注意:此字段可能返回 null,表示取不到有效值。
250
250
  # @type MemRatio: Integer
251
+ # @param CrossTenantEniMode: 是否开启跨租户弹性网卡
252
+ # @type CrossTenantEniMode: Integer
251
253
 
252
- 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, :ClusterSessions, :ArchGeneration, :ClusterType, :Orders, :SqlGateways, :WebUIType, :Type, :SubEks, :AgentSerialId, :ResourceType, :BillingResourceMode, :MemRatio
254
+ 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, :ClusterSessions, :ArchGeneration, :ClusterType, :Orders, :SqlGateways, :WebUIType, :Type, :SubEks, :AgentSerialId, :ResourceType, :BillingResourceMode, :MemRatio, :CrossTenantEniMode
253
255
 
254
- 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, clustersessions=nil, archgeneration=nil, clustertype=nil, orders=nil, sqlgateways=nil, webuitype=nil, type=nil, subeks=nil, agentserialid=nil, resourcetype=nil, billingresourcemode=nil, memratio=nil)
256
+ 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, clustersessions=nil, archgeneration=nil, clustertype=nil, orders=nil, sqlgateways=nil, webuitype=nil, type=nil, subeks=nil, agentserialid=nil, resourcetype=nil, billingresourcemode=nil, memratio=nil, crosstenantenimode=nil)
255
257
  @ClusterId = clusterid
256
258
  @Name = name
257
259
  @Region = region
@@ -299,6 +301,7 @@ module TencentCloud
299
301
  @ResourceType = resourcetype
300
302
  @BillingResourceMode = billingresourcemode
301
303
  @MemRatio = memratio
304
+ @CrossTenantEniMode = crosstenantenimode
302
305
  end
303
306
 
304
307
  def deserialize(params)
@@ -397,6 +400,7 @@ module TencentCloud
397
400
  @ResourceType = params['ResourceType']
398
401
  @BillingResourceMode = params['BillingResourceMode']
399
402
  @MemRatio = params['MemRatio']
403
+ @CrossTenantEniMode = params['CrossTenantEniMode']
400
404
  end
401
405
  end
402
406
 
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.949
4
+ version: 3.0.950
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common