tencentcloud-sdk-domain 3.0.1048 → 3.0.1050
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/v20180808/client.rb +4 -2
- data/lib/v20180808/models.rb +290 -79
- 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: 904d714d25dd9c20eadd3889d6df94e150e66b68
|
4
|
+
data.tar.gz: aab989bfca2983bf5375afa534529abeaccefd27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd9b237bcf70afc701a0f0c4c9163c3e821072070f1df404859ba7b216641da76ca76f6aeacedb5e4ff9b4c6b89b9c1b71d7d1173f52c2dbc3edd5d67cd72980
|
7
|
+
data.tar.gz: e626aace7af257b481ee4d5c8d31213968bdb08f2f0baf524af48cf50d284e81aa69574b56fca6107442fdc793110ff5654caea8443fddb269283f27a268d201
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1050
|
data/lib/v20180808/client.rb
CHANGED
@@ -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`
|
data/lib/v20180808/models.rb
CHANGED
@@ -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:
|
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:
|
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:
|
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:
|
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: 域名
|
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: 验证码
|
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:
|
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:
|
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: 状态:
|
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:
|
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:
|
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
|
@@ -2184,13 +2224,28 @@ module TencentCloud
|
|
2184
2224
|
|
2185
2225
|
# DescribePreReleaseList请求参数结构体
|
2186
2226
|
class DescribePreReleaseListRequest < TencentCloud::Common::AbstractModel
|
2187
|
-
# @param Keywords:
|
2227
|
+
# @param Keywords: 单独使用Keywords:使用域名关键词进行搜索
|
2228
|
+
# Keywords+DomainStart(true):使用域名开头关键词进行搜索
|
2229
|
+
# Keywords+DomainEnd(true):使用域名结尾关键词进行搜索
|
2230
|
+
# Keywords+DomainStart(true)+DomainEnd(true):使用域名开头或结尾关键词进行搜索
|
2188
2231
|
# @type Keywords: String
|
2189
|
-
# @param DomainStart:
|
2232
|
+
# @param DomainStart: 是否以域名开头关键词进行搜索
|
2233
|
+
# true:是
|
2234
|
+
# false:否
|
2190
2235
|
# @type DomainStart: Boolean
|
2191
|
-
# @param DomainEnd:
|
2236
|
+
# @param DomainEnd: 是否以域名结尾关键词进行搜索
|
2237
|
+
# true:是
|
2238
|
+
# false:否
|
2192
2239
|
# @type DomainEnd: Boolean
|
2193
|
-
# @param Sort:
|
2240
|
+
# @param Sort: 不同排序规则:
|
2241
|
+
# 1: 价格升序
|
2242
|
+
# 2: 价格降序
|
2243
|
+
# 3: 域名升序
|
2244
|
+
# 4: 结束时间升序
|
2245
|
+
# 5: 店铺推荐升序
|
2246
|
+
# 6: 结束时间降序
|
2247
|
+
# 15: 创建时间升序
|
2248
|
+
# 其他:结束时间升序
|
2194
2249
|
# @type Sort: Integer
|
2195
2250
|
# @param PriceStart: 起始价格
|
2196
2251
|
# @type PriceStart: Float
|
@@ -2200,33 +2255,157 @@ module TencentCloud
|
|
2200
2255
|
# @type LengthStart: Integer
|
2201
2256
|
# @param LengthEnd: 结束域名长度
|
2202
2257
|
# @type LengthEnd: Integer
|
2203
|
-
# @param PageNumber:
|
2258
|
+
# @param PageNumber: 页码(默认为1)
|
2204
2259
|
# @type PageNumber: Integer
|
2205
|
-
# @param PageSize:
|
2260
|
+
# @param PageSize: 每页显示数(默认为20)
|
2206
2261
|
# @type PageSize: Integer
|
2207
2262
|
# @param Suffix: 后缀
|
2263
|
+
# 1="com"
|
2264
|
+
# 2="net"
|
2265
|
+
# 4="biz"
|
2266
|
+
# 6="info"
|
2267
|
+
# 7="co"
|
2268
|
+
# 9="cn"
|
2269
|
+
# 10="com.cn"
|
2270
|
+
# 11="wang"
|
2271
|
+
# 12="vip"
|
2272
|
+
# 13="cc"
|
2273
|
+
# 14="net.cn"
|
2274
|
+
# 15="org.cn"
|
2275
|
+
# 16="top"
|
2276
|
+
# 17="asia"
|
2277
|
+
# 18="tv"
|
2278
|
+
# 19="club"
|
2279
|
+
# 20="shop"
|
2280
|
+
# 21 ="中国"
|
2281
|
+
# 23="online"
|
2282
|
+
# 24="xyz"
|
2283
|
+
# 25="网店"
|
2284
|
+
# 26="网址"
|
2285
|
+
# 27="在线"
|
2286
|
+
# 28="ltd"
|
2287
|
+
# 29="fans"
|
2288
|
+
# 30="ren"
|
2289
|
+
# 31="icu"
|
2208
2290
|
# @type Suffix: Array
|
2209
2291
|
# @param ClassOne: 一级分类
|
2292
|
+
# 1:"纯数字"
|
2293
|
+
# 2:"单数字"
|
2294
|
+
# 3:"双数字"
|
2295
|
+
# 4:"三数字"
|
2296
|
+
# 5:"四数字"
|
2297
|
+
# 6:"五数字"
|
2298
|
+
# 7:"六数字"
|
2299
|
+
# 9:"单字母"
|
2300
|
+
# 10:"双字母"
|
2301
|
+
# 11:"三字母"
|
2302
|
+
# 12:"四字母"
|
2303
|
+
# 13:"五字母"
|
2304
|
+
# 14:"单拼"
|
2305
|
+
# 15:"双拼"
|
2306
|
+
# 16:"三拼"
|
2307
|
+
# 17:"杂米"
|
2308
|
+
# 18:"两杂"
|
2309
|
+
# 19:"三杂"
|
2310
|
+
# 20:"四杂"
|
2210
2311
|
# @type ClassOne: Integer
|
2211
2312
|
# @param ClassTwo: 二级分类
|
2313
|
+
# 13:"0开或带4"
|
2314
|
+
# 14:"非0开不带4"
|
2315
|
+
# 15:"不带0,4"
|
2316
|
+
# 0:"非全声母"
|
2317
|
+
# 6:"全声母"
|
2318
|
+
# 16:"不带0,4"
|
2319
|
+
# 32:"全声母"
|
2320
|
+
# 5010:"CVCV"
|
2212
2321
|
# @type ClassTwo: Array
|
2213
2322
|
# @param ClassThree: 三级分类
|
2323
|
+
# 111:"AAA"
|
2324
|
+
# 401:"3A及以上"
|
2325
|
+
# 402:"AA结尾"
|
2326
|
+
# 1122:"AABB"
|
2327
|
+
# 1123:"AABC"
|
2328
|
+
# 1212:"ABAB"
|
2329
|
+
# 1221:"ABBA"
|
2330
|
+
# 1233:"ABCC"
|
2331
|
+
# 501:"4A及以上"
|
2332
|
+
# 502:"3A及以上"
|
2333
|
+
# 503:"AAA开头"
|
2334
|
+
# 504:"AAA结尾"
|
2335
|
+
# 505:"AA开头"
|
2336
|
+
# 506:"AA结尾"
|
2337
|
+
# 507:"三顺子开头"
|
2338
|
+
# 508:"三顺子结尾"
|
2339
|
+
# 11223:"AABBC"
|
2340
|
+
# 12233:"ABBCC"
|
2341
|
+
# 601:"5A及以上"
|
2342
|
+
# 602:"4A及以上"
|
2343
|
+
# 603:"3A及以上"
|
2344
|
+
# 604:"4A开头"
|
2345
|
+
# 605:"4A结尾"
|
2346
|
+
# 606:"AAA开头"
|
2347
|
+
# 607:"AAA结尾"
|
2348
|
+
# 608:"AA开头"
|
2349
|
+
# 609:"AA结尾"
|
2350
|
+
# 610:"ABAB开头"
|
2351
|
+
# 611:"ABAB结尾"
|
2352
|
+
# 612:"AABB开头"
|
2353
|
+
# 613:"AABB结尾"
|
2354
|
+
# 614:"四顺子开头"
|
2355
|
+
# 615:"四顺子结尾"
|
2356
|
+
# 616:"三顺子开头"
|
2357
|
+
# 617:"三顺子结尾"
|
2358
|
+
# 121212:"ABABAB"
|
2359
|
+
# 112233:"AABBCC"
|
2360
|
+
# 123123:"ABCABC"
|
2361
|
+
# 211:"LNN"
|
2362
|
+
# 221:"LLN"
|
2363
|
+
# 121:"NLN"
|
2364
|
+
# 212:"LNL"
|
2365
|
+
# 122:"NLL"
|
2366
|
+
# 1112:"NNNL"
|
2367
|
+
# 2111:"LNNN"
|
2368
|
+
# 1212:"NLNL"
|
2369
|
+
# 2121:"LNLN"
|
2370
|
+
# 1222:"NLLL"
|
2371
|
+
# 2221:"LLLN"
|
2372
|
+
# 1122:"NNLL"
|
2373
|
+
# 2211:"LLNN"
|
2374
|
+
# 31:"W结尾"
|
2375
|
+
# 112:"AAB"
|
2376
|
+
# 122:"ABB"
|
2377
|
+
# 121:"ABA"
|
2378
|
+
# 41:"W结尾"
|
2379
|
+
# 1112:"AAAB"
|
2380
|
+
# 1222:"ABBB"
|
2381
|
+
# 1122:"AABB"
|
2382
|
+
# 1212:"ABAB"
|
2214
2383
|
# @type ClassThree: Array
|
2215
2384
|
# @param ClassFour: 四级分类
|
2385
|
+
# 1:"仅含2种数字"
|
2386
|
+
# 1:"仅含2种数字"
|
2387
|
+
# 2:"仅含3种数字"
|
2388
|
+
# 4:"仅含1种字母"
|
2389
|
+
# 8:"仅含1种数字"
|
2216
2390
|
# @type ClassFour: Array
|
2217
|
-
# @param FilterStart:
|
2391
|
+
# @param FilterStart: 是否以域名开头排除关键词进行搜索
|
2218
2392
|
# @type FilterStart: Boolean
|
2219
|
-
# @param FilterEnd:
|
2393
|
+
# @param FilterEnd: 是否以域名结尾排除关键词进行搜索
|
2220
2394
|
# @type FilterEnd: Boolean
|
2221
|
-
# @param FilterWords:
|
2395
|
+
# @param FilterWords: 域名排除关键词
|
2396
|
+
# 单独使用FilterWords:使用排除关键词进行搜索
|
2397
|
+
# FilterWords+FilterStart(true):使用域名开头排除关键词进行搜索
|
2398
|
+
# FilterWords+FilterEnd(true):使用域名结尾排除关键词进行搜索
|
2399
|
+
# FilterWords+FilterStart(true)+FilterEnd(true):使用域名开头或结尾排除关键词进行搜索
|
2222
2400
|
# @type FilterWords: String
|
2223
|
-
# @param TransType:
|
2401
|
+
# @param TransType: 交易类型(目前只支持10)
|
2402
|
+
# 10: 预释放域名
|
2224
2403
|
# @type TransType: Integer
|
2225
|
-
# @param IsTop:
|
2404
|
+
# @param IsTop: 是否搜索白金域名
|
2226
2405
|
# @type IsTop: Boolean
|
2227
|
-
# @param EndTimeSort:
|
2406
|
+
# @param EndTimeSort: 结束时间排序 desc:倒序 asc:正序
|
2228
2407
|
# @type EndTimeSort: String
|
2229
|
-
# @param EndTime:
|
2408
|
+
# @param EndTime: 结束时间(YYYY-MM-DD)
|
2230
2409
|
# @type EndTime: String
|
2231
2410
|
|
2232
2411
|
attr_accessor :Keywords, :DomainStart, :DomainEnd, :Sort, :PriceStart, :PriceEnd, :LengthStart, :LengthEnd, :PageNumber, :PageSize, :Suffix, :ClassOne, :ClassTwo, :ClassThree, :ClassFour, :FilterStart, :FilterEnd, :FilterWords, :TransType, :IsTop, :EndTimeSort, :EndTime
|
@@ -2513,7 +2692,8 @@ module TencentCloud
|
|
2513
2692
|
|
2514
2693
|
# DescribeTemplate请求参数结构体
|
2515
2694
|
class DescribeTemplateRequest < TencentCloud::Common::AbstractModel
|
2516
|
-
# @param TemplateId: 模板ID
|
2695
|
+
# @param TemplateId: 模板ID
|
2696
|
+
# 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
|
2517
2697
|
# @type TemplateId: String
|
2518
2698
|
|
2519
2699
|
attr_accessor :TemplateId
|
@@ -2610,10 +2790,12 @@ module TencentCloud
|
|
2610
2790
|
# @param ExpireTime: 到期时间
|
2611
2791
|
# @type ExpireTime: String
|
2612
2792
|
# @param Status: 域名状态
|
2793
|
+
# bid:出价
|
2794
|
+
# noAction:无法操作
|
2613
2795
|
# @type Status: String
|
2614
|
-
# @param CurrentPrice: 域名价格
|
2796
|
+
# @param CurrentPrice: 域名价格 单位元
|
2615
2797
|
# @type CurrentPrice: Float
|
2616
|
-
# @param AppointBondPrice: 域名保证金
|
2798
|
+
# @param AppointBondPrice: 域名保证金 单位元
|
2617
2799
|
# @type AppointBondPrice: Float
|
2618
2800
|
# @param IsAppoint: 是否已经预约
|
2619
2801
|
# @type IsAppoint: Boolean
|
@@ -2772,7 +2954,17 @@ module TencentCloud
|
|
2772
2954
|
class DomainBatchDetailSet < TencentCloud::Common::AbstractModel
|
2773
2955
|
# @param Id: 详情ID
|
2774
2956
|
# @type Id: Integer
|
2775
|
-
# @param Action: 类型
|
2957
|
+
# @param Action: 类型
|
2958
|
+
# new:注册域名
|
2959
|
+
# renew:续费域名
|
2960
|
+
# batch_transfer_prohibition_on:开启禁止转移锁
|
2961
|
+
# batch_transfer_prohibition_off:关闭禁止转移锁
|
2962
|
+
# batch_update_prohibition_on:开启禁止更新锁
|
2963
|
+
# batch_update_prohibition_off:关闭禁止更新锁
|
2964
|
+
# batch_modify_owner:域名转移
|
2965
|
+
# batch_modify_domain_info:域名信息修改
|
2966
|
+
# batch_transfer_in:域名转入
|
2967
|
+
# batch_cancel_transfer_out:域名取消转出
|
2776
2968
|
# @type Action: String
|
2777
2969
|
# @param Domain: 域名
|
2778
2970
|
# @type Domain: String
|
@@ -2781,7 +2973,7 @@ module TencentCloud
|
|
2781
2973
|
# failed 操作失败。
|
2782
2974
|
# success 操作成功。
|
2783
2975
|
# @type Status: String
|
2784
|
-
# @param Reason:
|
2976
|
+
# @param Reason: 失败原因,如果状态成功(Status:success),则该字段为空
|
2785
2977
|
# @type Reason: String
|
2786
2978
|
# @param CreatedOn: 创建时间
|
2787
2979
|
# @type CreatedOn: String
|
@@ -3167,8 +3359,9 @@ module TencentCloud
|
|
3167
3359
|
# ModifyDomainOwnerBatch请求参数结构体
|
3168
3360
|
class ModifyDomainOwnerBatchRequest < TencentCloud::Common::AbstractModel
|
3169
3361
|
# @param Domains: 要过户的域名。
|
3362
|
+
# 一次提交不大于4000个
|
3170
3363
|
# @type Domains: Array
|
3171
|
-
# @param NewOwnerUin:
|
3364
|
+
# @param NewOwnerUin: 转入账户的主uin。
|
3172
3365
|
# @type NewOwnerUin: String
|
3173
3366
|
# @param TransferDns: 是否同时转移对应的 DNS 解析域名,默认false
|
3174
3367
|
# @type TransferDns: Boolean
|
@@ -3343,11 +3536,13 @@ module TencentCloud
|
|
3343
3536
|
# @type Domain: String
|
3344
3537
|
# @param BiddingTime: 竞价倒计时
|
3345
3538
|
# @type BiddingTime: String
|
3346
|
-
# @param BidCount: 出价次数
|
3539
|
+
# @param BidCount: 出价次数 单位元
|
3347
3540
|
# @type BidCount: Integer
|
3348
|
-
# @param Price: 当前价格
|
3541
|
+
# @param Price: 当前价格 单位元
|
3349
3542
|
# @type Price: Float
|
3350
|
-
# @param Op: 用户操作
|
3543
|
+
# @param Op: 用户操作
|
3544
|
+
# bid:出价
|
3545
|
+
# noAction:无法操作
|
3351
3546
|
# @type Op: String
|
3352
3547
|
# @param BusinessId: 业务ID
|
3353
3548
|
# @type BusinessId: String
|
@@ -3377,23 +3572,29 @@ module TencentCloud
|
|
3377
3572
|
class PreReleaseInfo < TencentCloud::Common::AbstractModel
|
3378
3573
|
# @param Domain: 域名
|
3379
3574
|
# @type Domain: String
|
3380
|
-
# @param ReservationTime: 预订倒计时
|
3575
|
+
# @param ReservationTime: 预订倒计时(YYYY-MM-DD hh:mm:ss)
|
3381
3576
|
# @type ReservationTime: String
|
3382
|
-
# @param RegTime: 域名注册时间
|
3577
|
+
# @param RegTime: 域名注册时间(YYYY-MM-DD hh:mm:ss)
|
3383
3578
|
# @type RegTime: String
|
3384
|
-
# @param DelTime: 域名删除时间
|
3579
|
+
# @param DelTime: 域名删除时间(YYYY-MM-DD hh:mm:ss)
|
3385
3580
|
# @type DelTime: String
|
3386
3581
|
# @param CurrentPeople: 当前人数
|
3387
3582
|
# @type CurrentPeople: Integer
|
3388
3583
|
# @param Price: 当前价格
|
3389
3584
|
# @type Price: Float
|
3390
3585
|
# @param IsFollow: 是否收藏
|
3586
|
+
# true:收藏
|
3587
|
+
# false:未收藏
|
3391
3588
|
# @type IsFollow: Boolean
|
3392
3589
|
# @param IsAppoint: 是否已经预约
|
3590
|
+
# true:预约
|
3591
|
+
# false:未预约
|
3393
3592
|
# @type IsAppoint: Boolean
|
3394
3593
|
# @param BusinessId: 业务ID
|
3395
3594
|
# @type BusinessId: String
|
3396
3595
|
# @param IsDomainUser: 是否为原持有者
|
3596
|
+
# true:是原持有人
|
3597
|
+
# false:非原持有人
|
3397
3598
|
# @type IsDomainUser: Boolean
|
3398
3599
|
|
3399
3600
|
attr_accessor :Domain, :ReservationTime, :RegTime, :DelTime, :CurrentPeople, :Price, :IsFollow, :IsAppoint, :BusinessId, :IsDomainUser
|
@@ -3459,13 +3660,13 @@ module TencentCloud
|
|
3459
3660
|
|
3460
3661
|
# 预释放价格区间配置
|
3461
3662
|
class PriceScopeConf < TencentCloud::Common::AbstractModel
|
3462
|
-
# @param MaxPrice: 最高价格
|
3663
|
+
# @param MaxPrice: 最高价格 单位元
|
3463
3664
|
# @type MaxPrice: Float
|
3464
|
-
# @param MinPrice: 最低价格
|
3665
|
+
# @param MinPrice: 最低价格 单位元
|
3465
3666
|
# @type MinPrice: Float
|
3466
|
-
# @param Price: 价格幅度
|
3667
|
+
# @param Price: 价格幅度 单位元
|
3467
3668
|
# @type Price: Float
|
3468
|
-
# @param DepositPrice: 保证金
|
3669
|
+
# @param DepositPrice: 保证金 单位元
|
3469
3670
|
# @type DepositPrice: Float
|
3470
3671
|
|
3471
3672
|
attr_accessor :MaxPrice, :MinPrice, :Price, :DepositPrice
|
@@ -3487,9 +3688,10 @@ module TencentCloud
|
|
3487
3688
|
|
3488
3689
|
# RenewDomainBatch请求参数结构体
|
3489
3690
|
class RenewDomainBatchRequest < TencentCloud::Common::AbstractModel
|
3490
|
-
# @param Period:
|
3691
|
+
# @param Period: 域名续费的年限。取值范围[1,9]
|
3491
3692
|
# @type Period: Integer
|
3492
3693
|
# @param Domains: 批量续费的域名。
|
3694
|
+
# 一次提交不大于4000个
|
3493
3695
|
# @type Domains: Array
|
3494
3696
|
# @param PayMode: 付费模式 0手动在线付费,1使用余额付费,2使用特惠包。
|
3495
3697
|
# @type PayMode: Integer
|
@@ -3664,11 +3866,11 @@ module TencentCloud
|
|
3664
3866
|
class ReservedPreDomainsRequest < TencentCloud::Common::AbstractModel
|
3665
3867
|
# @param DomainList: 预约预释放域名列表
|
3666
3868
|
# @type DomainList: Array
|
3667
|
-
# @param TemplateId: 模板ID
|
3869
|
+
# @param TemplateId: 模板ID 可通过DescribeTemplates接口获取
|
3668
3870
|
# @type TemplateId: String
|
3669
|
-
# @param IsAutoPay:
|
3871
|
+
# @param IsAutoPay: 结束后是否自动支付尾款,默认1 开启 传入0关闭
|
3670
3872
|
# @type IsAutoPay: Integer
|
3671
|
-
# @param IsBidAutoPay:
|
3873
|
+
# @param IsBidAutoPay: 结束后是否自动进行梯度保证金扣除,默认1开启 传入0关闭
|
3672
3874
|
# @type IsBidAutoPay: Integer
|
3673
3875
|
|
3674
3876
|
attr_accessor :DomainList, :TemplateId, :IsAutoPay, :IsBidAutoPay
|
@@ -3768,7 +3970,7 @@ module TencentCloud
|
|
3768
3970
|
|
3769
3971
|
# SetDomainAutoRenew请求参数结构体
|
3770
3972
|
class SetDomainAutoRenewRequest < TencentCloud::Common::AbstractModel
|
3771
|
-
# @param DomainId: 域名ID 例如:domain-
|
3973
|
+
# @param DomainId: 域名ID 例如:domain-dwerewwq可通过DescribreDomainList接口获取
|
3772
3974
|
# @type DomainId: String
|
3773
3975
|
# @param AutoRenew: AutoRenew 有三个可选值:
|
3774
3976
|
# 0:不设置自动续费
|
@@ -3827,7 +4029,7 @@ module TencentCloud
|
|
3827
4029
|
|
3828
4030
|
# SyncCustomDnsHost请求参数结构体
|
3829
4031
|
class SyncCustomDnsHostRequest < TencentCloud::Common::AbstractModel
|
3830
|
-
# @param DomainId: 域名实例ID
|
4032
|
+
# @param DomainId: 域名实例ID,可以通过DescribeDomainList接口获取
|
3831
4033
|
# @type DomainId: String
|
3832
4034
|
|
3833
4035
|
attr_accessor :DomainId
|
@@ -3865,7 +4067,12 @@ module TencentCloud
|
|
3865
4067
|
class TemplateInfo < TencentCloud::Common::AbstractModel
|
3866
4068
|
# @param TemplateId: 模板ID
|
3867
4069
|
# @type TemplateId: String
|
3868
|
-
# @param AuditStatus:
|
4070
|
+
# @param AuditStatus: 认证状态:
|
4071
|
+
# NotUpload: 未实名认证
|
4072
|
+
# InAudit: 实名审核中
|
4073
|
+
# Approved: 已实名认证
|
4074
|
+
# Reject: 实名审核失败
|
4075
|
+
# NotVerified: 实名信息待修改
|
3869
4076
|
# @type AuditStatus: String
|
3870
4077
|
# @param CreatedOn: 创建时间
|
3871
4078
|
# @type CreatedOn: String
|
@@ -3930,10 +4137,12 @@ module TencentCloud
|
|
3930
4137
|
# TransferInDomainBatch请求参数结构体
|
3931
4138
|
class TransferInDomainBatchRequest < TencentCloud::Common::AbstractModel
|
3932
4139
|
# @param Domains: 转入的域名名称数组。
|
4140
|
+
# 一次提交不大于4000个
|
3933
4141
|
# @type Domains: Array
|
3934
4142
|
# @param PassWords: 域名转移码数组。
|
3935
4143
|
# @type PassWords: Array
|
3936
4144
|
# @param TemplateId: 模板ID。
|
4145
|
+
# 可通过DescribeTemplates接口获取
|
3937
4146
|
# @type TemplateId: String
|
3938
4147
|
# @param PayMode: 付费模式 0手动在线付费,1使用余额付费。
|
3939
4148
|
# @type PayMode: Integer
|
@@ -4010,10 +4219,11 @@ module TencentCloud
|
|
4010
4219
|
# TransferProhibitionBatch请求参数结构体
|
4011
4220
|
class TransferProhibitionBatchRequest < TencentCloud::Common::AbstractModel
|
4012
4221
|
# @param Domains: 批量操作的域名。
|
4222
|
+
# 一次提交不大于4000个
|
4013
4223
|
# @type Domains: Array
|
4014
4224
|
# @param Status: 是否开启禁止域名转移。
|
4015
|
-
#
|
4016
|
-
#
|
4225
|
+
# true: 开启禁止域名转移状态。
|
4226
|
+
# false:关闭禁止域名转移状态。
|
4017
4227
|
# @type Status: Boolean
|
4018
4228
|
|
4019
4229
|
attr_accessor :Domains, :Status
|
@@ -4052,10 +4262,11 @@ module TencentCloud
|
|
4052
4262
|
# UpdateProhibitionBatch请求参数结构体
|
4053
4263
|
class UpdateProhibitionBatchRequest < TencentCloud::Common::AbstractModel
|
4054
4264
|
# @param Domains: 批量操作的域名。
|
4265
|
+
# 一次提交不大于4000个
|
4055
4266
|
# @type Domains: Array
|
4056
4267
|
# @param Status: 是否开启禁止域名更新。
|
4057
|
-
#
|
4058
|
-
#
|
4268
|
+
# true:开启禁止域名更新状态。
|
4269
|
+
# false:关闭禁止域名更新状态。
|
4059
4270
|
# @type Status: Boolean
|
4060
4271
|
|
4061
4272
|
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.
|
4
|
+
version: 3.0.1050
|
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-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|