tencentcloud-sdk-python 3.0.1349__py2.py3-none-any.whl → 3.0.1351__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/antiddos/v20200309/models.py +0 -118
- tencentcloud/batch/v20170312/models.py +0 -8
- tencentcloud/bi/v20220105/models.py +8 -0
- tencentcloud/ccc/v20200210/ccc_client.py +92 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +816 -142
- tencentcloud/cfw/v20190904/models.py +2 -2
- tencentcloud/ckafka/v20190819/models.py +6 -6
- tencentcloud/cme/v20191029/cme_client.py +0 -1
- tencentcloud/cme/v20191029/models.py +10 -14
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cwp/v20180228/models.py +60 -0
- tencentcloud/cynosdb/v20190107/models.py +30 -90
- tencentcloud/dnspod/v20210323/models.py +2 -48
- tencentcloud/domain/v20180808/models.py +14 -6
- tencentcloud/dts/v20180330/models.py +0 -2
- tencentcloud/dts/v20211206/models.py +2 -14
- tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
- tencentcloud/emr/v20190103/models.py +4 -4
- tencentcloud/ess/v20201111/ess_client.py +5 -3
- tencentcloud/ess/v20201111/models.py +47 -14
- tencentcloud/essbasic/v20210526/models.py +4 -4
- tencentcloud/gs/v20191118/gs_client.py +23 -0
- tencentcloud/gs/v20191118/models.py +99 -0
- tencentcloud/iotexplorer/v20190423/models.py +34 -0
- tencentcloud/iotvideo/v20211125/models.py +34 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +46 -0
- tencentcloud/iss/v20230517/models.py +409 -0
- tencentcloud/lighthouse/v20200324/models.py +10 -4
- tencentcloud/live/v20180801/models.py +45 -0
- tencentcloud/lke/v20231130/models.py +51 -2
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mmps/v20200710/models.py +0 -4
- tencentcloud/mps/v20190612/errorcodes.py +1 -5
- tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
- tencentcloud/mqtt/v20240516/models.py +198 -68
- tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
- tencentcloud/ocr/v20181119/errorcodes.py +0 -9
- tencentcloud/ocr/v20181119/models.py +29 -478
- tencentcloud/ocr/v20181119/ocr_client.py +5 -79
- tencentcloud/partners/v20180321/models.py +154 -0
- tencentcloud/partners/v20180321/partners_client.py +23 -0
- tencentcloud/rce/v20201103/models.py +0 -15
- tencentcloud/sqlserver/v20180328/models.py +60 -0
- tencentcloud/tdid/v20210519/models.py +0 -10
- tencentcloud/tdmq/v20200217/models.py +0 -94
- tencentcloud/tdmq/v20200217/tdmq_client.py +9 -28
- tencentcloud/thpc/v20230321/models.py +15 -0
- tencentcloud/tione/v20211111/errorcodes.py +105 -0
- tencentcloud/tione/v20211111/models.py +666 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/tke/v20180525/models.py +0 -4
- tencentcloud/trtc/v20190722/models.py +49 -64
- tencentcloud/vod/v20180717/models.py +39 -145
- tencentcloud/vod/v20180717/vod_client.py +2 -1
- tencentcloud/vpc/v20170312/models.py +152 -98
- tencentcloud/vpc/v20170312/vpc_client.py +8 -5
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/top_level.txt +0 -0
@@ -6359,8 +6359,7 @@ class DescribeDomainLogListResponse(AbstractModel):
|
|
6359
6359
|
|
6360
6360
|
def __init__(self):
|
6361
6361
|
r"""
|
6362
|
-
:param _LogList:
|
6363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6362
|
+
:param _LogList: 域名日志信息
|
6364
6363
|
:type LogList: list of str
|
6365
6364
|
:param _PageSize: 分页大小
|
6366
6365
|
:type PageSize: int
|
@@ -6376,8 +6375,7 @@ class DescribeDomainLogListResponse(AbstractModel):
|
|
6376
6375
|
|
6377
6376
|
@property
|
6378
6377
|
def LogList(self):
|
6379
|
-
"""
|
6380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6378
|
+
"""域名日志信息
|
6381
6379
|
:rtype: list of str
|
6382
6380
|
"""
|
6383
6381
|
return self._LogList
|
@@ -8702,7 +8700,6 @@ class DescribeRecordSnapshotRollbackResultResponse(AbstractModel):
|
|
8702
8700
|
:param _Status: 回滚状态
|
8703
8701
|
:type Status: str
|
8704
8702
|
:param _FailedRecordList: 失败的记录信息
|
8705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8706
8703
|
:type FailedRecordList: list of SnapshotRecord
|
8707
8704
|
:param _Domain: 所属域名
|
8708
8705
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8765,7 +8762,6 @@ class DescribeRecordSnapshotRollbackResultResponse(AbstractModel):
|
|
8765
8762
|
@property
|
8766
8763
|
def FailedRecordList(self):
|
8767
8764
|
"""失败的记录信息
|
8768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8769
8765
|
:rtype: list of SnapshotRecord
|
8770
8766
|
"""
|
8771
8767
|
return self._FailedRecordList
|
@@ -10614,7 +10610,6 @@ class DomainInfo(AbstractModel):
|
|
10614
10610
|
:param _CnameSpeedup: cname加速启用状态
|
10615
10611
|
:type CnameSpeedup: str
|
10616
10612
|
:param _Remark: 域名备注
|
10617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10618
10613
|
:type Remark: str
|
10619
10614
|
:param _Punycode: 域名Punycode
|
10620
10615
|
:type Punycode: str
|
@@ -10641,18 +10636,14 @@ class DomainInfo(AbstractModel):
|
|
10641
10636
|
:param _Uin: 腾讯云账户Uin
|
10642
10637
|
:type Uin: str
|
10643
10638
|
:param _ActualNsList: 域名实际使用的NS列表
|
10644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10645
10639
|
:type ActualNsList: list of str
|
10646
10640
|
:param _RecordCount: 域名的记录数量
|
10647
10641
|
:type RecordCount: int
|
10648
10642
|
:param _OwnerNick: 域名所有者的账户昵称
|
10649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10650
10643
|
:type OwnerNick: str
|
10651
10644
|
:param _IsGracePeriod: 是否在付费套餐宽限期
|
10652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10653
10645
|
:type IsGracePeriod: str
|
10654
10646
|
:param _VipBuffered: 是否在付费套餐缓冲期
|
10655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10656
10647
|
:type VipBuffered: str
|
10657
10648
|
:param _VipStartAt: VIP套餐有效期开始时间
|
10658
10649
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10667,10 +10658,8 @@ class DomainInfo(AbstractModel):
|
|
10667
10658
|
注意:此字段可能返回 null,表示取不到有效值。
|
10668
10659
|
:type VipResourceId: str
|
10669
10660
|
:param _IsSubDomain: 是否是子域名。
|
10670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10671
10661
|
:type IsSubDomain: bool
|
10672
10662
|
:param _TagList: 域名关联的标签列表
|
10673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10674
10663
|
:type TagList: list of TagItem
|
10675
10664
|
:param _SearchEnginePush: 是否启用搜索引擎推送
|
10676
10665
|
:type SearchEnginePush: str
|
@@ -10791,7 +10780,6 @@ class DomainInfo(AbstractModel):
|
|
10791
10780
|
@property
|
10792
10781
|
def Remark(self):
|
10793
10782
|
"""域名备注
|
10794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10795
10783
|
:rtype: str
|
10796
10784
|
"""
|
10797
10785
|
return self._Remark
|
@@ -10935,7 +10923,6 @@ class DomainInfo(AbstractModel):
|
|
10935
10923
|
@property
|
10936
10924
|
def ActualNsList(self):
|
10937
10925
|
"""域名实际使用的NS列表
|
10938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10939
10926
|
:rtype: list of str
|
10940
10927
|
"""
|
10941
10928
|
return self._ActualNsList
|
@@ -10958,7 +10945,6 @@ class DomainInfo(AbstractModel):
|
|
10958
10945
|
@property
|
10959
10946
|
def OwnerNick(self):
|
10960
10947
|
"""域名所有者的账户昵称
|
10961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10962
10948
|
:rtype: str
|
10963
10949
|
"""
|
10964
10950
|
return self._OwnerNick
|
@@ -10970,7 +10956,6 @@ class DomainInfo(AbstractModel):
|
|
10970
10956
|
@property
|
10971
10957
|
def IsGracePeriod(self):
|
10972
10958
|
"""是否在付费套餐宽限期
|
10973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10974
10959
|
:rtype: str
|
10975
10960
|
"""
|
10976
10961
|
return self._IsGracePeriod
|
@@ -10982,7 +10967,6 @@ class DomainInfo(AbstractModel):
|
|
10982
10967
|
@property
|
10983
10968
|
def VipBuffered(self):
|
10984
10969
|
"""是否在付费套餐缓冲期
|
10985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10986
10970
|
:rtype: str
|
10987
10971
|
"""
|
10988
10972
|
return self._VipBuffered
|
@@ -11042,7 +11026,6 @@ class DomainInfo(AbstractModel):
|
|
11042
11026
|
@property
|
11043
11027
|
def IsSubDomain(self):
|
11044
11028
|
"""是否是子域名。
|
11045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11046
11029
|
:rtype: bool
|
11047
11030
|
"""
|
11048
11031
|
return self._IsSubDomain
|
@@ -11054,7 +11037,6 @@ class DomainInfo(AbstractModel):
|
|
11054
11037
|
@property
|
11055
11038
|
def TagList(self):
|
11056
11039
|
"""域名关联的标签列表
|
11057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11058
11040
|
:rtype: list of TagItem
|
11059
11041
|
"""
|
11060
11042
|
return self._TagList
|
@@ -11584,19 +11566,14 @@ class DomainShareUserInfo(AbstractModel):
|
|
11584
11566
|
:param _DomainShareId: 共享记录ID
|
11585
11567
|
:type DomainShareId: int
|
11586
11568
|
:param _Mode: 共享模式。r-只读;w-可写;rw-可读写。
|
11587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11588
11569
|
:type Mode: str
|
11589
11570
|
:param _Nickname: 共享到的用户昵称
|
11590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11591
11571
|
:type Nickname: str
|
11592
11572
|
:param _QCloudUIN: 共享到的用户UIN
|
11593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11594
11573
|
:type QCloudUIN: str
|
11595
11574
|
:param _Status: 共享状态。enabled-有效;pause-无效。
|
11596
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11597
11575
|
:type Status: str
|
11598
11576
|
:param _SubDomain: 共享的子域名
|
11599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11600
11577
|
:type SubDomain: str
|
11601
11578
|
"""
|
11602
11579
|
self._DomainShareId = None
|
@@ -11620,7 +11597,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11620
11597
|
@property
|
11621
11598
|
def Mode(self):
|
11622
11599
|
"""共享模式。r-只读;w-可写;rw-可读写。
|
11623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11624
11600
|
:rtype: str
|
11625
11601
|
"""
|
11626
11602
|
return self._Mode
|
@@ -11632,7 +11608,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11632
11608
|
@property
|
11633
11609
|
def Nickname(self):
|
11634
11610
|
"""共享到的用户昵称
|
11635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11636
11611
|
:rtype: str
|
11637
11612
|
"""
|
11638
11613
|
return self._Nickname
|
@@ -11644,7 +11619,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11644
11619
|
@property
|
11645
11620
|
def QCloudUIN(self):
|
11646
11621
|
"""共享到的用户UIN
|
11647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11648
11622
|
:rtype: str
|
11649
11623
|
"""
|
11650
11624
|
return self._QCloudUIN
|
@@ -11656,7 +11630,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11656
11630
|
@property
|
11657
11631
|
def Status(self):
|
11658
11632
|
"""共享状态。enabled-有效;pause-无效。
|
11659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11660
11633
|
:rtype: str
|
11661
11634
|
"""
|
11662
11635
|
return self._Status
|
@@ -11668,7 +11641,6 @@ class DomainShareUserInfo(AbstractModel):
|
|
11668
11641
|
@property
|
11669
11642
|
def SubDomain(self):
|
11670
11643
|
"""共享的子域名
|
11671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11672
11644
|
:rtype: str
|
11673
11645
|
"""
|
11674
11646
|
return self._SubDomain
|
@@ -12105,7 +12077,6 @@ class KeyValue(AbstractModel):
|
|
12105
12077
|
:param _Key: 键
|
12106
12078
|
:type Key: str
|
12107
12079
|
:param _Value: 值
|
12108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12109
12080
|
:type Value: str
|
12110
12081
|
"""
|
12111
12082
|
self._Key = None
|
@@ -12125,7 +12096,6 @@ class KeyValue(AbstractModel):
|
|
12125
12096
|
@property
|
12126
12097
|
def Value(self):
|
12127
12098
|
"""值
|
12128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12129
12099
|
:rtype: str
|
12130
12100
|
"""
|
12131
12101
|
return self._Value
|
@@ -13885,27 +13855,22 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13885
13855
|
def __init__(self):
|
13886
13856
|
r"""
|
13887
13857
|
:param _RecordList: 见RecordInfoBatchModify
|
13888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13889
13858
|
:type RecordList: list of BatchRecordInfo
|
13890
13859
|
:param _Id: 任务编号
|
13891
13860
|
:type Id: int
|
13892
13861
|
:param _Domain: 域名
|
13893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13894
13862
|
:type Domain: str
|
13895
13863
|
:param _DomainGrade: 域名等级
|
13896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13897
13864
|
:type DomainGrade: str
|
13898
13865
|
:param _ErrMsg: 错误信息
|
13899
13866
|
注意:此字段可能返回 null,表示取不到有效值。
|
13900
13867
|
:type ErrMsg: str
|
13901
13868
|
:param _Status: 该条任务运行状态
|
13902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13903
13869
|
:type Status: str
|
13904
13870
|
:param _Operation: 操作类型
|
13905
13871
|
注意:此字段可能返回 null,表示取不到有效值。
|
13906
13872
|
:type Operation: str
|
13907
13873
|
:param _DomainId: 域名ID
|
13908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13909
13874
|
:type DomainId: int
|
13910
13875
|
"""
|
13911
13876
|
self._RecordList = None
|
@@ -13920,7 +13885,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13920
13885
|
@property
|
13921
13886
|
def RecordList(self):
|
13922
13887
|
"""见RecordInfoBatchModify
|
13923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13924
13888
|
:rtype: list of BatchRecordInfo
|
13925
13889
|
"""
|
13926
13890
|
return self._RecordList
|
@@ -13943,7 +13907,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13943
13907
|
@property
|
13944
13908
|
def Domain(self):
|
13945
13909
|
"""域名
|
13946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13947
13910
|
:rtype: str
|
13948
13911
|
"""
|
13949
13912
|
return self._Domain
|
@@ -13955,7 +13918,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13955
13918
|
@property
|
13956
13919
|
def DomainGrade(self):
|
13957
13920
|
"""域名等级
|
13958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13959
13921
|
:rtype: str
|
13960
13922
|
"""
|
13961
13923
|
return self._DomainGrade
|
@@ -13979,7 +13941,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
13979
13941
|
@property
|
13980
13942
|
def Status(self):
|
13981
13943
|
"""该条任务运行状态
|
13982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13983
13944
|
:rtype: str
|
13984
13945
|
"""
|
13985
13946
|
return self._Status
|
@@ -14003,7 +13964,6 @@ class ModifyRecordBatchDetail(AbstractModel):
|
|
14003
13964
|
@property
|
14004
13965
|
def DomainId(self):
|
14005
13966
|
"""域名ID
|
14006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14007
13967
|
:rtype: int
|
14008
13968
|
"""
|
14009
13969
|
return self._DomainId
|
@@ -16290,7 +16250,6 @@ class RecordInfo(AbstractModel):
|
|
16290
16250
|
"" : 该记录未开启 D 监控。
|
16291
16251
|
:type MonitorStatus: str
|
16292
16252
|
:param _Remark: 记录的备注。
|
16293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16294
16253
|
:type Remark: str
|
16295
16254
|
:param _UpdatedOn: 记录最后更新时间。
|
16296
16255
|
:type UpdatedOn: str
|
@@ -16441,7 +16400,6 @@ class RecordInfo(AbstractModel):
|
|
16441
16400
|
@property
|
16442
16401
|
def Remark(self):
|
16443
16402
|
"""记录的备注。
|
16444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16445
16403
|
:rtype: str
|
16446
16404
|
"""
|
16447
16405
|
return self._Remark
|
@@ -16531,7 +16489,6 @@ class RecordListItem(AbstractModel):
|
|
16531
16489
|
:param _TTL: 记录缓存时间
|
16532
16490
|
:type TTL: int
|
16533
16491
|
:param _MX: MX值,只有MX记录有
|
16534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16535
16492
|
:type MX: int
|
16536
16493
|
:param _DefaultNS: 是否是默认的ns记录
|
16537
16494
|
:type DefaultNS: bool
|
@@ -16687,7 +16644,6 @@ class RecordListItem(AbstractModel):
|
|
16687
16644
|
@property
|
16688
16645
|
def MX(self):
|
16689
16646
|
"""MX值,只有MX记录有
|
16690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16691
16647
|
:rtype: int
|
16692
16648
|
"""
|
16693
16649
|
return self._MX
|
@@ -17701,7 +17657,6 @@ class TagItem(AbstractModel):
|
|
17701
17657
|
:param _TagKey: 标签键
|
17702
17658
|
:type TagKey: str
|
17703
17659
|
:param _TagValue: 标签值
|
17704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17705
17660
|
:type TagValue: str
|
17706
17661
|
"""
|
17707
17662
|
self._TagKey = None
|
@@ -17721,7 +17676,6 @@ class TagItem(AbstractModel):
|
|
17721
17676
|
@property
|
17722
17677
|
def TagValue(self):
|
17723
17678
|
"""标签值
|
17724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17725
17679
|
:rtype: str
|
17726
17680
|
"""
|
17727
17681
|
return self._TagValue
|
@@ -4802,11 +4802,15 @@ class DescribeDomainPriceListRequest(AbstractModel):
|
|
4802
4802
|
|
4803
4803
|
def __init__(self):
|
4804
4804
|
r"""
|
4805
|
-
:param _TldList:
|
4805
|
+
:param _TldList: 查询指定域名后缀的域名价格列表,若不指定域名后缀,默认查询所有后缀的域名价格列表。
|
4806
4806
|
:type TldList: list of str
|
4807
|
-
:param _Year:
|
4807
|
+
:param _Year: 查询购买的年份,默认会列出所有年份的价格,可选值【1,10】
|
4808
4808
|
:type Year: list of int
|
4809
|
-
:param _Operation: 域名的购买类型:
|
4809
|
+
:param _Operation: 域名的购买类型:
|
4810
|
+
new 新购
|
4811
|
+
renew 续费
|
4812
|
+
redem 赎回
|
4813
|
+
tran 转入
|
4810
4814
|
:type Operation: list of str
|
4811
4815
|
"""
|
4812
4816
|
self._TldList = None
|
@@ -4815,7 +4819,7 @@ class DescribeDomainPriceListRequest(AbstractModel):
|
|
4815
4819
|
|
4816
4820
|
@property
|
4817
4821
|
def TldList(self):
|
4818
|
-
"""
|
4822
|
+
"""查询指定域名后缀的域名价格列表,若不指定域名后缀,默认查询所有后缀的域名价格列表。
|
4819
4823
|
:rtype: list of str
|
4820
4824
|
"""
|
4821
4825
|
return self._TldList
|
@@ -4826,7 +4830,7 @@ class DescribeDomainPriceListRequest(AbstractModel):
|
|
4826
4830
|
|
4827
4831
|
@property
|
4828
4832
|
def Year(self):
|
4829
|
-
"""
|
4833
|
+
"""查询购买的年份,默认会列出所有年份的价格,可选值【1,10】
|
4830
4834
|
:rtype: list of int
|
4831
4835
|
"""
|
4832
4836
|
return self._Year
|
@@ -4837,7 +4841,11 @@ class DescribeDomainPriceListRequest(AbstractModel):
|
|
4837
4841
|
|
4838
4842
|
@property
|
4839
4843
|
def Operation(self):
|
4840
|
-
"""域名的购买类型:
|
4844
|
+
"""域名的购买类型:
|
4845
|
+
new 新购
|
4846
|
+
renew 续费
|
4847
|
+
redem 赎回
|
4848
|
+
tran 转入
|
4841
4849
|
:rtype: list of str
|
4842
4850
|
"""
|
4843
4851
|
return self._Operation
|
@@ -2513,7 +2513,6 @@ class MigrateJobInfo(AbstractModel):
|
|
2513
2513
|
:param _ErrorInfo: 任务错误信息提示,当任务发生错误时,不为null或者空值
|
2514
2514
|
:type ErrorInfo: list of ErrorInfo
|
2515
2515
|
:param _Tags: 标签
|
2516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2517
2516
|
:type Tags: list of TagItem
|
2518
2517
|
:param _SrcInfoMulti: 源实例为集群时且接入为非cdb时源实例信息
|
2519
2518
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2717,7 +2716,6 @@ class MigrateJobInfo(AbstractModel):
|
|
2717
2716
|
@property
|
2718
2717
|
def Tags(self):
|
2719
2718
|
"""标签
|
2720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2721
2719
|
:rtype: list of TagItem
|
2722
2720
|
"""
|
2723
2721
|
return self._Tags
|
@@ -9112,7 +9112,6 @@ class DistributeRule(AbstractModel):
|
|
9112
9112
|
:param _TablePattern: 表名匹配规则,如果 DatabaseType 为 mongodb,则匹配集合名
|
9113
9113
|
:type TablePattern: str
|
9114
9114
|
:param _Columns: 列名。如果 RuleType 为 cols,此项必填。订阅任务会用该列的值计算分区。mongo没有按列分区,因此也不用传这个字段。
|
9115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9116
9115
|
:type Columns: list of str
|
9117
9116
|
"""
|
9118
9117
|
self._RuleType = None
|
@@ -9156,7 +9155,6 @@ class DistributeRule(AbstractModel):
|
|
9156
9155
|
@property
|
9157
9156
|
def Columns(self):
|
9158
9157
|
"""列名。如果 RuleType 为 cols,此项必填。订阅任务会用该列的值计算分区。mongo没有按列分区,因此也不用传这个字段。
|
9159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9160
9158
|
:rtype: list of str
|
9161
9159
|
"""
|
9162
9160
|
return self._Columns
|
@@ -15163,7 +15161,6 @@ class SkippedDetail(AbstractModel):
|
|
15163
15161
|
:param _TotalCount: 跳过的表数量
|
15164
15162
|
:type TotalCount: int
|
15165
15163
|
:param _Items: 跳过校验的表详情
|
15166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15167
15164
|
:type Items: list of SkippedItem
|
15168
15165
|
"""
|
15169
15166
|
self._TotalCount = None
|
@@ -15183,7 +15180,6 @@ class SkippedDetail(AbstractModel):
|
|
15183
15180
|
@property
|
15184
15181
|
def Items(self):
|
15185
15182
|
"""跳过校验的表详情
|
15186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15187
15183
|
:rtype: list of SkippedItem
|
15188
15184
|
"""
|
15189
15185
|
return self._Items
|
@@ -15941,19 +15937,14 @@ class StepTip(AbstractModel):
|
|
15941
15937
|
def __init__(self):
|
15942
15938
|
r"""
|
15943
15939
|
:param _Code: 错误码
|
15944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15945
15940
|
:type Code: str
|
15946
15941
|
:param _Message: 错误信息
|
15947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15948
15942
|
:type Message: str
|
15949
15943
|
:param _Solution: 解决方式
|
15950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15951
15944
|
:type Solution: str
|
15952
15945
|
:param _HelpDoc: 帮助文档
|
15953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15954
15946
|
:type HelpDoc: str
|
15955
15947
|
:param _SkipInfo: 当前步骤跳过信息
|
15956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15957
15948
|
:type SkipInfo: str
|
15958
15949
|
"""
|
15959
15950
|
self._Code = None
|
@@ -15965,7 +15956,6 @@ class StepTip(AbstractModel):
|
|
15965
15956
|
@property
|
15966
15957
|
def Code(self):
|
15967
15958
|
"""错误码
|
15968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15969
15959
|
:rtype: str
|
15970
15960
|
"""
|
15971
15961
|
return self._Code
|
@@ -15977,7 +15967,6 @@ class StepTip(AbstractModel):
|
|
15977
15967
|
@property
|
15978
15968
|
def Message(self):
|
15979
15969
|
"""错误信息
|
15980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15981
15970
|
:rtype: str
|
15982
15971
|
"""
|
15983
15972
|
return self._Message
|
@@ -15989,7 +15978,6 @@ class StepTip(AbstractModel):
|
|
15989
15978
|
@property
|
15990
15979
|
def Solution(self):
|
15991
15980
|
"""解决方式
|
15992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15993
15981
|
:rtype: str
|
15994
15982
|
"""
|
15995
15983
|
return self._Solution
|
@@ -16001,7 +15989,6 @@ class StepTip(AbstractModel):
|
|
16001
15989
|
@property
|
16002
15990
|
def HelpDoc(self):
|
16003
15991
|
"""帮助文档
|
16004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16005
15992
|
:rtype: str
|
16006
15993
|
"""
|
16007
15994
|
return self._HelpDoc
|
@@ -16013,7 +16000,6 @@ class StepTip(AbstractModel):
|
|
16013
16000
|
@property
|
16014
16001
|
def SkipInfo(self):
|
16015
16002
|
"""当前步骤跳过信息
|
16016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16017
16003
|
:rtype: str
|
16018
16004
|
"""
|
16019
16005
|
return self._SkipInfo
|
@@ -17300,6 +17286,7 @@ class SyncJobInfo(AbstractModel):
|
|
17300
17286
|
:param _AllActions: 支持的所有操作
|
17301
17287
|
:type AllActions: list of str
|
17302
17288
|
:param _Actions: 当前状态能进行的操作
|
17289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
17303
17290
|
:type Actions: list of str
|
17304
17291
|
:param _Options: 同步选项
|
17305
17292
|
:type Options: :class:`tencentcloud.dts.v20211206.models.Options`
|
@@ -17466,6 +17453,7 @@ class SyncJobInfo(AbstractModel):
|
|
17466
17453
|
@property
|
17467
17454
|
def Actions(self):
|
17468
17455
|
"""当前状态能进行的操作
|
17456
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
17469
17457
|
:rtype: list of str
|
17470
17458
|
"""
|
17471
17459
|
return self._Actions
|
@@ -181,7 +181,9 @@ class EcdnClient(AbstractClient):
|
|
181
181
|
|
182
182
|
|
183
183
|
def DescribePurgeTasks(self, request):
|
184
|
-
"""
|
184
|
+
"""ECDN即将下线,如需要动态加速请使用EdgeOne
|
185
|
+
|
186
|
+
DescribePurgeTasks 用于查询刷新任务提交历史记录及执行进度。
|
185
187
|
|
186
188
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/37873"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
187
189
|
|
@@ -206,7 +208,9 @@ class EcdnClient(AbstractClient):
|
|
206
208
|
|
207
209
|
|
208
210
|
def PurgeUrlsCache(self, request):
|
209
|
-
"""
|
211
|
+
"""ECDN即将下线,如需要动态加速请使用EdgeOne
|
212
|
+
|
213
|
+
PurgeUrlsCache 用于批量刷新Url,一次提交将返回一个刷新任务id。
|
210
214
|
|
211
215
|
>? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/37870"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
|
212
216
|
|
@@ -28644,7 +28644,7 @@ class ScaleOutClusterRequest(AbstractModel):
|
|
28644
28644
|
:type DisasterRecoverGroupIds: list of str
|
28645
28645
|
:param _Tags: 扩容节点绑定标签列表。
|
28646
28646
|
:type Tags: list of Tag
|
28647
|
-
:param _HardwareSourceType: 扩容所选资源类型,可选范围为"
|
28647
|
+
:param _HardwareSourceType: 扩容所选资源类型,可选范围为"HOST","POD","MNode",HOST为普通的CVM资源,POD为TKE集群或EKS集群提供的资源,MNode为全托管资源类型
|
28648
28648
|
:type HardwareSourceType: str
|
28649
28649
|
:param _PodSpecInfo: Pod相关资源信息
|
28650
28650
|
:type PodSpecInfo: :class:`tencentcloud.emr.v20190103.models.PodSpecInfo`
|
@@ -28804,7 +28804,7 @@ class ScaleOutClusterRequest(AbstractModel):
|
|
28804
28804
|
|
28805
28805
|
@property
|
28806
28806
|
def HardwareSourceType(self):
|
28807
|
-
"""扩容所选资源类型,可选范围为"
|
28807
|
+
"""扩容所选资源类型,可选范围为"HOST","POD","MNode",HOST为普通的CVM资源,POD为TKE集群或EKS集群提供的资源,MNode为全托管资源类型
|
28808
28808
|
:rtype: str
|
28809
28809
|
"""
|
28810
28810
|
return self._HardwareSourceType
|
@@ -29132,7 +29132,7 @@ class ScaleOutInstanceRequest(AbstractModel):
|
|
29132
29132
|
:type DisasterRecoverGroupIds: list of str
|
29133
29133
|
:param _Tags: 扩容节点绑定标签列表。
|
29134
29134
|
:type Tags: list of Tag
|
29135
|
-
:param _HardwareResourceType: 扩容所选资源类型,可选范围为"
|
29135
|
+
:param _HardwareResourceType: 扩容所选资源类型,可选范围为"HOST","POD","MNode",HOST为普通的CVM资源,POD为TKE集群或EKS集群提供的资源,MNode为全托管资源类型
|
29136
29136
|
:type HardwareResourceType: str
|
29137
29137
|
:param _PodSpec: 使用Pod资源扩容时,指定的Pod规格以及来源等信息
|
29138
29138
|
:type PodSpec: :class:`tencentcloud.emr.v20190103.models.PodSpec`
|
@@ -29357,7 +29357,7 @@ class ScaleOutInstanceRequest(AbstractModel):
|
|
29357
29357
|
|
29358
29358
|
@property
|
29359
29359
|
def HardwareResourceType(self):
|
29360
|
-
"""扩容所选资源类型,可选范围为"
|
29360
|
+
"""扩容所选资源类型,可选范围为"HOST","POD","MNode",HOST为普通的CVM资源,POD为TKE集群或EKS集群提供的资源,MNode为全托管资源类型
|
29361
29361
|
:rtype: str
|
29362
29362
|
"""
|
29363
29363
|
return self._HardwareResourceType
|
@@ -2262,9 +2262,11 @@ class EssClient(AbstractClient):
|
|
2262
2262
|
6. **隐藏合同经办人姓名**
|
2263
2263
|
7. **正楷临摹签名失败后更换其他签名类型**
|
2264
2264
|
8. **短信通知签署方**
|
2265
|
-
9.
|
2266
|
-
10.
|
2267
|
-
11.
|
2265
|
+
9. **个人签署方手写签名时需逐个手写**
|
2266
|
+
10. **签署密码开通引导**
|
2267
|
+
11. **个人签署方手动签名**
|
2268
|
+
12. **限制企业员工小程序端登录**
|
2269
|
+
13. **限制企业员工网页端登录**
|
2268
2270
|
|
2269
2271
|
|
2270
2272
|
对应能力开通页面在Web控制台-更多-企业设置-拓展服务,如下图所示:
|