tencentcloud-sdk-domain 3.0.1047 → 3.0.1049

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ee463a1a35ed75fe72b30906cb68d0072409ed7
4
- data.tar.gz: f61b22f096ab931f97f2610f9dc5f1039389b42b
3
+ metadata.gz: 7937098c539c8734dbd005db4e26c5cb19c003b0
4
+ data.tar.gz: 819f249108dc23e3f81588e672fb1bdc55e12d0f
5
5
  SHA512:
6
- metadata.gz: ceda2f99ddb36b63db21cbfc96d8d0a79cd5e29ce5332d000dabd49bedc66cc0344ea163ebf388f3da6462e206895cf3856fd07b1d988fed97b19896209529c6
7
- data.tar.gz: 251097971795942f2cf4efaa42e0823d60b83c9e31a96927578fe99c3e3ca70c8b1f1f2342efe9767d7380176b460ecd58c75e422a684b7c724f710496617e4f
6
+ metadata.gz: 325a11122f4b695457171c19c3e3671b3c2114124cf541bf657a46d37ce831d0e1870722994a2986e9db7fc9bac771aa36aa80c4968941f890485df7f2f89400
7
+ data.tar.gz: e97df38e2007a3df361b713d9373ff1d621355bb08ebefb237ecea723491eb5304058ba0dfeeb924009448e488a72243a2f2985334516ff2bcbe8e72f3c1d6ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1047
1
+ 3.0.1049
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
222
222
  end
223
223
 
224
- # 创建赎回订单。
224
+ # 创建赎回订单。需要域名状态为:RedemptionPending:赎回期
225
225
 
226
226
  # @param request: Request instance for CreateDomainRedemption.
227
227
  # @type request: :class:`Tencentcloud::domain::V20180808::CreateDomainRedemptionRequest`
@@ -630,6 +630,7 @@ module TencentCloud
630
630
  end
631
631
 
632
632
  # 查询自定义DNS Host
633
+ # 当前域名在任意状态下均可获取(根据域名当前状态,不一定能获取到具体数据)
633
634
 
634
635
  # @param request: Request instance for DescribeCustomDnsHostSet.
635
636
  # @type request: :class:`Tencentcloud::domain::V20180808::DescribeCustomDnsHostSetRequest`
@@ -1206,6 +1207,7 @@ module TencentCloud
1206
1207
  end
1207
1208
 
1208
1209
  # 本接口 ( SetDomainAutoRenew ) 用于设置域名自动续费。
1210
+ # 当前操作暂不受域名状态限制
1209
1211
 
1210
1212
  # @param request: Request instance for SetDomainAutoRenew.
1211
1213
  # @type request: :class:`Tencentcloud::domain::V20180808::SetDomainAutoRenewRequest`
@@ -1229,7 +1231,7 @@ module TencentCloud
1229
1231
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1230
1232
  end
1231
1233
 
1232
- # 同步自定义DNS Host
1234
+ # 同步自定义DNS Host,将域名已经设置的host配置数据从注册局同步下来
1233
1235
 
1234
1236
  # @param request: Request instance for SyncCustomDnsHost.
1235
1237
  # @type request: :class:`Tencentcloud::domain::V20180808::SyncCustomDnsHostRequest`
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type Bidder: String
24
24
  # @param AuctionTime: 竞拍时间
25
25
  # @type AuctionTime: String
26
- # @param AuctionPrice: 竞拍价格
26
+ # @param AuctionPrice: 竞拍价格 单位元
27
27
  # @type AuctionPrice: Float
28
28
  # @param Status: 状态 up: 领先 down: 落后
29
29
  # @type Status: String
@@ -49,7 +49,8 @@ module TencentCloud
49
49
  class BatchModifyDomainInfoRequest < TencentCloud::Common::AbstractModel
50
50
  # @param Domains: 批量修改的域名。
51
51
  # @type Domains: Array
52
- # @param TemplateId: 模板ID(可从模板列表接口获取)
52
+ # @param TemplateId: 模板ID
53
+ # 可从DescribeTemplates接口获取
53
54
  # @type TemplateId: String
54
55
  # @param LockTransfer: true: 开启60天内禁止转移注册商锁定
55
56
  # false:关闭60天内禁止转移注册商锁定
@@ -98,6 +99,16 @@ module TencentCloud
98
99
  # @param Status: 批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功
99
100
  # @type Status: String
100
101
  # @param BatchAction: 批量任务类型
102
+ # new:注册域名
103
+ # renew:续费域名
104
+ # batch_transfer_prohibition_on:开启禁止转移锁
105
+ # batch_transfer_prohibition_off:关闭禁止转移锁
106
+ # batch_update_prohibition_on:开启禁止更新锁
107
+ # batch_update_prohibition_off:关闭禁止更新锁
108
+ # batch_modify_owner:域名转移
109
+ # batch_modify_domain_info:域名信息修改
110
+ # batch_transfer_in:域名转入
111
+ # batch_cancel_transfer_out:域名取消转出
101
112
  # @type BatchAction: String
102
113
 
103
114
  attr_accessor :LogId, :Status, :BatchAction
@@ -117,7 +128,8 @@ module TencentCloud
117
128
 
118
129
  # BidDetailPage请求参数结构体
119
130
  class BidDetailPageRequest < TencentCloud::Common::AbstractModel
120
- # @param BusinessId: 业务ID
131
+ # @param BusinessId: 预约ID
132
+ # 可通过DescribeBiddingList接口获取
121
133
  # @type BusinessId: String
122
134
 
123
135
  attr_accessor :BusinessId
@@ -135,16 +147,16 @@ module TencentCloud
135
147
  class BidDetailPageResponse < TencentCloud::Common::AbstractModel
136
148
  # @param Domain: 域名
137
149
  # @type Domain: String
138
- # @param CurrentPrice: 当前域名价格
150
+ # @param CurrentPrice: 当前域名价格 单位元
139
151
  # @type CurrentPrice: Float
140
- # @param BidPrice: 用户上次出价
152
+ # @param BidPrice: 用户上次出价 单位元
141
153
  # @type BidPrice: Float
142
- # @param CurrentPriceScope: 当前加价幅度
154
+ # @param CurrentPriceScope: 当前加价幅度 单位元
143
155
  # @type CurrentPriceScope: Float
144
156
  # @param PriceScope: 加价幅度区间配置
145
157
  # 注意:此字段可能返回 null,表示取不到有效值。
146
158
  # @type PriceScope: Array
147
- # @param DepositPrice: 用户当前已经支付了的保证金
159
+ # @param DepositPrice: 用户当前已经支付了的保证金 单位元
148
160
  # @type DepositPrice: Float
149
161
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
150
162
  # @type RequestId: String
@@ -217,13 +229,13 @@ module TencentCloud
217
229
 
218
230
  # 我预定的域名结构体。
219
231
  class BiddingAppointResult < TencentCloud::Common::AbstractModel
220
- # @param BusinessID: business_id
232
+ # @param BusinessID: 预约ID
221
233
  # @type BusinessID: String
222
234
  # @param Domain: 域名
223
235
  # @type Domain: String
224
- # @param AppointPrice: 预定价格
236
+ # @param AppointPrice: 预定价格 单位元
225
237
  # @type AppointPrice: Integer
226
- # @param AppointBondPrice: 预约保证金
238
+ # @param AppointBondPrice: 预约保证金 单位元
227
239
  # @type AppointBondPrice: Integer
228
240
  # @param AppointEndTime: 预约结束时间
229
241
  # @type AppointEndTime: String
@@ -258,8 +270,9 @@ module TencentCloud
258
270
  # BiddingPreRelease请求参数结构体
259
271
  class BiddingPreReleaseRequest < TencentCloud::Common::AbstractModel
260
272
  # @param BusinessId: 业务ID
273
+ # 可通过DescribeBiddingList接口获取
261
274
  # @type BusinessId: String
262
- # @param Price: 价格
275
+ # @param Price: 价格 单位元
263
276
  # @type Price: Float
264
277
 
265
278
  attr_accessor :BusinessId, :Price
@@ -279,7 +292,7 @@ module TencentCloud
279
292
  class BiddingPreReleaseResponse < TencentCloud::Common::AbstractModel
280
293
  # @param IsNeedPay: 是否需要额外支付
281
294
  # @type IsNeedPay: Boolean
282
- # @param BillingParam: 计费请求参数,以Json字符串的形式进行返回。
295
+ # @param BillingParam: 计费请求参数,以类Json字符串的形式进行返回。用于计费下单
283
296
  # @type BillingParam: String
284
297
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
285
298
  # @type RequestId: String
@@ -301,17 +314,17 @@ module TencentCloud
301
314
 
302
315
  # 我竞价的域名结构体。
303
316
  class BiddingResult < TencentCloud::Common::AbstractModel
304
- # @param BusinessID: business_id
317
+ # @param BusinessID: 预约ID
305
318
  # @type BusinessID: String
306
319
  # @param Domain: 域名
307
320
  # @type Domain: String
308
- # @param CurrentPrice: 当前价格
321
+ # @param CurrentPrice: 当前价格 单位元
309
322
  # @type CurrentPrice: Integer
310
323
  # @param CurrentNickname: 当前用户昵称
311
324
  # @type CurrentNickname: String
312
- # @param BiddingPrice: 我的出价
325
+ # @param BiddingPrice: 我的出价 单位元
313
326
  # @type BiddingPrice: Integer
314
- # @param BiddingBondPrice: 竞价保证金
327
+ # @param BiddingBondPrice: 竞价保证金 单位元
315
328
  # @type BiddingBondPrice: Integer
316
329
  # @param BiddingEndTime: 竞价结束时间
317
330
  # @type BiddingEndTime: String
@@ -466,6 +479,15 @@ module TencentCloud
466
479
  # CheckBatchStatus请求参数结构体
467
480
  class CheckBatchStatusRequest < TencentCloud::Common::AbstractModel
468
481
  # @param LogIds: 操作日志 ID数组,最多 200 个
482
+ # 可通过任意批量操作接口获取,例如:
483
+ # BatchModifyDomainInfo
484
+ # ModifyDomainDNSBatch
485
+ # ModifyDomainOwnerBatch
486
+ # UpdateProhibitionBatch
487
+ # TransferProhibitionBatch
488
+ # TransferInDomainBatch
489
+ # TransferInDomainBatchBuy
490
+ # CancelTransferOutInBatch
469
491
  # @type LogIds: Array
470
492
 
471
493
  attr_accessor :LogIds
@@ -677,10 +699,13 @@ module TencentCloud
677
699
  # CreateCustomDnsHost请求参数结构体
678
700
  class CreateCustomDnsHostRequest < TencentCloud::Common::AbstractModel
679
701
  # @param DomainId: 域名实例ID
702
+ # 可通过DescribeDomainLIst接口获取
680
703
  # @type DomainId: String
681
704
  # @param DnsName: Dns名称
705
+ # 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
682
706
  # @type DnsName: String
683
707
  # @param IpSet: IP地址列表
708
+ # 可选择:正常IP地址范围
684
709
  # @type IpSet: Array
685
710
 
686
711
  attr_accessor :DomainId, :DnsName, :IpSet
@@ -798,7 +823,8 @@ module TencentCloud
798
823
 
799
824
  # CreateDomainRedemption请求参数结构体
800
825
  class CreateDomainRedemptionRequest < TencentCloud::Common::AbstractModel
801
- # @param DomainId: 域名 ID
826
+ # @param DomainId: 域名ID
827
+ # 可通过DescribeDomainList接口获取
802
828
  # @type DomainId: String
803
829
 
804
830
  attr_accessor :DomainId
@@ -834,7 +860,8 @@ module TencentCloud
834
860
  # @type Code: String
835
861
  # @param Type: 1:手机 2:邮箱
836
862
  # @type Type: Integer
837
- # @param VerifyCode: 验证码(通过SendPhoneEmailCode发送到手机或邮箱的验证码)
863
+ # @param VerifyCode: 验证码
864
+ # 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
838
865
  # @type VerifyCode: String
839
866
 
840
867
  attr_accessor :Code, :Type, :VerifyCode
@@ -939,7 +966,8 @@ module TencentCloud
939
966
 
940
967
  # DeleteBidding请求参数结构体
941
968
  class DeleteBiddingRequest < TencentCloud::Common::AbstractModel
942
- # @param BusinessID: business_id
969
+ # @param BusinessID: 预约ID
970
+ # 可通过DescribeBiddingList接口获取
943
971
  # @type BusinessID: String
944
972
 
945
973
  attr_accessor :BusinessID
@@ -972,8 +1000,10 @@ module TencentCloud
972
1000
  # DeleteCustomDnsHost请求参数结构体
973
1001
  class DeleteCustomDnsHostRequest < TencentCloud::Common::AbstractModel
974
1002
  # @param DomainId: 域名实例ID
1003
+ # 可通过DescribeDomainList接口获取
975
1004
  # @type DomainId: String
976
1005
  # @param DnsName: DNS名称
1006
+ # 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
977
1007
  # @type DnsName: String
978
1008
 
979
1009
  attr_accessor :DomainId, :DnsName
@@ -1079,7 +1109,8 @@ module TencentCloud
1079
1109
 
1080
1110
  # DeleteTemplate请求参数结构体
1081
1111
  class DeleteTemplateRequest < TencentCloud::Common::AbstractModel
1082
- # @param TemplateId: 模板ID(可通过模板信息列表获取)
1112
+ # @param TemplateId: 模板ID
1113
+ # 可通过DescribeTemplates接口获取
1083
1114
  # @type TemplateId: String
1084
1115
 
1085
1116
  attr_accessor :TemplateId
@@ -1113,9 +1144,9 @@ module TencentCloud
1113
1144
  class DescribeAuctionListRequest < TencentCloud::Common::AbstractModel
1114
1145
  # @param BusinessId: 业务ID,通过接口DescribeBiddingList返回结果中获取
1115
1146
  # @type BusinessId: String
1116
- # @param Limit: 条数,默认10
1147
+ # @param Limit: 条数,默认10,最大100
1117
1148
  # @type Limit: Integer
1118
- # @param OffSet: 偏移量
1149
+ # @param OffSet: 偏移量 默认0
1119
1150
  # @type OffSet: Integer
1120
1151
 
1121
1152
  attr_accessor :BusinessId, :Limit, :OffSet
@@ -1272,7 +1303,8 @@ module TencentCloud
1272
1303
 
1273
1304
  # DescribeBiddingAppointDetail请求参数结构体
1274
1305
  class DescribeBiddingAppointDetailRequest < TencentCloud::Common::AbstractModel
1275
- # @param BusinessID: business_id
1306
+ # @param BusinessID: 预约ID
1307
+ # 可通过DescribeBiddingList接口获取
1276
1308
  # @type BusinessID: String
1277
1309
 
1278
1310
  attr_accessor :BusinessID
@@ -1302,9 +1334,9 @@ module TencentCloud
1302
1334
  # @type ExpireTime: String
1303
1335
  # @param DeleteTime: 删除时间
1304
1336
  # @type DeleteTime: String
1305
- # @param AppointPrice: 当前价格
1337
+ # @param AppointPrice: 当前价格 单位元
1306
1338
  # @type AppointPrice: Integer
1307
- # @param AppointBondPrice: 预约保证金
1339
+ # @param AppointBondPrice: 预约保证金 单位元
1308
1340
  # @type AppointBondPrice: Integer
1309
1341
  # @param Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
1310
1342
  # @type Status: Integer
@@ -1355,7 +1387,8 @@ module TencentCloud
1355
1387
  # @type PageSize: Integer
1356
1388
  # @param Domain: 域名
1357
1389
  # @type Domain: String
1358
- # @param Status: 状态: 1 已预约 9 预约持有者索回
1390
+ # @param Status: 状态:
1391
+ # 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
1359
1392
  # @type Status: Array
1360
1393
  # @param SortField: 排序字段:AppointEndTime 预约结束时间
1361
1394
  # @type SortField: String
@@ -1416,7 +1449,8 @@ module TencentCloud
1416
1449
 
1417
1450
  # DescribeBiddingDetail请求参数结构体
1418
1451
  class DescribeBiddingDetailRequest < TencentCloud::Common::AbstractModel
1419
- # @param BusinessID: business_id
1452
+ # @param BusinessID: 预约ID
1453
+ # 可通过DescribeBiddingList接口获取
1420
1454
  # @type BusinessID: String
1421
1455
 
1422
1456
  attr_accessor :BusinessID
@@ -1446,11 +1480,11 @@ module TencentCloud
1446
1480
  # @type ExpireTime: String
1447
1481
  # @param DeleteTime: 删除时间
1448
1482
  # @type DeleteTime: String
1449
- # @param CurrentPrice: 当前价格
1483
+ # @param CurrentPrice: 当前价格 单位元
1450
1484
  # @type CurrentPrice: Integer
1451
1485
  # @param CurrentNickname: 当前用户昵称
1452
1486
  # @type CurrentNickname: String
1453
- # @param BiddingBondPrice: 竞价保证金
1487
+ # @param BiddingBondPrice: 竞价保证金 单位元
1454
1488
  # @type BiddingBondPrice: Integer
1455
1489
  # @param Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
1456
1490
  # @type Status: Integer
@@ -1458,7 +1492,7 @@ module TencentCloud
1458
1492
  # @type BiddingFlag: Integer
1459
1493
  # @param BiddingBondRefund: 是否退款,yes表示退款,no表示不退款
1460
1494
  # @type BiddingBondRefund: String
1461
- # @param BiddingPrice: 我的出价
1495
+ # @param BiddingPrice: 我的出价 单位元
1462
1496
  # @type BiddingPrice: Integer
1463
1497
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1464
1498
  # @type RequestId: String
@@ -1572,7 +1606,8 @@ module TencentCloud
1572
1606
 
1573
1607
  # DescribeBiddingSuccessfulDetail请求参数结构体
1574
1608
  class DescribeBiddingSuccessfulDetailRequest < TencentCloud::Common::AbstractModel
1575
- # @param BusinessID: business_id
1609
+ # @param BusinessID: 预约ID
1610
+ # 可通过DescribeBiddingSuccessfulList接口获取
1576
1611
  # @type BusinessID: String
1577
1612
 
1578
1613
  attr_accessor :BusinessID
@@ -1592,7 +1627,7 @@ module TencentCloud
1592
1627
  # @type Domain: String
1593
1628
  # @param SuccessfulTime: 得标时间
1594
1629
  # @type SuccessfulTime: String
1595
- # @param SuccessfulPrice: 得标价格
1630
+ # @param SuccessfulPrice: 得标价格 单位元
1596
1631
  # @type SuccessfulPrice: Float
1597
1632
  # @param RegTime: 注册时间
1598
1633
  # @type RegTime: String
@@ -1604,7 +1639,7 @@ module TencentCloud
1604
1639
  # @type PayEndTime: String
1605
1640
  # @param BiddingBondRefund: 保证金,是否退款,yes表示退款,no表示不退款
1606
1641
  # @type BiddingBondRefund: String
1607
- # @param BiddingBondPrice: 保证金
1642
+ # @param BiddingBondPrice: 保证金 单位元
1608
1643
  # @type BiddingBondPrice: Float
1609
1644
  # @param Status: 状态:5 等待支付 6 等待转移, 7 转移中,8 交易成功,11 尾款阶段持有者索回,12 已违约
1610
1645
  # @type Status: Integer
@@ -1711,7 +1746,8 @@ module TencentCloud
1711
1746
 
1712
1747
  # DescribeCustomDnsHostSet请求参数结构体
1713
1748
  class DescribeCustomDnsHostSetRequest < TencentCloud::Common::AbstractModel
1714
- # @param DomainId: 域名实例ID(域名基本信息或我的域名列表接口可获取)
1749
+ # @param DomainId: 域名实例ID
1750
+ # 可通过DescribeDomainList接口获取
1715
1751
  # @type DomainId: String
1716
1752
  # @param Limit: 返回数量,默认为20,取值范围[1,100]
1717
1753
  # @type Limit: Integer
@@ -1959,6 +1995,7 @@ module TencentCloud
1959
1995
  # DescribePayWaitDetail请求参数结构体
1960
1996
  class DescribePayWaitDetailRequest < TencentCloud::Common::AbstractModel
1961
1997
  # @param BusinessId: 业务ID
1998
+ # 可通过DescribeBiddingList接口获取
1962
1999
  # @type BusinessId: String
1963
2000
 
1964
2001
  attr_accessor :BusinessId
@@ -1977,14 +2014,18 @@ module TencentCloud
1977
2014
  # @param Domain: 域名
1978
2015
  # @type Domain: String
1979
2016
  # @param Status: 域名类型
2017
+ # pay:等待支持
2018
+ # sub:已经预订
2019
+ # wait:等待出价
2020
+ # finish:完成出价
1980
2021
  # @type Status: String
1981
2022
  # @param EndTime: 支付结束时间
1982
2023
  # @type EndTime: String
1983
2024
  # @param RegTime: 域名注册时间
1984
2025
  # @type RegTime: String
1985
- # @param Price: 域名成交价格
2026
+ # @param Price: 域名成交价格 单位元
1986
2027
  # @type Price: Float
1987
- # @param RetDeposit: 待退还保证金
2028
+ # @param RetDeposit: 待退还保证金 单位元
1988
2029
  # @type RetDeposit: Float
1989
2030
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1990
2031
  # @type RequestId: String
@@ -2073,9 +2114,9 @@ module TencentCloud
2073
2114
 
2074
2115
  # DescribePreAuctionList请求参数结构体
2075
2116
  class DescribePreAuctionListRequest < TencentCloud::Common::AbstractModel
2076
- # @param PageNumber: 页码
2117
+ # @param PageNumber: 页码 默认1
2077
2118
  # @type PageNumber: Integer
2078
- # @param PageSize: 条数
2119
+ # @param PageSize: 条数 默认20 最大100
2079
2120
  # @type PageSize: Integer
2080
2121
 
2081
2122
  attr_accessor :PageNumber, :PageSize
@@ -2096,7 +2137,6 @@ module TencentCloud
2096
2137
  # @param TotalCount: 总数
2097
2138
  # @type TotalCount: Integer
2098
2139
  # @param PreAuctionList: 预释放竞价列表
2099
- # 注意:此字段可能返回 null,表示取不到有效值。
2100
2140
  # @type PreAuctionList: Array
2101
2141
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2102
2142
  # @type RequestId: String
@@ -2610,10 +2650,12 @@ module TencentCloud
2610
2650
  # @param ExpireTime: 到期时间
2611
2651
  # @type ExpireTime: String
2612
2652
  # @param Status: 域名状态
2653
+ # bid:出价
2654
+ # noAction:无法操作
2613
2655
  # @type Status: String
2614
- # @param CurrentPrice: 域名价格
2656
+ # @param CurrentPrice: 域名价格 单位元
2615
2657
  # @type CurrentPrice: Float
2616
- # @param AppointBondPrice: 域名保证金
2658
+ # @param AppointBondPrice: 域名保证金 单位元
2617
2659
  # @type AppointBondPrice: Float
2618
2660
  # @param IsAppoint: 是否已经预约
2619
2661
  # @type IsAppoint: Boolean
@@ -2772,7 +2814,17 @@ module TencentCloud
2772
2814
  class DomainBatchDetailSet < TencentCloud::Common::AbstractModel
2773
2815
  # @param Id: 详情ID
2774
2816
  # @type Id: Integer
2775
- # @param Action: 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
2817
+ # @param Action: 类型
2818
+ # new:注册域名
2819
+ # renew:续费域名
2820
+ # batch_transfer_prohibition_on:开启禁止转移锁
2821
+ # batch_transfer_prohibition_off:关闭禁止转移锁
2822
+ # batch_update_prohibition_on:开启禁止更新锁
2823
+ # batch_update_prohibition_off:关闭禁止更新锁
2824
+ # batch_modify_owner:域名转移
2825
+ # batch_modify_domain_info:域名信息修改
2826
+ # batch_transfer_in:域名转入
2827
+ # batch_cancel_transfer_out:域名取消转出
2776
2828
  # @type Action: String
2777
2829
  # @param Domain: 域名
2778
2830
  # @type Domain: String
@@ -2781,7 +2833,7 @@ module TencentCloud
2781
2833
  # failed 操作失败。
2782
2834
  # success 操作成功。
2783
2835
  # @type Status: String
2784
- # @param Reason: 失败原因
2836
+ # @param Reason: 失败原因,如果状态成功(Status:success),则该字段为空
2785
2837
  # @type Reason: String
2786
2838
  # @param CreatedOn: 创建时间
2787
2839
  # @type CreatedOn: String
@@ -3167,8 +3219,9 @@ module TencentCloud
3167
3219
  # ModifyDomainOwnerBatch请求参数结构体
3168
3220
  class ModifyDomainOwnerBatchRequest < TencentCloud::Common::AbstractModel
3169
3221
  # @param Domains: 要过户的域名。
3222
+ # 一次提交不大于4000个
3170
3223
  # @type Domains: Array
3171
- # @param NewOwnerUin: 转入账户的uin。
3224
+ # @param NewOwnerUin: 转入账户的主uin。
3172
3225
  # @type NewOwnerUin: String
3173
3226
  # @param TransferDns: 是否同时转移对应的 DNS 解析域名,默认false
3174
3227
  # @type TransferDns: Boolean
@@ -3343,11 +3396,13 @@ module TencentCloud
3343
3396
  # @type Domain: String
3344
3397
  # @param BiddingTime: 竞价倒计时
3345
3398
  # @type BiddingTime: String
3346
- # @param BidCount: 出价次数
3399
+ # @param BidCount: 出价次数 单位元
3347
3400
  # @type BidCount: Integer
3348
- # @param Price: 当前价格
3401
+ # @param Price: 当前价格 单位元
3349
3402
  # @type Price: Float
3350
- # @param Op: 用户操作 bid:出价 "noAction":无法操作
3403
+ # @param Op: 用户操作
3404
+ # bid:出价
3405
+ # noAction:无法操作
3351
3406
  # @type Op: String
3352
3407
  # @param BusinessId: 业务ID
3353
3408
  # @type BusinessId: String
@@ -3459,13 +3514,13 @@ module TencentCloud
3459
3514
 
3460
3515
  # 预释放价格区间配置
3461
3516
  class PriceScopeConf < TencentCloud::Common::AbstractModel
3462
- # @param MaxPrice: 最高价格
3517
+ # @param MaxPrice: 最高价格 单位元
3463
3518
  # @type MaxPrice: Float
3464
- # @param MinPrice: 最低价格
3519
+ # @param MinPrice: 最低价格 单位元
3465
3520
  # @type MinPrice: Float
3466
- # @param Price: 价格幅度
3521
+ # @param Price: 价格幅度 单位元
3467
3522
  # @type Price: Float
3468
- # @param DepositPrice: 保证金
3523
+ # @param DepositPrice: 保证金 单位元
3469
3524
  # @type DepositPrice: Float
3470
3525
 
3471
3526
  attr_accessor :MaxPrice, :MinPrice, :Price, :DepositPrice
@@ -3487,9 +3542,10 @@ module TencentCloud
3487
3542
 
3488
3543
  # RenewDomainBatch请求参数结构体
3489
3544
  class RenewDomainBatchRequest < TencentCloud::Common::AbstractModel
3490
- # @param Period: 域名续费的年限。
3545
+ # @param Period: 域名续费的年限。取值范围[1,9]
3491
3546
  # @type Period: Integer
3492
3547
  # @param Domains: 批量续费的域名。
3548
+ # 一次提交不大于4000个
3493
3549
  # @type Domains: Array
3494
3550
  # @param PayMode: 付费模式 0手动在线付费,1使用余额付费,2使用特惠包。
3495
3551
  # @type PayMode: Integer
@@ -3664,11 +3720,11 @@ module TencentCloud
3664
3720
  class ReservedPreDomainsRequest < TencentCloud::Common::AbstractModel
3665
3721
  # @param DomainList: 预约预释放域名列表
3666
3722
  # @type DomainList: Array
3667
- # @param TemplateId: 模板ID
3723
+ # @param TemplateId: 模板ID 可通过DescribeTemplates接口获取
3668
3724
  # @type TemplateId: String
3669
- # @param IsAutoPay: 结束后是否自动支付尾款,默认开启 传入1关闭
3725
+ # @param IsAutoPay: 结束后是否自动支付尾款,默认1 开启 传入0关闭
3670
3726
  # @type IsAutoPay: Integer
3671
- # @param IsBidAutoPay: 结束后是否自动进行梯度保证金扣除,默认开启 传入1关闭
3727
+ # @param IsBidAutoPay: 结束后是否自动进行梯度保证金扣除,默认1开启 传入0关闭
3672
3728
  # @type IsBidAutoPay: Integer
3673
3729
 
3674
3730
  attr_accessor :DomainList, :TemplateId, :IsAutoPay, :IsBidAutoPay
@@ -3768,7 +3824,7 @@ module TencentCloud
3768
3824
 
3769
3825
  # SetDomainAutoRenew请求参数结构体
3770
3826
  class SetDomainAutoRenewRequest < TencentCloud::Common::AbstractModel
3771
- # @param DomainId: 域名ID 例如:domain-123abc
3827
+ # @param DomainId: 域名ID 例如:domain-dwerewwq可通过DescribreDomainList接口获取
3772
3828
  # @type DomainId: String
3773
3829
  # @param AutoRenew: AutoRenew 有三个可选值:
3774
3830
  # 0:不设置自动续费
@@ -3827,7 +3883,7 @@ module TencentCloud
3827
3883
 
3828
3884
  # SyncCustomDnsHost请求参数结构体
3829
3885
  class SyncCustomDnsHostRequest < TencentCloud::Common::AbstractModel
3830
- # @param DomainId: 域名实例ID
3886
+ # @param DomainId: 域名实例ID,可以通过DescribeDomainList接口获取
3831
3887
  # @type DomainId: String
3832
3888
 
3833
3889
  attr_accessor :DomainId
@@ -3865,7 +3921,12 @@ module TencentCloud
3865
3921
  class TemplateInfo < TencentCloud::Common::AbstractModel
3866
3922
  # @param TemplateId: 模板ID
3867
3923
  # @type TemplateId: String
3868
- # @param AuditStatus: 认证状态:未实名认证:NotUpload, 实名审核中:InAudit,已实名认证:Approved,实名审核失败:Reject
3924
+ # @param AuditStatus: 认证状态:
3925
+ # NotUpload: 未实名认证
3926
+ # InAudit: 实名审核中
3927
+ # Approved: 已实名认证
3928
+ # Reject: 实名审核失败
3929
+ # NotVerified: 实名信息待修改
3869
3930
  # @type AuditStatus: String
3870
3931
  # @param CreatedOn: 创建时间
3871
3932
  # @type CreatedOn: String
@@ -3930,10 +3991,12 @@ module TencentCloud
3930
3991
  # TransferInDomainBatch请求参数结构体
3931
3992
  class TransferInDomainBatchRequest < TencentCloud::Common::AbstractModel
3932
3993
  # @param Domains: 转入的域名名称数组。
3994
+ # 一次提交不大于4000个
3933
3995
  # @type Domains: Array
3934
3996
  # @param PassWords: 域名转移码数组。
3935
3997
  # @type PassWords: Array
3936
3998
  # @param TemplateId: 模板ID。
3999
+ # 可通过DescribeTemplates接口获取
3937
4000
  # @type TemplateId: String
3938
4001
  # @param PayMode: 付费模式 0手动在线付费,1使用余额付费。
3939
4002
  # @type PayMode: Integer
@@ -4010,10 +4073,11 @@ module TencentCloud
4010
4073
  # TransferProhibitionBatch请求参数结构体
4011
4074
  class TransferProhibitionBatchRequest < TencentCloud::Common::AbstractModel
4012
4075
  # @param Domains: 批量操作的域名。
4076
+ # 一次提交不大于4000个
4013
4077
  # @type Domains: Array
4014
4078
  # @param Status: 是否开启禁止域名转移。
4015
- # True: 开启禁止域名转移状态。
4016
- # False:关闭禁止域名转移状态。
4079
+ # true: 开启禁止域名转移状态。
4080
+ # false:关闭禁止域名转移状态。
4017
4081
  # @type Status: Boolean
4018
4082
 
4019
4083
  attr_accessor :Domains, :Status
@@ -4052,10 +4116,11 @@ module TencentCloud
4052
4116
  # UpdateProhibitionBatch请求参数结构体
4053
4117
  class UpdateProhibitionBatchRequest < TencentCloud::Common::AbstractModel
4054
4118
  # @param Domains: 批量操作的域名。
4119
+ # 一次提交不大于4000个
4055
4120
  # @type Domains: Array
4056
4121
  # @param Status: 是否开启禁止域名更新。
4057
- # True:开启禁止域名更新状态。
4058
- # False:关闭禁止域名更新状态。
4122
+ # true:开启禁止域名更新状态。
4123
+ # false:关闭禁止域名更新状态。
4059
4124
  # @type Status: Boolean
4060
4125
 
4061
4126
  attr_accessor :Domains, :Status
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1047
4
+ version: 3.0.1049
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-04-25 00:00:00.000000000 Z
11
+ date: 2025-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common