tencentcloud-sdk-emr 3.0.761 → 3.0.763
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/client.rb +1 -1
- data/lib/v20190103/models.rb +11 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fe1c9ce610134edc9dc8e3adf893e9060426712
|
4
|
+
data.tar.gz: 9589f48e075204c1a32a83a8a1b01f4896e9c49f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38dacac79ce1fa48cd65b23419800def9094fbde01bca6311b06e91ac2d25e75b887c44036aaa662bd0bc5a442c42d024fb8f77ea2f185ee9ab31adc83b54e4b
|
7
|
+
data.tar.gz: f5a8602b60c7f94b4c0095188a87127320f562724fcc91f256c1a4559b8f75ee53c99a291784718dd2d7def1550b348fc52ac4595b92294d09fa641a9a21a435
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.763
|
data/lib/v20190103/client.rb
CHANGED
@@ -198,7 +198,7 @@ module TencentCloud
|
|
198
198
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
199
199
|
end
|
200
200
|
|
201
|
-
#
|
201
|
+
# yarn application 统计接口查询
|
202
202
|
|
203
203
|
# @param request: Request instance for DescribeEmrApplicationStatics.
|
204
204
|
# @type request: :class:`Tencentcloud::emr::V20190103::DescribeEmrApplicationStaticsRequest`
|
data/lib/v20190103/models.rb
CHANGED
@@ -602,10 +602,10 @@ module TencentCloud
|
|
602
602
|
|
603
603
|
attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone, :SceneName, :SceneServiceClass, :SceneEmrVersion, :DisplayName, :VpcName, :SubnetName, :ClusterExternalServiceInfo, :UniqVpcId, :UniqSubnetId, :TopologyInfoList, :IsMultiZoneCluster, :IsCvmReplace, :ClusterTitle, :ConfigDetail
|
604
604
|
extend Gem::Deprecate
|
605
|
-
deprecate :Ftitle, :none, 2024,
|
606
|
-
deprecate :Ftitle=, :none, 2024,
|
607
|
-
deprecate :Config, :none, 2024,
|
608
|
-
deprecate :Config=, :none, 2024,
|
605
|
+
deprecate :Ftitle, :none, 2024, 2
|
606
|
+
deprecate :Ftitle=, :none, 2024, 2
|
607
|
+
deprecate :Config, :none, 2024, 2
|
608
|
+
deprecate :Config=, :none, 2024, 2
|
609
609
|
|
610
610
|
def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil, scenename=nil, sceneserviceclass=nil, sceneemrversion=nil, displayname=nil, vpcname=nil, subnetname=nil, clusterexternalserviceinfo=nil, uniqvpcid=nil, uniqsubnetid=nil, topologyinfolist=nil, ismultizonecluster=nil, iscvmreplace=nil, clustertitle=nil, configdetail=nil)
|
611
611
|
@Id = id
|
@@ -1518,6 +1518,7 @@ module TencentCloud
|
|
1518
1518
|
# @param Offset: 页编号,默认值为0,表示第一页。
|
1519
1519
|
# @type Offset: Integer
|
1520
1520
|
# @param Limit: 每页返回数量,默认值为100,最大值为100。
|
1521
|
+
# 如果offset和limit都不填,或者都填0,则返回全部数据
|
1521
1522
|
# @type Limit: Integer
|
1522
1523
|
# @param HardwareResourceType: 资源类型:支持all/host/pod,默认为all
|
1523
1524
|
# @type HardwareResourceType: String
|
@@ -1698,7 +1699,7 @@ module TencentCloud
|
|
1698
1699
|
# @type IsAsc: Integer
|
1699
1700
|
# @param Offset: 页号
|
1700
1701
|
# @type Offset: Integer
|
1701
|
-
# @param Limit:
|
1702
|
+
# @param Limit: 页容量,范围为[10,100]
|
1702
1703
|
# @type Limit: Integer
|
1703
1704
|
|
1704
1705
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Queues, :Users, :ApplicationTypes, :GroupBy, :OrderBy, :IsAsc, :Offset, :Limit
|
@@ -2024,7 +2025,8 @@ module TencentCloud
|
|
2024
2025
|
# @type DisplayStrategy: String
|
2025
2026
|
# @param Offset: 页编号,默认值为0,表示第一页。
|
2026
2027
|
# @type Offset: Integer
|
2027
|
-
# @param Limit: 每页返回数量,默认值为
|
2028
|
+
# @param Limit: 每页返回数量,默认值为100,最大值为100。
|
2029
|
+
# 如果limit和offset都为0,则查询全部记录;
|
2028
2030
|
# @type Limit: Integer
|
2029
2031
|
# @param OrderField: 排序字段。取值范围:<li>clusterId:表示按照实例ID排序。</li><li>addTime:表示按照实例创建时间排序。</li><li>status:表示按照实例的状态码排序。</li>
|
2030
2032
|
# @type OrderField: String
|
@@ -2103,7 +2105,7 @@ module TencentCloud
|
|
2103
2105
|
# @type InstanceIds: Array
|
2104
2106
|
# @param Offset: 页编号,默认值为0,表示第一页。
|
2105
2107
|
# @type Offset: Integer
|
2106
|
-
# @param Limit: 每页返回数量,默认值为
|
2108
|
+
# @param Limit: 每页返回数量,默认值为100,最大值为100。
|
2107
2109
|
# @type Limit: Integer
|
2108
2110
|
# @param ProjectId: 建议必填-1,表示拉取所有项目下的集群。
|
2109
2111
|
# 不填默认值为0,表示拉取默认项目下的集群。
|
@@ -2287,7 +2289,8 @@ module TencentCloud
|
|
2287
2289
|
# @type InstanceId: String
|
2288
2290
|
# @param PageNo: 页码
|
2289
2291
|
# @type PageNo: Integer
|
2290
|
-
# @param PageSize:
|
2292
|
+
# @param PageSize: 分页的大小。
|
2293
|
+
# 默认查询全部;PageNo和PageSize不合理的设置,都是查询全部
|
2291
2294
|
# @type PageSize: Integer
|
2292
2295
|
# @param UserManagerFilter: 查询用户列表过滤器
|
2293
2296
|
# @type UserManagerFilter: :class:`Tencentcloud::Emr.v20190103.models.UserManagerFilter`
|
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.
|
4
|
+
version: 3.0.763
|
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
|
+
date: 2024-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|