tencentcloud-sdk-tcr 3.0.724 → 3.0.726
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/v20190924/client.rb +0 -26
- data/lib/v20190924/models.rb +0 -129
- 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: 7ed940c0fb0045a48728fa32ca60cfee8cb6ec02
|
4
|
+
data.tar.gz: f6134a6d5daaeea419abe684086affda5e5939ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77bfb384af5345993eb79128a12c5792d6213cd70e3f28750f0c3ce39d2f16a38d879d7367dcda606aaaaff4952db820b1192881e59baaac078f11ea5bd2102b
|
7
|
+
data.tar.gz: e77c69669bd35c0c20ee033a551bb2dbb45c6c33ebf408f3e89642c3f92dcbc40429e4bb69fb17fd7bec09bfea931dfc536d6cae41f3144d669c2a74f21b6e82
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.726
|
data/lib/v20190924/client.rb
CHANGED
@@ -1231,32 +1231,6 @@ module TencentCloud
|
|
1231
1231
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1232
1232
|
end
|
1233
1233
|
|
1234
|
-
# 接口未使用
|
1235
|
-
|
1236
|
-
# 查询自定义账号
|
1237
|
-
|
1238
|
-
# @param request: Request instance for DescribeCustomAccounts.
|
1239
|
-
# @type request: :class:`Tencentcloud::tcr::V20190924::DescribeCustomAccountsRequest`
|
1240
|
-
# @rtype: :class:`Tencentcloud::tcr::V20190924::DescribeCustomAccountsResponse`
|
1241
|
-
def DescribeCustomAccounts(request)
|
1242
|
-
body = send_request('DescribeCustomAccounts', request.serialize)
|
1243
|
-
response = JSON.parse(body)
|
1244
|
-
if response['Response'].key?('Error') == false
|
1245
|
-
model = DescribeCustomAccountsResponse.new
|
1246
|
-
model.deserialize(response['Response'])
|
1247
|
-
model
|
1248
|
-
else
|
1249
|
-
code = response['Response']['Error']['Code']
|
1250
|
-
message = response['Response']['Error']['Message']
|
1251
|
-
reqid = response['Response']['RequestId']
|
1252
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1253
|
-
end
|
1254
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1255
|
-
raise e
|
1256
|
-
rescue StandardError => e
|
1257
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1258
|
-
end
|
1259
|
-
|
1260
1234
|
# 查询实例公网访问入口状态
|
1261
1235
|
|
1262
1236
|
# @param request: Request instance for DescribeExternalEndpointStatus.
|
data/lib/v20190924/models.rb
CHANGED
@@ -1347,60 +1347,6 @@ module TencentCloud
|
|
1347
1347
|
end
|
1348
1348
|
end
|
1349
1349
|
|
1350
|
-
# 自定义账户
|
1351
|
-
class CustomAccount < TencentCloud::Common::AbstractModel
|
1352
|
-
# @param Name: 自定义账户名
|
1353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1354
|
-
# @type Name: String
|
1355
|
-
# @param Description: 描述
|
1356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1357
|
-
# @type Description: String
|
1358
|
-
# @param Disable: 是否禁用
|
1359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1360
|
-
# @type Disable: Boolean
|
1361
|
-
# @param ExpiresAt: 过期时间
|
1362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1363
|
-
# @type ExpiresAt: Integer
|
1364
|
-
# @param CreateTime: 创建时间
|
1365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1366
|
-
# @type CreateTime: String
|
1367
|
-
# @param UpdateTime: 更新时间
|
1368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1369
|
-
# @type UpdateTime: String
|
1370
|
-
# @param Permissions: 策略
|
1371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1372
|
-
# @type Permissions: Array
|
1373
|
-
|
1374
|
-
attr_accessor :Name, :Description, :Disable, :ExpiresAt, :CreateTime, :UpdateTime, :Permissions
|
1375
|
-
|
1376
|
-
def initialize(name=nil, description=nil, disable=nil, expiresat=nil, createtime=nil, updatetime=nil, permissions=nil)
|
1377
|
-
@Name = name
|
1378
|
-
@Description = description
|
1379
|
-
@Disable = disable
|
1380
|
-
@ExpiresAt = expiresat
|
1381
|
-
@CreateTime = createtime
|
1382
|
-
@UpdateTime = updatetime
|
1383
|
-
@Permissions = permissions
|
1384
|
-
end
|
1385
|
-
|
1386
|
-
def deserialize(params)
|
1387
|
-
@Name = params['Name']
|
1388
|
-
@Description = params['Description']
|
1389
|
-
@Disable = params['Disable']
|
1390
|
-
@ExpiresAt = params['ExpiresAt']
|
1391
|
-
@CreateTime = params['CreateTime']
|
1392
|
-
@UpdateTime = params['UpdateTime']
|
1393
|
-
unless params['Permissions'].nil?
|
1394
|
-
@Permissions = []
|
1395
|
-
params['Permissions'].each do |i|
|
1396
|
-
permission_tmp = Permission.new
|
1397
|
-
permission_tmp.deserialize(i)
|
1398
|
-
@Permissions << permission_tmp
|
1399
|
-
end
|
1400
|
-
end
|
1401
|
-
end
|
1402
|
-
end
|
1403
|
-
|
1404
1350
|
# 自定义域名信息
|
1405
1351
|
class CustomizedDomainInfo < TencentCloud::Common::AbstractModel
|
1406
1352
|
# @param RegistryId: 实例ID
|
@@ -2481,81 +2427,6 @@ module TencentCloud
|
|
2481
2427
|
end
|
2482
2428
|
end
|
2483
2429
|
|
2484
|
-
# DescribeCustomAccounts请求参数结构体
|
2485
|
-
class DescribeCustomAccountsRequest < TencentCloud::Common::AbstractModel
|
2486
|
-
# @param RegistryId: 实例Id
|
2487
|
-
# @type RegistryId: String
|
2488
|
-
# @param All: 列出所有自定义账户
|
2489
|
-
# @type All: Boolean
|
2490
|
-
# @param EmbedPermission: 填充策略
|
2491
|
-
# @type EmbedPermission: Boolean
|
2492
|
-
# @param Filters: 过滤条件
|
2493
|
-
# @type Filters: Array
|
2494
|
-
# @param Offset: 偏移量,默认0
|
2495
|
-
# @type Offset: Integer
|
2496
|
-
# @param Limit: 最大输出条数,默认20,最大为100
|
2497
|
-
# @type Limit: Integer
|
2498
|
-
|
2499
|
-
attr_accessor :RegistryId, :All, :EmbedPermission, :Filters, :Offset, :Limit
|
2500
|
-
|
2501
|
-
def initialize(registryid=nil, all=nil, embedpermission=nil, filters=nil, offset=nil, limit=nil)
|
2502
|
-
@RegistryId = registryid
|
2503
|
-
@All = all
|
2504
|
-
@EmbedPermission = embedpermission
|
2505
|
-
@Filters = filters
|
2506
|
-
@Offset = offset
|
2507
|
-
@Limit = limit
|
2508
|
-
end
|
2509
|
-
|
2510
|
-
def deserialize(params)
|
2511
|
-
@RegistryId = params['RegistryId']
|
2512
|
-
@All = params['All']
|
2513
|
-
@EmbedPermission = params['EmbedPermission']
|
2514
|
-
unless params['Filters'].nil?
|
2515
|
-
@Filters = []
|
2516
|
-
params['Filters'].each do |i|
|
2517
|
-
filter_tmp = Filter.new
|
2518
|
-
filter_tmp.deserialize(i)
|
2519
|
-
@Filters << filter_tmp
|
2520
|
-
end
|
2521
|
-
end
|
2522
|
-
@Offset = params['Offset']
|
2523
|
-
@Limit = params['Limit']
|
2524
|
-
end
|
2525
|
-
end
|
2526
|
-
|
2527
|
-
# DescribeCustomAccounts返回参数结构体
|
2528
|
-
class DescribeCustomAccountsResponse < TencentCloud::Common::AbstractModel
|
2529
|
-
# @param CustomAccounts: 自定义账户列表
|
2530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2531
|
-
# @type CustomAccounts: Array
|
2532
|
-
# @param TotalCount: 自定义账户数量
|
2533
|
-
# @type TotalCount: Integer
|
2534
|
-
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2535
|
-
# @type RequestId: String
|
2536
|
-
|
2537
|
-
attr_accessor :CustomAccounts, :TotalCount, :RequestId
|
2538
|
-
|
2539
|
-
def initialize(customaccounts=nil, totalcount=nil, requestid=nil)
|
2540
|
-
@CustomAccounts = customaccounts
|
2541
|
-
@TotalCount = totalcount
|
2542
|
-
@RequestId = requestid
|
2543
|
-
end
|
2544
|
-
|
2545
|
-
def deserialize(params)
|
2546
|
-
unless params['CustomAccounts'].nil?
|
2547
|
-
@CustomAccounts = []
|
2548
|
-
params['CustomAccounts'].each do |i|
|
2549
|
-
customaccount_tmp = CustomAccount.new
|
2550
|
-
customaccount_tmp.deserialize(i)
|
2551
|
-
@CustomAccounts << customaccount_tmp
|
2552
|
-
end
|
2553
|
-
end
|
2554
|
-
@TotalCount = params['TotalCount']
|
2555
|
-
@RequestId = params['RequestId']
|
2556
|
-
end
|
2557
|
-
end
|
2558
|
-
|
2559
2430
|
# DescribeExternalEndpointStatus请求参数结构体
|
2560
2431
|
class DescribeExternalEndpointStatusRequest < TencentCloud::Common::AbstractModel
|
2561
2432
|
# @param RegistryId: 实例Id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.726
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|