tencentcloud-sdk-oceanus 3.0.948 → 3.0.950

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: 33da2b8870dc224d1234a53b9eee1ddb4db3cc25
4
- data.tar.gz: 7ec74c74f122da79b1c475acd368cadb396cf2bd
3
+ metadata.gz: fc7f8e227620cc5bb77d3bba8ffc7728c9d72f61
4
+ data.tar.gz: db45abee03840949c4bb0055e64216ada6d465c8
5
5
  SHA512:
6
- metadata.gz: 5058b945f81e1e7c5f7b7c6918a1c768c807dff66e86927da22bff5b31c07cbd3b5203ba89f39cbe96b53b6a159f8d6ab71210ad9c8b0e631530f3f52c536034
7
- data.tar.gz: f73a5e370019a307162e770ae9233b692a09726b081895fc2e453ba28301fae1bd793df55c80cb1e10e040d83bb8bc2d42ce302e79006459b9cc49944ce5891f
6
+ metadata.gz: 298300d3faee0665405643957d482d69eeaeaea4ed34044bc9d9fb20e1675d80cf97c88b7ee6987faeacd25b22062c76cf7deb2601090f57b20475ad58a1a7e5
7
+ data.tar.gz: 6a1d6b1d19aaccdc9fe39887860cab7e167d863647d220dc2bebf8e9a8fb4776c5bcea760c2a735885339983cba898c71b29ff5a7c257423d4400e981a52138d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.948
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.948
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-25 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