tencentcloud-sdk-tcr 3.0.1027 → 3.0.1028
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/models.rb +10 -12
- 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: 67f787ca1596e33fa146f4084a05c0ec6227d231
|
4
|
+
data.tar.gz: 214acbd0e6b0d9e9736434d4c9766cd185ad4f9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e78c43ac2b8dea8eb2dcf5409d7b739116f13cf75cb23d41413b36de96c9c3bc76697a5ab244796ac9520ba259f7453e5d0bf9d98debd53ca98f7b8b303d4f84
|
7
|
+
data.tar.gz: 405e16f91ccd679efd261d9ba780dda536cc7004e3e1c5b9419e86214de9ccfa6579b2e68be3f4f2026d0dbf33d6c5257af9c75b957e633f446c80379acdcd8a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1028
|
data/lib/v20190924/models.rb
CHANGED
@@ -2447,7 +2447,6 @@ module TencentCloud
|
|
2447
2447
|
# @param Status: 开启公网访问状态,开启中(Opening)、已开启(Opened)、关闭(Closed)
|
2448
2448
|
# @type Status: String
|
2449
2449
|
# @param Reason: 原因
|
2450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2451
2450
|
# @type Reason: String
|
2452
2451
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2453
2452
|
# @type RequestId: String
|
@@ -2752,10 +2751,8 @@ module TencentCloud
|
|
2752
2751
|
# @param Config: 镜像的配置信息
|
2753
2752
|
# @type Config: String
|
2754
2753
|
# @param Labels: 镜像的Labels信息
|
2755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2756
2754
|
# @type Labels: Array
|
2757
2755
|
# @param Size: 镜像大小,单位:byte
|
2758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2759
2756
|
# @type Size: Integer
|
2760
2757
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2761
2758
|
# @type RequestId: String
|
@@ -2918,25 +2915,31 @@ module TencentCloud
|
|
2918
2915
|
class DescribeImmutableTagRulesRequest < TencentCloud::Common::AbstractModel
|
2919
2916
|
# @param RegistryId: 实例 Id
|
2920
2917
|
# @type RegistryId: String
|
2918
|
+
# @param Page: 页数,默认为1
|
2919
|
+
# @type Page: Integer
|
2920
|
+
# @param PageSize: 每页展示个数,最大值为100
|
2921
|
+
# @type PageSize: Integer
|
2921
2922
|
|
2922
|
-
attr_accessor :RegistryId
|
2923
|
+
attr_accessor :RegistryId, :Page, :PageSize
|
2923
2924
|
|
2924
|
-
def initialize(registryid=nil)
|
2925
|
+
def initialize(registryid=nil, page=nil, pagesize=nil)
|
2925
2926
|
@RegistryId = registryid
|
2927
|
+
@Page = page
|
2928
|
+
@PageSize = pagesize
|
2926
2929
|
end
|
2927
2930
|
|
2928
2931
|
def deserialize(params)
|
2929
2932
|
@RegistryId = params['RegistryId']
|
2933
|
+
@Page = params['Page']
|
2934
|
+
@PageSize = params['PageSize']
|
2930
2935
|
end
|
2931
2936
|
end
|
2932
2937
|
|
2933
2938
|
# DescribeImmutableTagRules返回参数结构体
|
2934
2939
|
class DescribeImmutableTagRulesResponse < TencentCloud::Common::AbstractModel
|
2935
2940
|
# @param Rules: 规则列表
|
2936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2937
2941
|
# @type Rules: Array
|
2938
2942
|
# @param EmptyNs: 未创建规则的命名空间
|
2939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2940
2943
|
# @type EmptyNs: Array
|
2941
2944
|
# @param Total: 规则总量
|
2942
2945
|
# @type Total: Integer
|
@@ -3030,7 +3033,6 @@ module TencentCloud
|
|
3030
3033
|
# DescribeInstanceCustomizedDomain返回参数结构体
|
3031
3034
|
class DescribeInstanceCustomizedDomainResponse < TencentCloud::Common::AbstractModel
|
3032
3035
|
# @param DomainInfoList: 域名信息列表
|
3033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3034
3036
|
# @type DomainInfoList: Array
|
3035
3037
|
# @param TotalCount: 总个数
|
3036
3038
|
# @type TotalCount: Integer
|
@@ -3203,7 +3205,6 @@ module TencentCloud
|
|
3203
3205
|
# @param TotalCount: 总实例个数
|
3204
3206
|
# @type TotalCount: Integer
|
3205
3207
|
# @param Registries: 实例信息列表
|
3206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3207
3208
|
# @type Registries: Array
|
3208
3209
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3209
3210
|
# @type RequestId: String
|
@@ -3256,7 +3257,6 @@ module TencentCloud
|
|
3256
3257
|
# DescribeInternalEndpointDnsStatus返回参数结构体
|
3257
3258
|
class DescribeInternalEndpointDnsStatusResponse < TencentCloud::Common::AbstractModel
|
3258
3259
|
# @param VpcSet: vpc私有域名解析状态列表
|
3259
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3260
3260
|
# @type VpcSet: Array
|
3261
3261
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3262
3262
|
# @type RequestId: String
|
@@ -3972,7 +3972,6 @@ module TencentCloud
|
|
3972
3972
|
# DescribeServiceAccounts返回参数结构体
|
3973
3973
|
class DescribeServiceAccountsResponse < TencentCloud::Common::AbstractModel
|
3974
3974
|
# @param ServiceAccounts: 服务级账号列表
|
3975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3976
3975
|
# @type ServiceAccounts: Array
|
3977
3976
|
# @param TotalCount: 服务级账户数量
|
3978
3977
|
# @type TotalCount: Integer
|
@@ -6568,7 +6567,6 @@ module TencentCloud
|
|
6568
6567
|
# @param ExpiresAt: 过期时间
|
6569
6568
|
# @type ExpiresAt: Integer
|
6570
6569
|
# @param CreateTime: 创建时间
|
6571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6572
6570
|
# @type CreateTime: String
|
6573
6571
|
# @param UpdateTime: 更新时间
|
6574
6572
|
# @type UpdateTime: String
|
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.1028
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|