tencentcloud-sdk-emr 3.0.1204 → 3.0.1205

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: ed771d0095d9ce59541a459dcbae4a4a4fb51fdc
4
- data.tar.gz: c2549e75962697e163627303087e016050739219
3
+ metadata.gz: 5b9369585afd0aca7ae2515081b8ac693f3f7f96
4
+ data.tar.gz: a4998c6e9860a75b2366031436f81093258e481a
5
5
  SHA512:
6
- metadata.gz: c67a586eaab9605f39d39f199c3a27c0d0c107aa3d762f2654ce9f1e813f481ce6ce2ef8e1d3e30dcd8f5f21f12ca7ccc1e84d4908a08dff984ac2a60bc62d66
7
- data.tar.gz: 67cb8be80498fe4318f62860ac01ebca3ed326b88ff2cef112c8a8efc174f595f27418d44cfd91d0637572a9e9cfc9cf89a3745e20b3ab514cef06f515fbe537
6
+ metadata.gz: 17be96fda24ee2fb6032f9e1133a7dd91d86b1f89f8f37492fdeceb23d19bbb62beeb279d9729f0bfe6d252ab7c812659074cc58f89284dc9b44dc1e225839a8
7
+ data.tar.gz: 77e9771ba83a47a3c90f84cdfdd2c6a9ba2b7952b0b02db4b45893423ea9fbe26f753c9713625d17dd01703396bf702ec356bb91b92097a8b942c389bb3f6fd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1204
1
+ 3.0.1205
@@ -1728,10 +1728,12 @@ module TencentCloud
1728
1728
  # @type DefaultMetaVersion: String
1729
1729
  # @param NeedCdbAudit: 是否开通审计
1730
1730
  # @type NeedCdbAudit: Integer
1731
+ # @param SgIP: 安全组来源IP
1732
+ # @type SgIP: String
1731
1733
 
1732
- attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId, :DefaultMetaVersion, :NeedCdbAudit
1734
+ attr_accessor :InstanceName, :ClusterClass, :Software, :PlatFormType, :CosBucket, :EksClusterId, :ProductId, :ClientToken, :VPCSettings, :CloudResources, :SgId, :MetaDBInfo, :Tags, :LoginSettings, :ExternalService, :ZoneId, :DefaultMetaVersion, :NeedCdbAudit, :SgIP
1733
1735
 
1734
- def initialize(instancename=nil, clusterclass=nil, software=nil, platformtype=nil, cosbucket=nil, eksclusterid=nil, productid=nil, clienttoken=nil, vpcsettings=nil, cloudresources=nil, sgid=nil, metadbinfo=nil, tags=nil, loginsettings=nil, externalservice=nil, zoneid=nil, defaultmetaversion=nil, needcdbaudit=nil)
1736
+ def initialize(instancename=nil, clusterclass=nil, software=nil, platformtype=nil, cosbucket=nil, eksclusterid=nil, productid=nil, clienttoken=nil, vpcsettings=nil, cloudresources=nil, sgid=nil, metadbinfo=nil, tags=nil, loginsettings=nil, externalservice=nil, zoneid=nil, defaultmetaversion=nil, needcdbaudit=nil, sgip=nil)
1735
1737
  @InstanceName = instancename
1736
1738
  @ClusterClass = clusterclass
1737
1739
  @Software = software
@@ -1750,6 +1752,7 @@ module TencentCloud
1750
1752
  @ZoneId = zoneid
1751
1753
  @DefaultMetaVersion = defaultmetaversion
1752
1754
  @NeedCdbAudit = needcdbaudit
1755
+ @SgIP = sgip
1753
1756
  end
1754
1757
 
1755
1758
  def deserialize(params)
@@ -1801,6 +1804,7 @@ module TencentCloud
1801
1804
  @ZoneId = params['ZoneId']
1802
1805
  @DefaultMetaVersion = params['DefaultMetaVersion']
1803
1806
  @NeedCdbAudit = params['NeedCdbAudit']
1807
+ @SgIP = params['SgIP']
1804
1808
  end
1805
1809
  end
1806
1810
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1204
4
+ version: 3.0.1205
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-20 00:00:00.000000000 Z
11
+ date: 2026-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common