tencentcloud-sdk-python 3.0.1337__py2.py3-none-any.whl → 3.0.1339__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/acp/v20220105/models.py +0 -10
- tencentcloud/autoscaling/v20180419/models.py +64 -112
- tencentcloud/bh/v20230418/bh_client.py +23 -0
- tencentcloud/bh/v20230418/models.py +342 -0
- tencentcloud/cdwch/v20200915/models.py +15 -0
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cfg/v20210820/models.py +30 -10
- tencentcloud/clb/v20180317/models.py +38 -24
- tencentcloud/cmq/v20190304/models.py +0 -90
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +17 -358
- tencentcloud/dbbrain/v20191016/models.py +0 -12
- tencentcloud/dbbrain/v20210527/models.py +0 -16
- tencentcloud/dcdb/v20180411/models.py +15 -0
- tencentcloud/dlc/v20210125/models.py +140 -34
- tencentcloud/domain/v20180808/models.py +0 -126
- tencentcloud/dsgc/v20190723/models.py +8 -0
- tencentcloud/dts/v20180330/models.py +0 -18
- tencentcloud/dts/v20211206/models.py +0 -800
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +431 -0
- tencentcloud/es/v20180416/errorcodes.py +6 -0
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/ess/v20201111/ess_client.py +27 -0
- tencentcloud/ess/v20201111/models.py +227 -2
- tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
- tencentcloud/essbasic/v20210526/models.py +308 -0
- tencentcloud/fmu/v20191213/errorcodes.py +0 -21
- tencentcloud/fmu/v20191213/fmu_client.py +0 -75
- tencentcloud/fmu/v20191213/models.py +0 -527
- tencentcloud/goosefs/v20220519/models.py +0 -22
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
- tencentcloud/iotexplorer/v20190423/models.py +0 -491
- tencentcloud/iss/v20230517/models.py +15 -534
- tencentcloud/kms/v20190118/models.py +30 -0
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +188 -0
- tencentcloud/lke/v20231130/lke_client.py +6 -1
- tencentcloud/lke/v20231130/models.py +8 -8
- tencentcloud/lowcode/v20210108/models.py +0 -106
- tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
- tencentcloud/mariadb/v20170312/models.py +15 -0
- tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
- tencentcloud/mongodb/v20190725/models.py +109 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +2 -4
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/organization/v20210331/models.py +109 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +21 -2
- tencentcloud/scf/v20180416/models.py +75 -0
- tencentcloud/svp/v20240125/errorcodes.py +3 -0
- tencentcloud/svp/v20240125/models.py +506 -0
- tencentcloud/svp/v20240125/svp_client.py +23 -0
- tencentcloud/tdmq/v20200217/models.py +2 -296
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/trtc/v20190722/models.py +39 -8
- tencentcloud/tse/v20201207/models.py +164 -104
- tencentcloud/tsf/v20180326/errorcodes.py +6 -0
- tencentcloud/tsf/v20180326/models.py +85 -14
- tencentcloud/tsf/v20180326/tsf_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +58 -4
- tencentcloud/vdb/v20230616/models.py +9 -57
- tencentcloud/vpc/v20170312/models.py +100 -0
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +252 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/wedata/v20210820/models.py +2232 -93
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/RECORD +77 -77
- {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1337.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/top_level.txt +0 -0
@@ -26,16 +26,12 @@ class AuctionInfo(AbstractModel):
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
28
|
:param _Bidder: 竞拍人
|
29
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30
29
|
:type Bidder: str
|
31
30
|
:param _AuctionTime: 竞拍时间
|
32
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33
31
|
:type AuctionTime: str
|
34
32
|
:param _AuctionPrice: 竞拍价格
|
35
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36
33
|
:type AuctionPrice: float
|
37
34
|
:param _Status: 状态 up: 领先 down: 落后
|
38
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
39
35
|
:type Status: str
|
40
36
|
"""
|
41
37
|
self._Bidder = None
|
@@ -46,7 +42,6 @@ class AuctionInfo(AbstractModel):
|
|
46
42
|
@property
|
47
43
|
def Bidder(self):
|
48
44
|
"""竞拍人
|
49
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
50
45
|
:rtype: str
|
51
46
|
"""
|
52
47
|
return self._Bidder
|
@@ -58,7 +53,6 @@ class AuctionInfo(AbstractModel):
|
|
58
53
|
@property
|
59
54
|
def AuctionTime(self):
|
60
55
|
"""竞拍时间
|
61
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62
56
|
:rtype: str
|
63
57
|
"""
|
64
58
|
return self._AuctionTime
|
@@ -70,7 +64,6 @@ class AuctionInfo(AbstractModel):
|
|
70
64
|
@property
|
71
65
|
def AuctionPrice(self):
|
72
66
|
"""竞拍价格
|
73
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
74
67
|
:rtype: float
|
75
68
|
"""
|
76
69
|
return self._AuctionPrice
|
@@ -82,7 +75,6 @@ class AuctionInfo(AbstractModel):
|
|
82
75
|
@property
|
83
76
|
def Status(self):
|
84
77
|
"""状态 up: 领先 down: 落后
|
85
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86
78
|
:rtype: str
|
87
79
|
"""
|
88
80
|
return self._Status
|
@@ -544,25 +536,18 @@ class BiddingAppointResult(AbstractModel):
|
|
544
536
|
def __init__(self):
|
545
537
|
r"""
|
546
538
|
:param _BusinessID: business_id
|
547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
548
539
|
:type BusinessID: str
|
549
540
|
:param _Domain: 域名
|
550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
551
541
|
:type Domain: str
|
552
542
|
:param _AppointPrice: 预定价格
|
553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
554
543
|
:type AppointPrice: int
|
555
544
|
:param _AppointBondPrice: 预约保证金
|
556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
557
545
|
:type AppointBondPrice: int
|
558
546
|
:param _AppointEndTime: 预约结束时间
|
559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
560
547
|
:type AppointEndTime: str
|
561
548
|
:param _AppointNum: 预约人数
|
562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
563
549
|
:type AppointNum: int
|
564
550
|
:param _Status: 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
|
565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
566
551
|
:type Status: int
|
567
552
|
"""
|
568
553
|
self._BusinessID = None
|
@@ -576,7 +561,6 @@ class BiddingAppointResult(AbstractModel):
|
|
576
561
|
@property
|
577
562
|
def BusinessID(self):
|
578
563
|
"""business_id
|
579
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
580
564
|
:rtype: str
|
581
565
|
"""
|
582
566
|
return self._BusinessID
|
@@ -588,7 +572,6 @@ class BiddingAppointResult(AbstractModel):
|
|
588
572
|
@property
|
589
573
|
def Domain(self):
|
590
574
|
"""域名
|
591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
592
575
|
:rtype: str
|
593
576
|
"""
|
594
577
|
return self._Domain
|
@@ -600,7 +583,6 @@ class BiddingAppointResult(AbstractModel):
|
|
600
583
|
@property
|
601
584
|
def AppointPrice(self):
|
602
585
|
"""预定价格
|
603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
604
586
|
:rtype: int
|
605
587
|
"""
|
606
588
|
return self._AppointPrice
|
@@ -612,7 +594,6 @@ class BiddingAppointResult(AbstractModel):
|
|
612
594
|
@property
|
613
595
|
def AppointBondPrice(self):
|
614
596
|
"""预约保证金
|
615
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
616
597
|
:rtype: int
|
617
598
|
"""
|
618
599
|
return self._AppointBondPrice
|
@@ -624,7 +605,6 @@ class BiddingAppointResult(AbstractModel):
|
|
624
605
|
@property
|
625
606
|
def AppointEndTime(self):
|
626
607
|
"""预约结束时间
|
627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
628
608
|
:rtype: str
|
629
609
|
"""
|
630
610
|
return self._AppointEndTime
|
@@ -636,7 +616,6 @@ class BiddingAppointResult(AbstractModel):
|
|
636
616
|
@property
|
637
617
|
def AppointNum(self):
|
638
618
|
"""预约人数
|
639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
640
619
|
:rtype: int
|
641
620
|
"""
|
642
621
|
return self._AppointNum
|
@@ -648,7 +627,6 @@ class BiddingAppointResult(AbstractModel):
|
|
648
627
|
@property
|
649
628
|
def Status(self):
|
650
629
|
"""1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约
|
651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
652
630
|
:rtype: int
|
653
631
|
"""
|
654
632
|
return self._Status
|
@@ -793,34 +771,24 @@ class BiddingResult(AbstractModel):
|
|
793
771
|
def __init__(self):
|
794
772
|
r"""
|
795
773
|
:param _BusinessID: business_id
|
796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
797
774
|
:type BusinessID: str
|
798
775
|
:param _Domain: 域名
|
799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
800
776
|
:type Domain: str
|
801
777
|
:param _CurrentPrice: 当前价格
|
802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
803
778
|
:type CurrentPrice: int
|
804
779
|
:param _CurrentNickname: 当前用户昵称
|
805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
806
780
|
:type CurrentNickname: str
|
807
781
|
:param _BiddingPrice: 我的出价
|
808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
809
782
|
:type BiddingPrice: int
|
810
783
|
:param _BiddingBondPrice: 竞价保证金
|
811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
812
784
|
:type BiddingBondPrice: int
|
813
785
|
:param _BiddingEndTime: 竞价结束时间
|
814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
815
786
|
:type BiddingEndTime: str
|
816
787
|
:param _BiddingFlag: 竞价标识,1 领先,2 落后
|
817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
818
788
|
:type BiddingFlag: int
|
819
789
|
:param _BiddingNum: 出价次数
|
820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
821
790
|
:type BiddingNum: int
|
822
791
|
:param _Status: 2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
|
823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
824
792
|
:type Status: int
|
825
793
|
"""
|
826
794
|
self._BusinessID = None
|
@@ -837,7 +805,6 @@ class BiddingResult(AbstractModel):
|
|
837
805
|
@property
|
838
806
|
def BusinessID(self):
|
839
807
|
"""business_id
|
840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
841
808
|
:rtype: str
|
842
809
|
"""
|
843
810
|
return self._BusinessID
|
@@ -849,7 +816,6 @@ class BiddingResult(AbstractModel):
|
|
849
816
|
@property
|
850
817
|
def Domain(self):
|
851
818
|
"""域名
|
852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
853
819
|
:rtype: str
|
854
820
|
"""
|
855
821
|
return self._Domain
|
@@ -861,7 +827,6 @@ class BiddingResult(AbstractModel):
|
|
861
827
|
@property
|
862
828
|
def CurrentPrice(self):
|
863
829
|
"""当前价格
|
864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
865
830
|
:rtype: int
|
866
831
|
"""
|
867
832
|
return self._CurrentPrice
|
@@ -873,7 +838,6 @@ class BiddingResult(AbstractModel):
|
|
873
838
|
@property
|
874
839
|
def CurrentNickname(self):
|
875
840
|
"""当前用户昵称
|
876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
877
841
|
:rtype: str
|
878
842
|
"""
|
879
843
|
return self._CurrentNickname
|
@@ -885,7 +849,6 @@ class BiddingResult(AbstractModel):
|
|
885
849
|
@property
|
886
850
|
def BiddingPrice(self):
|
887
851
|
"""我的出价
|
888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
889
852
|
:rtype: int
|
890
853
|
"""
|
891
854
|
return self._BiddingPrice
|
@@ -897,7 +860,6 @@ class BiddingResult(AbstractModel):
|
|
897
860
|
@property
|
898
861
|
def BiddingBondPrice(self):
|
899
862
|
"""竞价保证金
|
900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
901
863
|
:rtype: int
|
902
864
|
"""
|
903
865
|
return self._BiddingBondPrice
|
@@ -909,7 +871,6 @@ class BiddingResult(AbstractModel):
|
|
909
871
|
@property
|
910
872
|
def BiddingEndTime(self):
|
911
873
|
"""竞价结束时间
|
912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
913
874
|
:rtype: str
|
914
875
|
"""
|
915
876
|
return self._BiddingEndTime
|
@@ -921,7 +882,6 @@ class BiddingResult(AbstractModel):
|
|
921
882
|
@property
|
922
883
|
def BiddingFlag(self):
|
923
884
|
"""竞价标识,1 领先,2 落后
|
924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
925
885
|
:rtype: int
|
926
886
|
"""
|
927
887
|
return self._BiddingFlag
|
@@ -933,7 +893,6 @@ class BiddingResult(AbstractModel):
|
|
933
893
|
@property
|
934
894
|
def BiddingNum(self):
|
935
895
|
"""出价次数
|
936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
937
896
|
:rtype: int
|
938
897
|
"""
|
939
898
|
return self._BiddingNum
|
@@ -945,7 +904,6 @@ class BiddingResult(AbstractModel):
|
|
945
904
|
@property
|
946
905
|
def Status(self):
|
947
906
|
"""2 竞价中 3 等待出价 4 竞价失败 10 竞价持有者赎回
|
948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
949
907
|
:rtype: int
|
950
908
|
"""
|
951
909
|
return self._Status
|
@@ -984,7 +942,6 @@ class BiddingSuccessfulResult(AbstractModel):
|
|
984
942
|
def __init__(self):
|
985
943
|
r"""
|
986
944
|
:param _PayEndTime: 支付结束时间
|
987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
988
945
|
:type PayEndTime: str
|
989
946
|
"""
|
990
947
|
self._PayEndTime = None
|
@@ -992,7 +949,6 @@ class BiddingSuccessfulResult(AbstractModel):
|
|
992
949
|
@property
|
993
950
|
def PayEndTime(self):
|
994
951
|
"""支付结束时间
|
995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
996
952
|
:rtype: str
|
997
953
|
"""
|
998
954
|
return self._PayEndTime
|
@@ -4602,7 +4558,6 @@ class DescribeCustomDnsHostSetResponse(AbstractModel):
|
|
4602
4558
|
def __init__(self):
|
4603
4559
|
r"""
|
4604
4560
|
:param _DnsHostSet: 自定义DNS Host 列表
|
4605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4606
4561
|
:type DnsHostSet: list of CustomDnsHost
|
4607
4562
|
:param _TotalCount: 自定义DNS Host总数
|
4608
4563
|
:type TotalCount: int
|
@@ -4616,7 +4571,6 @@ class DescribeCustomDnsHostSetResponse(AbstractModel):
|
|
4616
4571
|
@property
|
4617
4572
|
def DnsHostSet(self):
|
4618
4573
|
"""自定义DNS Host 列表
|
4619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4620
4574
|
:rtype: list of CustomDnsHost
|
4621
4575
|
"""
|
4622
4576
|
return self._DnsHostSet
|
@@ -5440,7 +5394,6 @@ class DescribePreAuctionListResponse(AbstractModel):
|
|
5440
5394
|
def __init__(self):
|
5441
5395
|
r"""
|
5442
5396
|
:param _TotalCount: 总数
|
5443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5444
5397
|
:type TotalCount: int
|
5445
5398
|
:param _PreAuctionList: 预释放竞价列表
|
5446
5399
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5455,7 +5408,6 @@ class DescribePreAuctionListResponse(AbstractModel):
|
|
5455
5408
|
@property
|
5456
5409
|
def TotalCount(self):
|
5457
5410
|
"""总数
|
5458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5459
5411
|
:rtype: int
|
5460
5412
|
"""
|
5461
5413
|
return self._TotalCount
|
@@ -6002,7 +5954,6 @@ class DescribePreReleaseListResponse(AbstractModel):
|
|
6002
5954
|
def __init__(self):
|
6003
5955
|
r"""
|
6004
5956
|
:param _TotalCount: 数量
|
6005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6006
5957
|
:type TotalCount: int
|
6007
5958
|
:param _PreReleaseList: 预释放列表
|
6008
5959
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6017,7 +5968,6 @@ class DescribePreReleaseListResponse(AbstractModel):
|
|
6017
5968
|
@property
|
6018
5969
|
def TotalCount(self):
|
6019
5970
|
"""数量
|
6020
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6021
5971
|
:rtype: int
|
6022
5972
|
"""
|
6023
5973
|
return self._TotalCount
|
@@ -7267,14 +7217,12 @@ failed 操作失败。
|
|
7267
7217
|
success 操作成功。
|
7268
7218
|
:type Status: str
|
7269
7219
|
:param _Reason: 失败原因
|
7270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7271
7220
|
:type Reason: str
|
7272
7221
|
:param _CreatedOn: 创建时间
|
7273
7222
|
:type CreatedOn: str
|
7274
7223
|
:param _UpdatedOn: 更新时间
|
7275
7224
|
:type UpdatedOn: str
|
7276
7225
|
:param _BigDealId: 订单号
|
7277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7278
7226
|
:type BigDealId: str
|
7279
7227
|
"""
|
7280
7228
|
self._Id = None
|
@@ -7336,7 +7284,6 @@ success 操作成功。
|
|
7336
7284
|
@property
|
7337
7285
|
def Reason(self):
|
7338
7286
|
"""失败原因
|
7339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7340
7287
|
:rtype: str
|
7341
7288
|
"""
|
7342
7289
|
return self._Reason
|
@@ -7370,7 +7317,6 @@ success 操作成功。
|
|
7370
7317
|
@property
|
7371
7318
|
def BigDealId(self):
|
7372
7319
|
"""订单号
|
7373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7374
7320
|
:rtype: str
|
7375
7321
|
"""
|
7376
7322
|
return self._BigDealId
|
@@ -7738,7 +7684,6 @@ Reject:实名审核失败
|
|
7738
7684
|
NoAudit: 无需实名认证
|
7739
7685
|
:type RealNameAuditStatus: str
|
7740
7686
|
:param _RealNameAuditUnpassReason: 域名实名认证不通过原因。
|
7741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7742
7687
|
:type RealNameAuditUnpassReason: str
|
7743
7688
|
:param _DomainNameAuditStatus: 域名命名审核状态。
|
7744
7689
|
NotAudit:命名审核未上传
|
@@ -7748,7 +7693,6 @@ Approved:域名命名审核通过
|
|
7748
7693
|
Rejected:域名命名审核拒绝
|
7749
7694
|
:type DomainNameAuditStatus: str
|
7750
7695
|
:param _DomainNameAuditUnpassReason: 域名命名审核不通过原因。
|
7751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7752
7696
|
:type DomainNameAuditUnpassReason: str
|
7753
7697
|
:param _CreationDate: 注册时间。
|
7754
7698
|
:type CreationDate: str
|
@@ -7870,7 +7814,6 @@ NoAudit: 无需实名认证
|
|
7870
7814
|
@property
|
7871
7815
|
def RealNameAuditUnpassReason(self):
|
7872
7816
|
"""域名实名认证不通过原因。
|
7873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7874
7817
|
:rtype: str
|
7875
7818
|
"""
|
7876
7819
|
return self._RealNameAuditUnpassReason
|
@@ -7898,7 +7841,6 @@ Rejected:域名命名审核拒绝
|
|
7898
7841
|
@property
|
7899
7842
|
def DomainNameAuditUnpassReason(self):
|
7900
7843
|
"""域名命名审核不通过原因。
|
7901
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7902
7844
|
:rtype: str
|
7903
7845
|
"""
|
7904
7846
|
return self._DomainNameAuditUnpassReason
|
@@ -8121,10 +8063,8 @@ class FailReservedDomainInfo(AbstractModel):
|
|
8121
8063
|
def __init__(self):
|
8122
8064
|
r"""
|
8123
8065
|
:param _Domain: 域名
|
8124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8125
8066
|
:type Domain: str
|
8126
8067
|
:param _FailReason: 预约失败原因
|
8127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8128
8068
|
:type FailReason: str
|
8129
8069
|
"""
|
8130
8070
|
self._Domain = None
|
@@ -8133,7 +8073,6 @@ class FailReservedDomainInfo(AbstractModel):
|
|
8133
8073
|
@property
|
8134
8074
|
def Domain(self):
|
8135
8075
|
"""域名
|
8136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8137
8076
|
:rtype: str
|
8138
8077
|
"""
|
8139
8078
|
return self._Domain
|
@@ -8145,7 +8084,6 @@ class FailReservedDomainInfo(AbstractModel):
|
|
8145
8084
|
@property
|
8146
8085
|
def FailReason(self):
|
8147
8086
|
"""预约失败原因
|
8148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8149
8087
|
:rtype: str
|
8150
8088
|
"""
|
8151
8089
|
return self._FailReason
|
@@ -8808,22 +8746,16 @@ class PreAuctionInfo(AbstractModel):
|
|
8808
8746
|
def __init__(self):
|
8809
8747
|
r"""
|
8810
8748
|
:param _Domain: 域名
|
8811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8812
8749
|
:type Domain: str
|
8813
8750
|
:param _BiddingTime: 竞价倒计时
|
8814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8815
8751
|
:type BiddingTime: str
|
8816
8752
|
:param _BidCount: 出价次数
|
8817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8818
8753
|
:type BidCount: int
|
8819
8754
|
:param _Price: 当前价格
|
8820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8821
8755
|
:type Price: float
|
8822
8756
|
:param _Op: 用户操作 bid:出价 "noAction":无法操作
|
8823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8824
8757
|
:type Op: str
|
8825
8758
|
:param _BusinessId: 业务ID
|
8826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8827
8759
|
:type BusinessId: str
|
8828
8760
|
"""
|
8829
8761
|
self._Domain = None
|
@@ -8836,7 +8768,6 @@ class PreAuctionInfo(AbstractModel):
|
|
8836
8768
|
@property
|
8837
8769
|
def Domain(self):
|
8838
8770
|
"""域名
|
8839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8840
8771
|
:rtype: str
|
8841
8772
|
"""
|
8842
8773
|
return self._Domain
|
@@ -8848,7 +8779,6 @@ class PreAuctionInfo(AbstractModel):
|
|
8848
8779
|
@property
|
8849
8780
|
def BiddingTime(self):
|
8850
8781
|
"""竞价倒计时
|
8851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8852
8782
|
:rtype: str
|
8853
8783
|
"""
|
8854
8784
|
return self._BiddingTime
|
@@ -8860,7 +8790,6 @@ class PreAuctionInfo(AbstractModel):
|
|
8860
8790
|
@property
|
8861
8791
|
def BidCount(self):
|
8862
8792
|
"""出价次数
|
8863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8864
8793
|
:rtype: int
|
8865
8794
|
"""
|
8866
8795
|
return self._BidCount
|
@@ -8872,7 +8801,6 @@ class PreAuctionInfo(AbstractModel):
|
|
8872
8801
|
@property
|
8873
8802
|
def Price(self):
|
8874
8803
|
"""当前价格
|
8875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8876
8804
|
:rtype: float
|
8877
8805
|
"""
|
8878
8806
|
return self._Price
|
@@ -8884,7 +8812,6 @@ class PreAuctionInfo(AbstractModel):
|
|
8884
8812
|
@property
|
8885
8813
|
def Op(self):
|
8886
8814
|
"""用户操作 bid:出价 "noAction":无法操作
|
8887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8888
8815
|
:rtype: str
|
8889
8816
|
"""
|
8890
8817
|
return self._Op
|
@@ -8896,7 +8823,6 @@ class PreAuctionInfo(AbstractModel):
|
|
8896
8823
|
@property
|
8897
8824
|
def BusinessId(self):
|
8898
8825
|
"""业务ID
|
8899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8900
8826
|
:rtype: str
|
8901
8827
|
"""
|
8902
8828
|
return self._BusinessId
|
@@ -8931,34 +8857,24 @@ class PreReleaseInfo(AbstractModel):
|
|
8931
8857
|
def __init__(self):
|
8932
8858
|
r"""
|
8933
8859
|
:param _Domain: 域名
|
8934
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8935
8860
|
:type Domain: str
|
8936
8861
|
:param _ReservationTime: 预订倒计时
|
8937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8938
8862
|
:type ReservationTime: str
|
8939
8863
|
:param _RegTime: 域名注册时间
|
8940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8941
8864
|
:type RegTime: str
|
8942
8865
|
:param _DelTime: 域名删除时间
|
8943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8944
8866
|
:type DelTime: str
|
8945
8867
|
:param _CurrentPeople: 当前人数
|
8946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8947
8868
|
:type CurrentPeople: int
|
8948
8869
|
:param _Price: 当前价格
|
8949
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8950
8870
|
:type Price: float
|
8951
8871
|
:param _IsFollow: 是否收藏
|
8952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8953
8872
|
:type IsFollow: bool
|
8954
8873
|
:param _IsAppoint: 是否已经预约
|
8955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8956
8874
|
:type IsAppoint: bool
|
8957
8875
|
:param _BusinessId: 业务ID
|
8958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8959
8876
|
:type BusinessId: str
|
8960
8877
|
:param _IsDomainUser: 是否为原持有者
|
8961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8962
8878
|
:type IsDomainUser: bool
|
8963
8879
|
"""
|
8964
8880
|
self._Domain = None
|
@@ -8975,7 +8891,6 @@ class PreReleaseInfo(AbstractModel):
|
|
8975
8891
|
@property
|
8976
8892
|
def Domain(self):
|
8977
8893
|
"""域名
|
8978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8979
8894
|
:rtype: str
|
8980
8895
|
"""
|
8981
8896
|
return self._Domain
|
@@ -8987,7 +8902,6 @@ class PreReleaseInfo(AbstractModel):
|
|
8987
8902
|
@property
|
8988
8903
|
def ReservationTime(self):
|
8989
8904
|
"""预订倒计时
|
8990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8991
8905
|
:rtype: str
|
8992
8906
|
"""
|
8993
8907
|
return self._ReservationTime
|
@@ -8999,7 +8913,6 @@ class PreReleaseInfo(AbstractModel):
|
|
8999
8913
|
@property
|
9000
8914
|
def RegTime(self):
|
9001
8915
|
"""域名注册时间
|
9002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9003
8916
|
:rtype: str
|
9004
8917
|
"""
|
9005
8918
|
return self._RegTime
|
@@ -9011,7 +8924,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9011
8924
|
@property
|
9012
8925
|
def DelTime(self):
|
9013
8926
|
"""域名删除时间
|
9014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9015
8927
|
:rtype: str
|
9016
8928
|
"""
|
9017
8929
|
return self._DelTime
|
@@ -9023,7 +8935,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9023
8935
|
@property
|
9024
8936
|
def CurrentPeople(self):
|
9025
8937
|
"""当前人数
|
9026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9027
8938
|
:rtype: int
|
9028
8939
|
"""
|
9029
8940
|
return self._CurrentPeople
|
@@ -9035,7 +8946,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9035
8946
|
@property
|
9036
8947
|
def Price(self):
|
9037
8948
|
"""当前价格
|
9038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9039
8949
|
:rtype: float
|
9040
8950
|
"""
|
9041
8951
|
return self._Price
|
@@ -9047,7 +8957,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9047
8957
|
@property
|
9048
8958
|
def IsFollow(self):
|
9049
8959
|
"""是否收藏
|
9050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9051
8960
|
:rtype: bool
|
9052
8961
|
"""
|
9053
8962
|
return self._IsFollow
|
@@ -9059,7 +8968,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9059
8968
|
@property
|
9060
8969
|
def IsAppoint(self):
|
9061
8970
|
"""是否已经预约
|
9062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9063
8971
|
:rtype: bool
|
9064
8972
|
"""
|
9065
8973
|
return self._IsAppoint
|
@@ -9071,7 +8979,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9071
8979
|
@property
|
9072
8980
|
def BusinessId(self):
|
9073
8981
|
"""业务ID
|
9074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9075
8982
|
:rtype: str
|
9076
8983
|
"""
|
9077
8984
|
return self._BusinessId
|
@@ -9083,7 +8990,6 @@ class PreReleaseInfo(AbstractModel):
|
|
9083
8990
|
@property
|
9084
8991
|
def IsDomainUser(self):
|
9085
8992
|
"""是否为原持有者
|
9086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9087
8993
|
:rtype: bool
|
9088
8994
|
"""
|
9089
8995
|
return self._IsDomainUser
|
@@ -9218,16 +9124,12 @@ class PriceScopeConf(AbstractModel):
|
|
9218
9124
|
def __init__(self):
|
9219
9125
|
r"""
|
9220
9126
|
:param _MaxPrice: 最高价格
|
9221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9222
9127
|
:type MaxPrice: float
|
9223
9128
|
:param _MinPrice: 最低价格
|
9224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9225
9129
|
:type MinPrice: float
|
9226
9130
|
:param _Price: 价格幅度
|
9227
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9228
9131
|
:type Price: float
|
9229
9132
|
:param _DepositPrice: 保证金
|
9230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9231
9133
|
:type DepositPrice: float
|
9232
9134
|
"""
|
9233
9135
|
self._MaxPrice = None
|
@@ -9238,7 +9140,6 @@ class PriceScopeConf(AbstractModel):
|
|
9238
9140
|
@property
|
9239
9141
|
def MaxPrice(self):
|
9240
9142
|
"""最高价格
|
9241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9242
9143
|
:rtype: float
|
9243
9144
|
"""
|
9244
9145
|
return self._MaxPrice
|
@@ -9250,7 +9151,6 @@ class PriceScopeConf(AbstractModel):
|
|
9250
9151
|
@property
|
9251
9152
|
def MinPrice(self):
|
9252
9153
|
"""最低价格
|
9253
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9254
9154
|
:rtype: float
|
9255
9155
|
"""
|
9256
9156
|
return self._MinPrice
|
@@ -9262,7 +9162,6 @@ class PriceScopeConf(AbstractModel):
|
|
9262
9162
|
@property
|
9263
9163
|
def Price(self):
|
9264
9164
|
"""价格幅度
|
9265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9266
9165
|
:rtype: float
|
9267
9166
|
"""
|
9268
9167
|
return self._Price
|
@@ -9274,7 +9173,6 @@ class PriceScopeConf(AbstractModel):
|
|
9274
9173
|
@property
|
9275
9174
|
def DepositPrice(self):
|
9276
9175
|
"""保证金
|
9277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9278
9176
|
:rtype: float
|
9279
9177
|
"""
|
9280
9178
|
return self._DepositPrice
|
@@ -9497,16 +9395,12 @@ class ReserveBidInfo(AbstractModel):
|
|
9497
9395
|
def __init__(self):
|
9498
9396
|
r"""
|
9499
9397
|
:param _User: 用户
|
9500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9501
9398
|
:type User: str
|
9502
9399
|
:param _Price: 出价
|
9503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9504
9400
|
:type Price: int
|
9505
9401
|
:param _BidTime: 出价时间
|
9506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9507
9402
|
:type BidTime: str
|
9508
9403
|
:param _BidStatus: 当前状态
|
9509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9510
9404
|
:type BidStatus: str
|
9511
9405
|
"""
|
9512
9406
|
self._User = None
|
@@ -9517,7 +9411,6 @@ class ReserveBidInfo(AbstractModel):
|
|
9517
9411
|
@property
|
9518
9412
|
def User(self):
|
9519
9413
|
"""用户
|
9520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9521
9414
|
:rtype: str
|
9522
9415
|
"""
|
9523
9416
|
return self._User
|
@@ -9529,7 +9422,6 @@ class ReserveBidInfo(AbstractModel):
|
|
9529
9422
|
@property
|
9530
9423
|
def Price(self):
|
9531
9424
|
"""出价
|
9532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9533
9425
|
:rtype: int
|
9534
9426
|
"""
|
9535
9427
|
return self._Price
|
@@ -9541,7 +9433,6 @@ class ReserveBidInfo(AbstractModel):
|
|
9541
9433
|
@property
|
9542
9434
|
def BidTime(self):
|
9543
9435
|
"""出价时间
|
9544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9545
9436
|
:rtype: str
|
9546
9437
|
"""
|
9547
9438
|
return self._BidTime
|
@@ -9553,7 +9444,6 @@ class ReserveBidInfo(AbstractModel):
|
|
9553
9444
|
@property
|
9554
9445
|
def BidStatus(self):
|
9555
9446
|
"""当前状态
|
9556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9557
9447
|
:rtype: str
|
9558
9448
|
"""
|
9559
9449
|
return self._BidStatus
|
@@ -9701,22 +9591,16 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9701
9591
|
:param _ReservedStatus: 1. 预定成功 2. 预定失败(预定失败Reason字段将会被赋值)3. 域名交割中 4. 域名交割完成
|
9702
9592
|
:type ReservedStatus: int
|
9703
9593
|
:param _FailReason: 域名预定失败原因
|
9704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9705
9594
|
:type FailReason: str
|
9706
9595
|
:param _ChangeOwnerTime: 预计变更所有权时间(仅用于参考,实际时间会存在误差)
|
9707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9708
9596
|
:type ChangeOwnerTime: str
|
9709
9597
|
:param _RegTime: 注册时间
|
9710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9711
9598
|
:type RegTime: str
|
9712
9599
|
:param _ExpireTime: 到期时间
|
9713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9714
9600
|
:type ExpireTime: str
|
9715
9601
|
:param _ResourceId: 资源ID,用于删除资源信息
|
9716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9717
9602
|
:type ResourceId: str
|
9718
9603
|
:param _BusinessId: 业务ID
|
9719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9720
9604
|
:type BusinessId: str
|
9721
9605
|
"""
|
9722
9606
|
self._Domain = None
|
@@ -9753,7 +9637,6 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9753
9637
|
@property
|
9754
9638
|
def FailReason(self):
|
9755
9639
|
"""域名预定失败原因
|
9756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9757
9640
|
:rtype: str
|
9758
9641
|
"""
|
9759
9642
|
return self._FailReason
|
@@ -9765,7 +9648,6 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9765
9648
|
@property
|
9766
9649
|
def ChangeOwnerTime(self):
|
9767
9650
|
"""预计变更所有权时间(仅用于参考,实际时间会存在误差)
|
9768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9769
9651
|
:rtype: str
|
9770
9652
|
"""
|
9771
9653
|
return self._ChangeOwnerTime
|
@@ -9777,7 +9659,6 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9777
9659
|
@property
|
9778
9660
|
def RegTime(self):
|
9779
9661
|
"""注册时间
|
9780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9781
9662
|
:rtype: str
|
9782
9663
|
"""
|
9783
9664
|
return self._RegTime
|
@@ -9789,7 +9670,6 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9789
9670
|
@property
|
9790
9671
|
def ExpireTime(self):
|
9791
9672
|
"""到期时间
|
9792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9793
9673
|
:rtype: str
|
9794
9674
|
"""
|
9795
9675
|
return self._ExpireTime
|
@@ -9801,7 +9681,6 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9801
9681
|
@property
|
9802
9682
|
def ResourceId(self):
|
9803
9683
|
"""资源ID,用于删除资源信息
|
9804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9805
9684
|
:rtype: str
|
9806
9685
|
"""
|
9807
9686
|
return self._ResourceId
|
@@ -9813,7 +9692,6 @@ class ReservedPreDomainInfo(AbstractModel):
|
|
9813
9692
|
@property
|
9814
9693
|
def BusinessId(self):
|
9815
9694
|
"""业务ID
|
9816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9817
9695
|
:rtype: str
|
9818
9696
|
"""
|
9819
9697
|
return self._BusinessId
|
@@ -10178,10 +10056,8 @@ class SucDomainInfo(AbstractModel):
|
|
10178
10056
|
def __init__(self):
|
10179
10057
|
r"""
|
10180
10058
|
:param _Domain: 域名
|
10181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10182
10059
|
:type Domain: str
|
10183
10060
|
:param _BusinessId: 业务ID
|
10184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10185
10061
|
:type BusinessId: str
|
10186
10062
|
"""
|
10187
10063
|
self._Domain = None
|
@@ -10190,7 +10066,6 @@ class SucDomainInfo(AbstractModel):
|
|
10190
10066
|
@property
|
10191
10067
|
def Domain(self):
|
10192
10068
|
"""域名
|
10193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10194
10069
|
:rtype: str
|
10195
10070
|
"""
|
10196
10071
|
return self._Domain
|
@@ -10202,7 +10077,6 @@ class SucDomainInfo(AbstractModel):
|
|
10202
10077
|
@property
|
10203
10078
|
def BusinessId(self):
|
10204
10079
|
"""业务ID
|
10205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10206
10080
|
:rtype: str
|
10207
10081
|
"""
|
10208
10082
|
return self._BusinessId
|