tencentcloud-sdk-emr 3.0.1199 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190103/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1358a8088f434a5765e3368e464c18c2dfce5e4
4
- data.tar.gz: 79a2ded9c109490f7eab76e35b510a4d7b50c460
3
+ metadata.gz: 5b9369585afd0aca7ae2515081b8ac693f3f7f96
4
+ data.tar.gz: a4998c6e9860a75b2366031436f81093258e481a
5
5
  SHA512:
6
- metadata.gz: f399bda3365822333ab797afc7b17d32aee47ea744188ab8ce78c388c3004c617d7c7340c6f457a5dd7800440d7169531c80cdce4e59e498bf2b84851b71fd75
7
- data.tar.gz: 0676d0b71d7ba22888a188b3f545e1739009eb6d3e547285d613902bfd34b931718872bacbcecbc9b7bb87616a9e03cf9a953408004f4a151e79b7fed8d956c3
6
+ metadata.gz: 17be96fda24ee2fb6032f9e1133a7dd91d86b1f89f8f37492fdeceb23d19bbb62beeb279d9729f0bfe6d252ab7c812659074cc58f89284dc9b44dc1e225839a8
7
+ data.tar.gz: 77e9771ba83a47a3c90f84cdfdd2c6a9ba2b7952b0b02db4b45893423ea9fbe26f753c9713625d17dd01703396bf702ec356bb91b92097a8b942c389bb3f6fd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1199
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
 
@@ -1895,10 +1899,12 @@ module TencentCloud
1895
1899
  # @type DefaultMetaVersion: String
1896
1900
  # @param NeedCdbAudit: 是否开通数据库审计
1897
1901
  # @type NeedCdbAudit: Integer
1902
+ # @param SgIP: 安全指定来源ip
1903
+ # @type SgIP: String
1898
1904
 
1899
- attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration, :CosBucket, :NodeMarks, :LoadBalancerId, :DefaultMetaVersion, :NeedCdbAudit
1905
+ attr_accessor :ProductVersion, :EnableSupportHAFlag, :InstanceName, :InstanceChargeType, :LoginSettings, :SceneSoftwareConfig, :InstanceChargePrepaid, :SecurityGroupIds, :ScriptBootstrapActionConfig, :ClientToken, :NeedMasterWan, :EnableRemoteLoginFlag, :EnableKerberosFlag, :CustomConf, :Tags, :DisasterRecoverGroupIds, :EnableCbsEncryptFlag, :MetaDBInfo, :DependService, :ZoneResourceConfiguration, :CosBucket, :NodeMarks, :LoadBalancerId, :DefaultMetaVersion, :NeedCdbAudit, :SgIP
1900
1906
 
1901
- def initialize(productversion=nil, enablesupporthaflag=nil, instancename=nil, instancechargetype=nil, loginsettings=nil, scenesoftwareconfig=nil, instancechargeprepaid=nil, securitygroupids=nil, scriptbootstrapactionconfig=nil, clienttoken=nil, needmasterwan=nil, enableremoteloginflag=nil, enablekerberosflag=nil, customconf=nil, tags=nil, disasterrecovergroupids=nil, enablecbsencryptflag=nil, metadbinfo=nil, dependservice=nil, zoneresourceconfiguration=nil, cosbucket=nil, nodemarks=nil, loadbalancerid=nil, defaultmetaversion=nil, needcdbaudit=nil)
1907
+ def initialize(productversion=nil, enablesupporthaflag=nil, instancename=nil, instancechargetype=nil, loginsettings=nil, scenesoftwareconfig=nil, instancechargeprepaid=nil, securitygroupids=nil, scriptbootstrapactionconfig=nil, clienttoken=nil, needmasterwan=nil, enableremoteloginflag=nil, enablekerberosflag=nil, customconf=nil, tags=nil, disasterrecovergroupids=nil, enablecbsencryptflag=nil, metadbinfo=nil, dependservice=nil, zoneresourceconfiguration=nil, cosbucket=nil, nodemarks=nil, loadbalancerid=nil, defaultmetaversion=nil, needcdbaudit=nil, sgip=nil)
1902
1908
  @ProductVersion = productversion
1903
1909
  @EnableSupportHAFlag = enablesupporthaflag
1904
1910
  @InstanceName = instancename
@@ -1924,6 +1930,7 @@ module TencentCloud
1924
1930
  @LoadBalancerId = loadbalancerid
1925
1931
  @DefaultMetaVersion = defaultmetaversion
1926
1932
  @NeedCdbAudit = needcdbaudit
1933
+ @SgIP = sgip
1927
1934
  end
1928
1935
 
1929
1936
  def deserialize(params)
@@ -1999,6 +2006,7 @@ module TencentCloud
1999
2006
  @LoadBalancerId = params['LoadBalancerId']
2000
2007
  @DefaultMetaVersion = params['DefaultMetaVersion']
2001
2008
  @NeedCdbAudit = params['NeedCdbAudit']
2009
+ @SgIP = params['SgIP']
2002
2010
  end
2003
2011
  end
2004
2012
 
@@ -2191,10 +2199,12 @@ module TencentCloud
2191
2199
  # @type DefaultMetaVersion: String
2192
2200
  # @param NeedCdbAudit: 是否开通审计:0:不开通,1:开通
2193
2201
  # @type NeedCdbAudit: Integer
2202
+ # @param SgIP: 安全组指定来源ip
2203
+ # @type SgIP: String
2194
2204
 
2195
- attr_accessor :ProductId, :Software, :SupportHA, :InstanceName, :PayMode, :TimeSpan, :TimeUnit, :LoginSettings, :VPCSettings, :ResourceSpec, :COSSettings, :Placement, :SgId, :PreExecutedFileSettings, :AutoRenew, :ClientToken, :NeedMasterWan, :RemoteLoginAtCreate, :CheckSecurity, :ExtendFsField, :Tags, :DisasterRecoverGroupIds, :CbsEncrypt, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ApplicationRole, :SceneName, :ExternalService, :VersionID, :MultiZone, :MultiZoneSettings, :CosBucket, :NodeMarks, :LoadBalancerId, :DefaultMetaVersion, :NeedCdbAudit
2205
+ attr_accessor :ProductId, :Software, :SupportHA, :InstanceName, :PayMode, :TimeSpan, :TimeUnit, :LoginSettings, :VPCSettings, :ResourceSpec, :COSSettings, :Placement, :SgId, :PreExecutedFileSettings, :AutoRenew, :ClientToken, :NeedMasterWan, :RemoteLoginAtCreate, :CheckSecurity, :ExtendFsField, :Tags, :DisasterRecoverGroupIds, :CbsEncrypt, :MetaType, :UnifyMetaInstanceId, :MetaDBInfo, :ApplicationRole, :SceneName, :ExternalService, :VersionID, :MultiZone, :MultiZoneSettings, :CosBucket, :NodeMarks, :LoadBalancerId, :DefaultMetaVersion, :NeedCdbAudit, :SgIP
2196
2206
 
2197
- def initialize(productid=nil, software=nil, supportha=nil, instancename=nil, paymode=nil, timespan=nil, timeunit=nil, loginsettings=nil, vpcsettings=nil, resourcespec=nil, cossettings=nil, placement=nil, sgid=nil, preexecutedfilesettings=nil, autorenew=nil, clienttoken=nil, needmasterwan=nil, remoteloginatcreate=nil, checksecurity=nil, extendfsfield=nil, tags=nil, disasterrecovergroupids=nil, cbsencrypt=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, applicationrole=nil, scenename=nil, externalservice=nil, versionid=nil, multizone=nil, multizonesettings=nil, cosbucket=nil, nodemarks=nil, loadbalancerid=nil, defaultmetaversion=nil, needcdbaudit=nil)
2207
+ def initialize(productid=nil, software=nil, supportha=nil, instancename=nil, paymode=nil, timespan=nil, timeunit=nil, loginsettings=nil, vpcsettings=nil, resourcespec=nil, cossettings=nil, placement=nil, sgid=nil, preexecutedfilesettings=nil, autorenew=nil, clienttoken=nil, needmasterwan=nil, remoteloginatcreate=nil, checksecurity=nil, extendfsfield=nil, tags=nil, disasterrecovergroupids=nil, cbsencrypt=nil, metatype=nil, unifymetainstanceid=nil, metadbinfo=nil, applicationrole=nil, scenename=nil, externalservice=nil, versionid=nil, multizone=nil, multizonesettings=nil, cosbucket=nil, nodemarks=nil, loadbalancerid=nil, defaultmetaversion=nil, needcdbaudit=nil, sgip=nil)
2198
2208
  @ProductId = productid
2199
2209
  @Software = software
2200
2210
  @SupportHA = supportha
@@ -2232,6 +2242,7 @@ module TencentCloud
2232
2242
  @LoadBalancerId = loadbalancerid
2233
2243
  @DefaultMetaVersion = defaultmetaversion
2234
2244
  @NeedCdbAudit = needcdbaudit
2245
+ @SgIP = sgip
2235
2246
  end
2236
2247
 
2237
2248
  def deserialize(params)
@@ -2325,6 +2336,7 @@ module TencentCloud
2325
2336
  @LoadBalancerId = params['LoadBalancerId']
2326
2337
  @DefaultMetaVersion = params['DefaultMetaVersion']
2327
2338
  @NeedCdbAudit = params['NeedCdbAudit']
2339
+ @SgIP = params['SgIP']
2328
2340
  end
2329
2341
  end
2330
2342
 
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.1199
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-08 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