tencentcloud-sdk-oceanus 3.0.1196 → 3.0.1213
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190422/models.rb +45 -32
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27ea611120345e00e1872e99c7b672439eea58c5
|
|
4
|
+
data.tar.gz: 7ee37ff5bb4873ce2fd62f94c07107abc28d8421
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e98a3aabc7bf0bb1eb7d4a51e03c435da925b2e850b6557ad4c4fed53e31c0a60ae59e2cca7bc761fa0e075fcf3bb50709d563d9a30f51598dab36b9c3f4ac7
|
|
7
|
+
data.tar.gz: 783d91faa99ff3bc5938e771e9622c356338680706cc68bd6064b8018f328bf7a36434c3e1b12582e03d5e70fbe67b90cabe9cb66e03772853807fcc7dca761a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1213
|
data/lib/v20190422/models.rb
CHANGED
|
@@ -5340,53 +5340,54 @@ module TencentCloud
|
|
|
5340
5340
|
|
|
5341
5341
|
# setats类型
|
|
5342
5342
|
class Setats < TencentCloud::Common::AbstractModel
|
|
5343
|
-
# @param SetatsSerialId: setats serialId
|
|
5343
|
+
# @param SetatsSerialId: <p>setats serialId</p>
|
|
5344
5344
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5345
5345
|
# @type SetatsSerialId: String
|
|
5346
|
-
# @param Status: 1 //
|
|
5347
|
-
# 2 // 运行中
|
|
5348
|
-
# 3 // 初始化中
|
|
5349
|
-
# 4 // 扩容中
|
|
5350
|
-
# 5 // Warehoouse未配置
|
|
5351
|
-
# 6 // Warehoouse配置中
|
|
5352
|
-
# 7 // 重启中
|
|
5353
|
-
# -2 // 已删除(集群被销毁时更新为此状态)
|
|
5346
|
+
# @param Status: <p>1 // 停止<br>2 // 运行中<br>3 // 初始化中<br>4 // 扩容中<br>5 // Warehoouse未配置<br>6 // Warehoouse配置中<br>7 // 重启中<br>-2 // 已删除(集群被销毁时更新为此状态)</p>
|
|
5354
5347
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5355
5348
|
# @type Status: Integer
|
|
5356
|
-
# @param Warehouse: setats warehouse
|
|
5349
|
+
# @param Warehouse: <p>setats warehouse</p>
|
|
5357
5350
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5358
5351
|
# @type Warehouse: :class:`Tencentcloud::Oceanus.v20190422.models.Warehouse`
|
|
5359
|
-
# @param MasterInfo: setats master
|
|
5352
|
+
# @param MasterInfo: <p>setats master 机器规格</p>
|
|
5360
5353
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5361
5354
|
# @type MasterInfo: :class:`Tencentcloud::Oceanus.v20190422.models.SetatsCvmInfo`
|
|
5362
|
-
# @param WorkerInfo: setats worker
|
|
5355
|
+
# @param WorkerInfo: <p>setats worker规格</p>
|
|
5363
5356
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5364
5357
|
# @type WorkerInfo: :class:`Tencentcloud::Oceanus.v20190422.models.SetatsCvmInfo`
|
|
5365
|
-
# @param Tags:
|
|
5358
|
+
# @param Tags: <p>标签</p>
|
|
5366
5359
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5367
5360
|
# @type Tags: Array
|
|
5368
|
-
# @param AutoRenewFlag:
|
|
5361
|
+
# @param AutoRenewFlag: <p>自动续费</p>
|
|
5369
5362
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5370
5363
|
# @type AutoRenewFlag: Integer
|
|
5371
|
-
# @param ExpireTime:
|
|
5364
|
+
# @param ExpireTime: <p>过期时间</p>
|
|
5372
5365
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5373
5366
|
# @type ExpireTime: String
|
|
5374
|
-
# @param SecondsUntilExpiry:
|
|
5367
|
+
# @param SecondsUntilExpiry: <p>过期时间 秒</p>
|
|
5375
5368
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5376
5369
|
# @type SecondsUntilExpiry: String
|
|
5377
|
-
# @param CreateTime:
|
|
5370
|
+
# @param CreateTime: <p>创建时间</p>
|
|
5378
5371
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5379
5372
|
# @type CreateTime: String
|
|
5380
|
-
# @param ManagerUrl: manager url
|
|
5373
|
+
# @param ManagerUrl: <p>manager url</p>
|
|
5381
5374
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5382
5375
|
# @type ManagerUrl: String
|
|
5383
|
-
# @param IsolatedTime:
|
|
5376
|
+
# @param IsolatedTime: <p>隔离时间</p>
|
|
5384
5377
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5385
5378
|
# @type IsolatedTime: String
|
|
5379
|
+
# @param OwnerClusterGroupSerialId: <p>Setats集群自己的id</p>
|
|
5380
|
+
# @type OwnerClusterGroupSerialId: String
|
|
5381
|
+
# @param Type: <p>setats 集群类型</p>
|
|
5382
|
+
# @type Type: Integer
|
|
5383
|
+
# @param SetatsUiUrl: <p>Setats UI url</p>
|
|
5384
|
+
# @type SetatsUiUrl: String
|
|
5385
|
+
# @param ImageVersion: <p>setats镜像版本</p>
|
|
5386
|
+
# @type ImageVersion: String
|
|
5386
5387
|
|
|
5387
|
-
attr_accessor :SetatsSerialId, :Status, :Warehouse, :MasterInfo, :WorkerInfo, :Tags, :AutoRenewFlag, :ExpireTime, :SecondsUntilExpiry, :CreateTime, :ManagerUrl, :IsolatedTime
|
|
5388
|
+
attr_accessor :SetatsSerialId, :Status, :Warehouse, :MasterInfo, :WorkerInfo, :Tags, :AutoRenewFlag, :ExpireTime, :SecondsUntilExpiry, :CreateTime, :ManagerUrl, :IsolatedTime, :OwnerClusterGroupSerialId, :Type, :SetatsUiUrl, :ImageVersion
|
|
5388
5389
|
|
|
5389
|
-
def initialize(setatsserialid=nil, status=nil, warehouse=nil, masterinfo=nil, workerinfo=nil, tags=nil, autorenewflag=nil, expiretime=nil, secondsuntilexpiry=nil, createtime=nil, managerurl=nil, isolatedtime=nil)
|
|
5390
|
+
def initialize(setatsserialid=nil, status=nil, warehouse=nil, masterinfo=nil, workerinfo=nil, tags=nil, autorenewflag=nil, expiretime=nil, secondsuntilexpiry=nil, createtime=nil, managerurl=nil, isolatedtime=nil, ownerclustergroupserialid=nil, type=nil, setatsuiurl=nil, imageversion=nil)
|
|
5390
5391
|
@SetatsSerialId = setatsserialid
|
|
5391
5392
|
@Status = status
|
|
5392
5393
|
@Warehouse = warehouse
|
|
@@ -5399,6 +5400,10 @@ module TencentCloud
|
|
|
5399
5400
|
@CreateTime = createtime
|
|
5400
5401
|
@ManagerUrl = managerurl
|
|
5401
5402
|
@IsolatedTime = isolatedtime
|
|
5403
|
+
@OwnerClusterGroupSerialId = ownerclustergroupserialid
|
|
5404
|
+
@Type = type
|
|
5405
|
+
@SetatsUiUrl = setatsuiurl
|
|
5406
|
+
@ImageVersion = imageversion
|
|
5402
5407
|
end
|
|
5403
5408
|
|
|
5404
5409
|
def deserialize(params)
|
|
@@ -5430,6 +5435,10 @@ module TencentCloud
|
|
|
5430
5435
|
@CreateTime = params['CreateTime']
|
|
5431
5436
|
@ManagerUrl = params['ManagerUrl']
|
|
5432
5437
|
@IsolatedTime = params['IsolatedTime']
|
|
5438
|
+
@OwnerClusterGroupSerialId = params['OwnerClusterGroupSerialId']
|
|
5439
|
+
@Type = params['Type']
|
|
5440
|
+
@SetatsUiUrl = params['SetatsUiUrl']
|
|
5441
|
+
@ImageVersion = params['ImageVersion']
|
|
5433
5442
|
end
|
|
5434
5443
|
end
|
|
5435
5444
|
|
|
@@ -6119,37 +6128,39 @@ module TencentCloud
|
|
|
6119
6128
|
|
|
6120
6129
|
# Setats Warehouse结构
|
|
6121
6130
|
class Warehouse < TencentCloud::Common::AbstractModel
|
|
6122
|
-
# @param Status:
|
|
6131
|
+
# @param Status: <p>状态</p>
|
|
6123
6132
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6124
6133
|
# @type Status: Integer
|
|
6125
|
-
# @param Location: location
|
|
6134
|
+
# @param Location: <p>location</p>
|
|
6126
6135
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6127
6136
|
# @type Location: String
|
|
6128
|
-
# @param CatalogType: catalogtype
|
|
6137
|
+
# @param CatalogType: <p>catalogtype</p>
|
|
6129
6138
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6130
6139
|
# @type CatalogType: String
|
|
6131
|
-
# @param Uri: uri
|
|
6140
|
+
# @param Uri: <p>uri</p>
|
|
6132
6141
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6133
6142
|
# @type Uri: String
|
|
6134
|
-
# @param WarehouseUrl: warehouse url
|
|
6143
|
+
# @param WarehouseUrl: <p>warehouse url</p>
|
|
6135
6144
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6136
6145
|
# @type WarehouseUrl: String
|
|
6137
|
-
# @param Authentication:
|
|
6146
|
+
# @param Authentication: <p>认证方式</p>
|
|
6138
6147
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6139
6148
|
# @type Authentication: String
|
|
6140
|
-
# @param ResourceRefs:
|
|
6149
|
+
# @param ResourceRefs: <p>资源</p>
|
|
6141
6150
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6142
6151
|
# @type ResourceRefs: Array
|
|
6143
|
-
# @param HiveUri: hive warehouse uri
|
|
6152
|
+
# @param HiveUri: <p>hive warehouse uri</p>
|
|
6144
6153
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6145
6154
|
# @type HiveUri: String
|
|
6146
|
-
# @param Properties:
|
|
6155
|
+
# @param Properties: <p>高级参数</p>
|
|
6147
6156
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6148
6157
|
# @type Properties: Array
|
|
6158
|
+
# @param HiveCatalogType: <p>hive cata 类型</p>
|
|
6159
|
+
# @type HiveCatalogType: Integer
|
|
6149
6160
|
|
|
6150
|
-
attr_accessor :Status, :Location, :CatalogType, :Uri, :WarehouseUrl, :Authentication, :ResourceRefs, :HiveUri, :Properties
|
|
6161
|
+
attr_accessor :Status, :Location, :CatalogType, :Uri, :WarehouseUrl, :Authentication, :ResourceRefs, :HiveUri, :Properties, :HiveCatalogType
|
|
6151
6162
|
|
|
6152
|
-
def initialize(status=nil, location=nil, catalogtype=nil, uri=nil, warehouseurl=nil, authentication=nil, resourcerefs=nil, hiveuri=nil, properties=nil)
|
|
6163
|
+
def initialize(status=nil, location=nil, catalogtype=nil, uri=nil, warehouseurl=nil, authentication=nil, resourcerefs=nil, hiveuri=nil, properties=nil, hivecatalogtype=nil)
|
|
6153
6164
|
@Status = status
|
|
6154
6165
|
@Location = location
|
|
6155
6166
|
@CatalogType = catalogtype
|
|
@@ -6159,6 +6170,7 @@ module TencentCloud
|
|
|
6159
6170
|
@ResourceRefs = resourcerefs
|
|
6160
6171
|
@HiveUri = hiveuri
|
|
6161
6172
|
@Properties = properties
|
|
6173
|
+
@HiveCatalogType = hivecatalogtype
|
|
6162
6174
|
end
|
|
6163
6175
|
|
|
6164
6176
|
def deserialize(params)
|
|
@@ -6185,6 +6197,7 @@ module TencentCloud
|
|
|
6185
6197
|
@Properties << property_tmp
|
|
6186
6198
|
end
|
|
6187
6199
|
end
|
|
6200
|
+
@HiveCatalogType = params['HiveCatalogType']
|
|
6188
6201
|
end
|
|
6189
6202
|
end
|
|
6190
6203
|
|
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.
|
|
4
|
+
version: 3.0.1213
|
|
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-
|
|
11
|
+
date: 2026-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-oceanus.rb
|
|
37
36
|
- lib/v20190422/client.rb
|
|
38
37
|
- lib/v20190422/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-oceanus.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|