tencentcloud-sdk-python 3.0.1423__py2.py3-none-any.whl → 3.0.1425__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/ai3d/v20250513/models.py +2 -2
- tencentcloud/aiart/v20221229/models.py +2 -2
- tencentcloud/batch/v20170312/errorcodes.py +3 -0
- tencentcloud/cbs/v20170312/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +4 -4
- tencentcloud/cfg/v20210820/models.py +15 -0
- tencentcloud/cfs/v20190719/models.py +90 -0
- tencentcloud/csip/v20221121/models.py +32 -2
- tencentcloud/ctem/v20231128/ctem_client.py +92 -0
- tencentcloud/ctem/v20231128/models.py +2739 -1053
- tencentcloud/cwp/v20180228/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +45 -0
- tencentcloud/eb/v20210416/models.py +8 -8
- tencentcloud/ess/v20201111/ess_client.py +52 -0
- tencentcloud/ess/v20201111/models.py +445 -0
- tencentcloud/iai/v20180301/iai_client.py +0 -1
- tencentcloud/iai/v20180301/models.py +168 -126
- tencentcloud/igtm/v20231024/models.py +10 -144
- tencentcloud/ims/v20201229/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/models.py +4 -8
- tencentcloud/lighthouse/v20200324/models.py +15 -0
- tencentcloud/live/v20180801/models.py +591 -0
- tencentcloud/lke/v20231130/models.py +4 -4
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +3 -0
- tencentcloud/lkeap/v20240522/models.py +194 -104
- tencentcloud/mongodb/v20190725/models.py +4 -2
- tencentcloud/monitor/v20180724/models.py +52 -6
- tencentcloud/mps/v20190612/models.py +576 -144
- tencentcloud/mps/v20190612/mps_client.py +26 -0
- tencentcloud/ocr/v20181119/models.py +42 -24
- tencentcloud/omics/v20221128/models.py +15 -0
- tencentcloud/scf/v20180416/errorcodes.py +93 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/teo/v20220901/models.py +7772 -5903
- tencentcloud/teo/v20220901/teo_client.py +322 -0
- tencentcloud/tione/v20211111/models.py +15 -0
- tencentcloud/tke/v20180525/models.py +95 -0
- tencentcloud/trtc/v20190722/models.py +2583 -725
- tencentcloud/trtc/v20190722/trtc_client.py +194 -0
- tencentcloud/tsf/v20180326/errorcodes.py +1 -1
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/wedata/v20210820/errorcodes.py +12 -0
- tencentcloud/wedata/v20210820/models.py +865 -2
- tencentcloud/wedata/v20210820/wedata_client.py +161 -0
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1425.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1425.dist-info}/RECORD +54 -54
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1425.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1425.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1423.dist-info → tencentcloud_sdk_python-3.0.1425.dist-info}/top_level.txt +0 -0
@@ -27,28 +27,21 @@ class Address(AbstractModel):
|
|
27
27
|
r"""
|
28
28
|
:param _Addr: 地址值:只支持ipv4、ipv6和域名格式;
|
29
29
|
不支持回环地址、保留地址、内网地址与腾讯保留网段
|
30
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31
30
|
:type Addr: str
|
32
31
|
:param _IsEnable: 是否启用:DISABLED不启用;ENABLED启用
|
33
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34
32
|
:type IsEnable: str
|
35
33
|
:param _AddressId: 地址id
|
36
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37
34
|
:type AddressId: int
|
38
35
|
:param _Location: 地址名称
|
39
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40
36
|
:type Location: str
|
41
37
|
:param _Status: OK正常,DOWN故障,WARN风险,UNKNOWN探测中,UNMONITORED未知
|
42
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
43
38
|
:type Status: str
|
44
39
|
:param _Weight: 权重,流量策略为WEIGHT时,必填;范围1-100
|
45
40
|
注意:此字段可能返回 null,表示取不到有效值。
|
46
41
|
:type Weight: int
|
47
42
|
:param _CreatedOn: 创建时间
|
48
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
49
43
|
:type CreatedOn: str
|
50
44
|
:param _UpdatedOn: 修改时间
|
51
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
52
45
|
:type UpdatedOn: str
|
53
46
|
"""
|
54
47
|
self._Addr = None
|
@@ -64,7 +57,6 @@ class Address(AbstractModel):
|
|
64
57
|
def Addr(self):
|
65
58
|
"""地址值:只支持ipv4、ipv6和域名格式;
|
66
59
|
不支持回环地址、保留地址、内网地址与腾讯保留网段
|
67
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
68
60
|
:rtype: str
|
69
61
|
"""
|
70
62
|
return self._Addr
|
@@ -76,7 +68,6 @@ class Address(AbstractModel):
|
|
76
68
|
@property
|
77
69
|
def IsEnable(self):
|
78
70
|
"""是否启用:DISABLED不启用;ENABLED启用
|
79
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
80
71
|
:rtype: str
|
81
72
|
"""
|
82
73
|
return self._IsEnable
|
@@ -88,7 +79,6 @@ class Address(AbstractModel):
|
|
88
79
|
@property
|
89
80
|
def AddressId(self):
|
90
81
|
"""地址id
|
91
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
92
82
|
:rtype: int
|
93
83
|
"""
|
94
84
|
return self._AddressId
|
@@ -100,7 +90,6 @@ class Address(AbstractModel):
|
|
100
90
|
@property
|
101
91
|
def Location(self):
|
102
92
|
"""地址名称
|
103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
104
93
|
:rtype: str
|
105
94
|
"""
|
106
95
|
return self._Location
|
@@ -112,7 +101,6 @@ class Address(AbstractModel):
|
|
112
101
|
@property
|
113
102
|
def Status(self):
|
114
103
|
"""OK正常,DOWN故障,WARN风险,UNKNOWN探测中,UNMONITORED未知
|
115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
116
104
|
:rtype: str
|
117
105
|
"""
|
118
106
|
return self._Status
|
@@ -136,7 +124,6 @@ class Address(AbstractModel):
|
|
136
124
|
@property
|
137
125
|
def CreatedOn(self):
|
138
126
|
"""创建时间
|
139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
140
127
|
:rtype: str
|
141
128
|
"""
|
142
129
|
return self._CreatedOn
|
@@ -148,7 +135,6 @@ class Address(AbstractModel):
|
|
148
135
|
@property
|
149
136
|
def UpdatedOn(self):
|
150
137
|
"""修改时间
|
151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
152
138
|
:rtype: str
|
153
139
|
"""
|
154
140
|
return self._UpdatedOn
|
@@ -185,10 +171,8 @@ class AddressLocation(AbstractModel):
|
|
185
171
|
def __init__(self):
|
186
172
|
r"""
|
187
173
|
:param _Addr: ip地址
|
188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
189
174
|
:type Addr: str
|
190
175
|
:param _Location: 所属地域
|
191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
192
176
|
:type Location: str
|
193
177
|
"""
|
194
178
|
self._Addr = None
|
@@ -197,7 +181,6 @@ class AddressLocation(AbstractModel):
|
|
197
181
|
@property
|
198
182
|
def Addr(self):
|
199
183
|
"""ip地址
|
200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
201
184
|
:rtype: str
|
202
185
|
"""
|
203
186
|
return self._Addr
|
@@ -209,7 +192,6 @@ class AddressLocation(AbstractModel):
|
|
209
192
|
@property
|
210
193
|
def Location(self):
|
211
194
|
"""所属地域
|
212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
213
195
|
:rtype: str
|
214
196
|
"""
|
215
197
|
return self._Location
|
@@ -492,25 +474,19 @@ class AddressPoolDetail(AbstractModel):
|
|
492
474
|
def __init__(self):
|
493
475
|
r"""
|
494
476
|
:param _PoolId: 地址池 id
|
495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
496
477
|
:type PoolId: int
|
497
478
|
:param _PoolName: 地址池名
|
498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
499
479
|
:type PoolName: str
|
500
480
|
:param _AddrType: 地址池地址类型:IPV4、IPV6、DOMAIN
|
501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
502
481
|
:type AddrType: str
|
503
482
|
:param _TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
505
483
|
:type TrafficStrategy: str
|
506
484
|
:param _MonitorId: 监控器id
|
507
485
|
注意:此字段可能返回 null,表示取不到有效值。
|
508
486
|
:type MonitorId: int
|
509
487
|
:param _CreatedOn: 创建时间
|
510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
511
488
|
:type CreatedOn: str
|
512
489
|
:param _UpdatedOn: 更新时间
|
513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
514
490
|
:type UpdatedOn: str
|
515
491
|
"""
|
516
492
|
self._PoolId = None
|
@@ -524,7 +500,6 @@ class AddressPoolDetail(AbstractModel):
|
|
524
500
|
@property
|
525
501
|
def PoolId(self):
|
526
502
|
"""地址池 id
|
527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
528
503
|
:rtype: int
|
529
504
|
"""
|
530
505
|
return self._PoolId
|
@@ -536,7 +511,6 @@ class AddressPoolDetail(AbstractModel):
|
|
536
511
|
@property
|
537
512
|
def PoolName(self):
|
538
513
|
"""地址池名
|
539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
540
514
|
:rtype: str
|
541
515
|
"""
|
542
516
|
return self._PoolName
|
@@ -548,7 +522,6 @@ class AddressPoolDetail(AbstractModel):
|
|
548
522
|
@property
|
549
523
|
def AddrType(self):
|
550
524
|
"""地址池地址类型:IPV4、IPV6、DOMAIN
|
551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
552
525
|
:rtype: str
|
553
526
|
"""
|
554
527
|
return self._AddrType
|
@@ -560,7 +533,6 @@ class AddressPoolDetail(AbstractModel):
|
|
560
533
|
@property
|
561
534
|
def TrafficStrategy(self):
|
562
535
|
"""流量策略: WEIGHT负载均衡,ALL解析全部
|
563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
564
536
|
:rtype: str
|
565
537
|
"""
|
566
538
|
return self._TrafficStrategy
|
@@ -584,7 +556,6 @@ class AddressPoolDetail(AbstractModel):
|
|
584
556
|
@property
|
585
557
|
def CreatedOn(self):
|
586
558
|
"""创建时间
|
587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
588
559
|
:rtype: str
|
589
560
|
"""
|
590
561
|
return self._CreatedOn
|
@@ -596,7 +567,6 @@ class AddressPoolDetail(AbstractModel):
|
|
596
567
|
@property
|
597
568
|
def UpdatedOn(self):
|
598
569
|
"""更新时间
|
599
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
600
570
|
:rtype: str
|
601
571
|
"""
|
602
572
|
return self._UpdatedOn
|
@@ -3776,28 +3746,20 @@ class GroupLine(AbstractModel):
|
|
3776
3746
|
def __init__(self):
|
3777
3747
|
r"""
|
3778
3748
|
:param _DnsLineId: 分组线路id
|
3779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3780
3749
|
:type DnsLineId: int
|
3781
3750
|
:param _Parent: 父节点 0为根节点
|
3782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3783
3751
|
:type Parent: int
|
3784
3752
|
:param _LineName: 线路名
|
3785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3786
3753
|
:type LineName: str
|
3787
3754
|
:param _LineId: 10=9 DNSPod 线路 id
|
3788
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3789
3755
|
:type LineId: str
|
3790
3756
|
:param _Useful: 是否已使用过
|
3791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3792
3757
|
:type Useful: bool
|
3793
3758
|
:param _SubGroup: 0为未使用
|
3794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3795
3759
|
:type SubGroup: int
|
3796
3760
|
:param _LinePackage: 权限标识
|
3797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3798
3761
|
:type LinePackage: int
|
3799
3762
|
:param _Weight: 1
|
3800
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3801
3763
|
:type Weight: int
|
3802
3764
|
"""
|
3803
3765
|
self._DnsLineId = None
|
@@ -3812,7 +3774,6 @@ class GroupLine(AbstractModel):
|
|
3812
3774
|
@property
|
3813
3775
|
def DnsLineId(self):
|
3814
3776
|
"""分组线路id
|
3815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3816
3777
|
:rtype: int
|
3817
3778
|
"""
|
3818
3779
|
return self._DnsLineId
|
@@ -3824,7 +3785,6 @@ class GroupLine(AbstractModel):
|
|
3824
3785
|
@property
|
3825
3786
|
def Parent(self):
|
3826
3787
|
"""父节点 0为根节点
|
3827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3828
3788
|
:rtype: int
|
3829
3789
|
"""
|
3830
3790
|
return self._Parent
|
@@ -3836,7 +3796,6 @@ class GroupLine(AbstractModel):
|
|
3836
3796
|
@property
|
3837
3797
|
def LineName(self):
|
3838
3798
|
"""线路名
|
3839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3840
3799
|
:rtype: str
|
3841
3800
|
"""
|
3842
3801
|
return self._LineName
|
@@ -3848,7 +3807,6 @@ class GroupLine(AbstractModel):
|
|
3848
3807
|
@property
|
3849
3808
|
def LineId(self):
|
3850
3809
|
"""10=9 DNSPod 线路 id
|
3851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3852
3810
|
:rtype: str
|
3853
3811
|
"""
|
3854
3812
|
return self._LineId
|
@@ -3860,7 +3818,6 @@ class GroupLine(AbstractModel):
|
|
3860
3818
|
@property
|
3861
3819
|
def Useful(self):
|
3862
3820
|
"""是否已使用过
|
3863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3864
3821
|
:rtype: bool
|
3865
3822
|
"""
|
3866
3823
|
return self._Useful
|
@@ -3872,7 +3829,6 @@ class GroupLine(AbstractModel):
|
|
3872
3829
|
@property
|
3873
3830
|
def SubGroup(self):
|
3874
3831
|
"""0为未使用
|
3875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3876
3832
|
:rtype: int
|
3877
3833
|
"""
|
3878
3834
|
return self._SubGroup
|
@@ -3884,7 +3840,6 @@ class GroupLine(AbstractModel):
|
|
3884
3840
|
@property
|
3885
3841
|
def LinePackage(self):
|
3886
3842
|
"""权限标识
|
3887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3888
3843
|
:rtype: int
|
3889
3844
|
"""
|
3890
3845
|
return self._LinePackage
|
@@ -3896,7 +3851,6 @@ class GroupLine(AbstractModel):
|
|
3896
3851
|
@property
|
3897
3852
|
def Weight(self):
|
3898
3853
|
"""1
|
3899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3900
3854
|
:rtype: int
|
3901
3855
|
"""
|
3902
3856
|
return self._Weight
|
@@ -3937,7 +3891,6 @@ class Instance(AbstractModel):
|
|
3937
3891
|
:param _InstanceName: 实例名
|
3938
3892
|
:type InstanceName: str
|
3939
3893
|
:param _ResourceId: 资源 id
|
3940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3941
3894
|
:type ResourceId: str
|
3942
3895
|
:param _Domain: 业务域名
|
3943
3896
|
:type Domain: str
|
@@ -3955,39 +3908,28 @@ SYSTEM: 系统接入域名
|
|
3955
3908
|
FREE: 免费版
|
3956
3909
|
STANDARD:标准版
|
3957
3910
|
ULTIMATE:旗舰版
|
3958
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3959
3911
|
:type PackageType: str
|
3960
3912
|
:param _WorkingStatus: 实例运行状态
|
3961
3913
|
NORMAL: 健康
|
3962
3914
|
FAULTY: 有风险
|
3963
3915
|
DOWN: 宕机
|
3964
3916
|
UNKNOWN: 未知
|
3965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3966
3917
|
:type WorkingStatus: str
|
3967
|
-
:param _Status:
|
3968
|
-
ENABLED: 正常
|
3969
|
-
DISABLED: 禁用
|
3918
|
+
:param _Status: 实例状态,ENABLED: 正常,DISABLED: 禁用
|
3970
3919
|
:type Status: str
|
3971
3920
|
:param _IsCnameConfigured: 是否cname接入:true已接入;false未接入
|
3972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3973
3921
|
:type IsCnameConfigured: bool
|
3974
3922
|
:param _Remark: 备注
|
3975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3976
3923
|
:type Remark: str
|
3977
3924
|
:param _StrategyNum: 策略数量
|
3978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3979
3925
|
:type StrategyNum: int
|
3980
3926
|
:param _AddressPoolNum: 绑定地址池个数
|
3981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3982
3927
|
:type AddressPoolNum: int
|
3983
3928
|
:param _MonitorNum: 绑定监控器数量
|
3984
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3985
3929
|
:type MonitorNum: int
|
3986
3930
|
:param _PoolId: 地址池id
|
3987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3988
3931
|
:type PoolId: int
|
3989
3932
|
:param _PoolName: 地址池名称
|
3990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3991
3933
|
:type PoolName: str
|
3992
3934
|
:param _CreatedOn: 实例创建时间
|
3993
3935
|
:type CreatedOn: str
|
@@ -4040,7 +3982,6 @@ DISABLED: 禁用
|
|
4040
3982
|
@property
|
4041
3983
|
def ResourceId(self):
|
4042
3984
|
"""资源 id
|
4043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4044
3985
|
:rtype: str
|
4045
3986
|
"""
|
4046
3987
|
return self._ResourceId
|
@@ -4112,7 +4053,6 @@ SYSTEM: 系统接入域名
|
|
4112
4053
|
FREE: 免费版
|
4113
4054
|
STANDARD:标准版
|
4114
4055
|
ULTIMATE:旗舰版
|
4115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4116
4056
|
:rtype: str
|
4117
4057
|
"""
|
4118
4058
|
return self._PackageType
|
@@ -4128,7 +4068,6 @@ NORMAL: 健康
|
|
4128
4068
|
FAULTY: 有风险
|
4129
4069
|
DOWN: 宕机
|
4130
4070
|
UNKNOWN: 未知
|
4131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4132
4071
|
:rtype: str
|
4133
4072
|
"""
|
4134
4073
|
return self._WorkingStatus
|
@@ -4139,9 +4078,7 @@ UNKNOWN: 未知
|
|
4139
4078
|
|
4140
4079
|
@property
|
4141
4080
|
def Status(self):
|
4142
|
-
"""
|
4143
|
-
ENABLED: 正常
|
4144
|
-
DISABLED: 禁用
|
4081
|
+
"""实例状态,ENABLED: 正常,DISABLED: 禁用
|
4145
4082
|
:rtype: str
|
4146
4083
|
"""
|
4147
4084
|
return self._Status
|
@@ -4153,7 +4090,6 @@ DISABLED: 禁用
|
|
4153
4090
|
@property
|
4154
4091
|
def IsCnameConfigured(self):
|
4155
4092
|
"""是否cname接入:true已接入;false未接入
|
4156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4157
4093
|
:rtype: bool
|
4158
4094
|
"""
|
4159
4095
|
return self._IsCnameConfigured
|
@@ -4165,7 +4101,6 @@ DISABLED: 禁用
|
|
4165
4101
|
@property
|
4166
4102
|
def Remark(self):
|
4167
4103
|
"""备注
|
4168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4169
4104
|
:rtype: str
|
4170
4105
|
"""
|
4171
4106
|
return self._Remark
|
@@ -4177,7 +4112,6 @@ DISABLED: 禁用
|
|
4177
4112
|
@property
|
4178
4113
|
def StrategyNum(self):
|
4179
4114
|
"""策略数量
|
4180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4181
4115
|
:rtype: int
|
4182
4116
|
"""
|
4183
4117
|
return self._StrategyNum
|
@@ -4189,7 +4123,6 @@ DISABLED: 禁用
|
|
4189
4123
|
@property
|
4190
4124
|
def AddressPoolNum(self):
|
4191
4125
|
"""绑定地址池个数
|
4192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4193
4126
|
:rtype: int
|
4194
4127
|
"""
|
4195
4128
|
return self._AddressPoolNum
|
@@ -4201,7 +4134,6 @@ DISABLED: 禁用
|
|
4201
4134
|
@property
|
4202
4135
|
def MonitorNum(self):
|
4203
4136
|
"""绑定监控器数量
|
4204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4205
4137
|
:rtype: int
|
4206
4138
|
"""
|
4207
4139
|
return self._MonitorNum
|
@@ -4213,7 +4145,6 @@ DISABLED: 禁用
|
|
4213
4145
|
@property
|
4214
4146
|
def PoolId(self):
|
4215
4147
|
"""地址池id
|
4216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4217
4148
|
:rtype: int
|
4218
4149
|
"""
|
4219
4150
|
return self._PoolId
|
@@ -4225,7 +4156,6 @@ DISABLED: 禁用
|
|
4225
4156
|
@property
|
4226
4157
|
def PoolName(self):
|
4227
4158
|
"""地址池名称
|
4228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4229
4159
|
:rtype: str
|
4230
4160
|
"""
|
4231
4161
|
return self._PoolName
|
@@ -4299,17 +4229,15 @@ class InstanceConfig(AbstractModel):
|
|
4299
4229
|
:type InstanceName: str
|
4300
4230
|
:param _Domain: 业务域名
|
4301
4231
|
:type Domain: str
|
4302
|
-
:param _AccessType: CUSTOM:
|
4303
|
-
SYSTEM: 系统接入域名
|
4232
|
+
:param _AccessType: CUSTOM: 自定义接入域名,SYSTEM: 系统接入域名
|
4304
4233
|
:type AccessType: str
|
4305
4234
|
:param _Remark: 备注
|
4306
4235
|
:type Remark: str
|
4307
4236
|
:param _GlobalTtl: 全局记录过期时间
|
4308
4237
|
:type GlobalTtl: int
|
4309
|
-
:param _AccessDomain:
|
4310
|
-
|
4238
|
+
:param _AccessDomain: 接入主域名
|
4311
4239
|
:type AccessDomain: str
|
4312
|
-
:param _AccessSubDomain:
|
4240
|
+
:param _AccessSubDomain: 接入子域名
|
4313
4241
|
:type AccessSubDomain: str
|
4314
4242
|
"""
|
4315
4243
|
self._InstanceName = None
|
@@ -4344,8 +4272,7 @@ SYSTEM: 系统接入域名
|
|
4344
4272
|
|
4345
4273
|
@property
|
4346
4274
|
def AccessType(self):
|
4347
|
-
"""CUSTOM:
|
4348
|
-
SYSTEM: 系统接入域名
|
4275
|
+
"""CUSTOM: 自定义接入域名,SYSTEM: 系统接入域名
|
4349
4276
|
:rtype: str
|
4350
4277
|
"""
|
4351
4278
|
return self._AccessType
|
@@ -4378,8 +4305,7 @@ SYSTEM: 系统接入域名
|
|
4378
4305
|
|
4379
4306
|
@property
|
4380
4307
|
def AccessDomain(self):
|
4381
|
-
"""
|
4382
|
-
|
4308
|
+
"""接入主域名
|
4383
4309
|
:rtype: str
|
4384
4310
|
"""
|
4385
4311
|
return self._AccessDomain
|
@@ -4390,7 +4316,7 @@ SYSTEM: 系统接入域名
|
|
4390
4316
|
|
4391
4317
|
@property
|
4392
4318
|
def AccessSubDomain(self):
|
4393
|
-
"""
|
4319
|
+
"""接入子域名
|
4394
4320
|
:rtype: str
|
4395
4321
|
"""
|
4396
4322
|
return self._AccessSubDomain
|
@@ -4445,7 +4371,6 @@ SYSTEM: 系统接入域名
|
|
4445
4371
|
FREE: 免费版
|
4446
4372
|
STANDARD:标准版
|
4447
4373
|
ULTIMATE:旗舰版
|
4448
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4449
4374
|
:type PackageType: str
|
4450
4375
|
:param _WorkingStatus: 实例运行状态
|
4451
4376
|
NORMAL: 健康
|
@@ -4453,15 +4378,11 @@ FAULTY: 有风险
|
|
4453
4378
|
DOWN: 宕机
|
4454
4379
|
UNKNOWN: 未知
|
4455
4380
|
:type WorkingStatus: str
|
4456
|
-
:param _Status:
|
4457
|
-
ENABLED: 正常
|
4458
|
-
DISABLED: 禁用
|
4381
|
+
:param _Status: 实例状态,ENABLED: 正常;DISABLED: 禁用
|
4459
4382
|
:type Status: str
|
4460
4383
|
:param _IsCnameConfigured: cname是否接入:true已接入;false未接入
|
4461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4462
4384
|
:type IsCnameConfigured: bool
|
4463
4385
|
:param _Remark: 备注
|
4464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4465
4386
|
:type Remark: str
|
4466
4387
|
:param _StrategyNum: 策略数量
|
4467
4388
|
:type StrategyNum: int
|
@@ -4470,7 +4391,6 @@ DISABLED: 禁用
|
|
4470
4391
|
:param _MonitorNum: 绑定监控器数量
|
4471
4392
|
:type MonitorNum: int
|
4472
4393
|
:param _ResourceId: 实例绑定套餐资源id
|
4473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4474
4394
|
:type ResourceId: str
|
4475
4395
|
:param _NotifyEventSet: 订阅事件列表
|
4476
4396
|
:type NotifyEventSet: list of str
|
@@ -4584,7 +4504,6 @@ SYSTEM: 系统接入域名
|
|
4584
4504
|
FREE: 免费版
|
4585
4505
|
STANDARD:标准版
|
4586
4506
|
ULTIMATE:旗舰版
|
4587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4588
4507
|
:rtype: str
|
4589
4508
|
"""
|
4590
4509
|
return self._PackageType
|
@@ -4610,9 +4529,7 @@ UNKNOWN: 未知
|
|
4610
4529
|
|
4611
4530
|
@property
|
4612
4531
|
def Status(self):
|
4613
|
-
"""
|
4614
|
-
ENABLED: 正常
|
4615
|
-
DISABLED: 禁用
|
4532
|
+
"""实例状态,ENABLED: 正常;DISABLED: 禁用
|
4616
4533
|
:rtype: str
|
4617
4534
|
"""
|
4618
4535
|
return self._Status
|
@@ -4624,7 +4541,6 @@ DISABLED: 禁用
|
|
4624
4541
|
@property
|
4625
4542
|
def IsCnameConfigured(self):
|
4626
4543
|
"""cname是否接入:true已接入;false未接入
|
4627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4628
4544
|
:rtype: bool
|
4629
4545
|
"""
|
4630
4546
|
return self._IsCnameConfigured
|
@@ -4636,7 +4552,6 @@ DISABLED: 禁用
|
|
4636
4552
|
@property
|
4637
4553
|
def Remark(self):
|
4638
4554
|
"""备注
|
4639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4640
4555
|
:rtype: str
|
4641
4556
|
"""
|
4642
4557
|
return self._Remark
|
@@ -4681,7 +4596,6 @@ DISABLED: 禁用
|
|
4681
4596
|
@property
|
4682
4597
|
def ResourceId(self):
|
4683
4598
|
"""实例绑定套餐资源id
|
4684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4685
4599
|
:rtype: str
|
4686
4600
|
"""
|
4687
4601
|
return self._ResourceId
|
@@ -4762,10 +4676,8 @@ class InstanceInfo(AbstractModel):
|
|
4762
4676
|
def __init__(self):
|
4763
4677
|
r"""
|
4764
4678
|
:param _InstanceId: 实例id
|
4765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4766
4679
|
:type InstanceId: str
|
4767
4680
|
:param _InstanceName: 实例名称
|
4768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4769
4681
|
:type InstanceName: str
|
4770
4682
|
"""
|
4771
4683
|
self._InstanceId = None
|
@@ -4774,7 +4686,6 @@ class InstanceInfo(AbstractModel):
|
|
4774
4686
|
@property
|
4775
4687
|
def InstanceId(self):
|
4776
4688
|
"""实例id
|
4777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4778
4689
|
:rtype: str
|
4779
4690
|
"""
|
4780
4691
|
return self._InstanceId
|
@@ -4786,7 +4697,6 @@ class InstanceInfo(AbstractModel):
|
|
4786
4697
|
@property
|
4787
4698
|
def InstanceName(self):
|
4788
4699
|
"""实例名称
|
4789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4790
4700
|
:rtype: str
|
4791
4701
|
"""
|
4792
4702
|
return self._InstanceName
|
@@ -5174,7 +5084,6 @@ class MainPoolWeight(AbstractModel):
|
|
5174
5084
|
def __init__(self):
|
5175
5085
|
r"""
|
5176
5086
|
:param _PoolId: 地址池id
|
5177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5178
5087
|
:type PoolId: int
|
5179
5088
|
:param _Weight: 权重
|
5180
5089
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5186,7 +5095,6 @@ class MainPoolWeight(AbstractModel):
|
|
5186
5095
|
@property
|
5187
5096
|
def PoolId(self):
|
5188
5097
|
"""地址池id
|
5189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5190
5098
|
:rtype: int
|
5191
5099
|
"""
|
5192
5100
|
return self._PoolId
|
@@ -6012,69 +5920,48 @@ class MonitorDetail(AbstractModel):
|
|
6012
5920
|
:param _MonitorId: 探测规则id
|
6013
5921
|
:type MonitorId: int
|
6014
5922
|
:param _MonitorName: 监控器名称
|
6015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6016
5923
|
:type MonitorName: str
|
6017
5924
|
:param _Uin: 所属用户
|
6018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6019
5925
|
:type Uin: str
|
6020
5926
|
:param _DetectorGroupIds: 监控节点id组
|
6021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6022
5927
|
:type DetectorGroupIds: list of int non-negative
|
6023
5928
|
:param _CheckProtocol: 探测协议 PING TCP HTTP HTTPS
|
6024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6025
5929
|
:type CheckProtocol: str
|
6026
5930
|
:param _CheckInterval: 探测周期
|
6027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6028
5931
|
:type CheckInterval: int
|
6029
5932
|
:param _PingNum: 发包数量
|
6030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6031
5933
|
:type PingNum: int
|
6032
5934
|
:param _TcpPort: tcp端口
|
6033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6034
5935
|
:type TcpPort: int
|
6035
5936
|
:param _Host: 探测 host
|
6036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6037
5937
|
:type Host: str
|
6038
5938
|
:param _Path: 探测路径
|
6039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6040
5939
|
:type Path: str
|
6041
5940
|
:param _ReturnCodeThreshold: 返回值阈值
|
6042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6043
5941
|
:type ReturnCodeThreshold: int
|
6044
5942
|
:param _EnableRedirect: 是否开启3xx重定向跟随 ENABLED DISABLED
|
6045
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6046
5943
|
:type EnableRedirect: str
|
6047
5944
|
:param _EnableSni: 是否启用 sni
|
6048
5945
|
ENABLED DISABLED
|
6049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6050
5946
|
:type EnableSni: str
|
6051
5947
|
:param _PacketLossRate: 丢包率上限
|
6052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6053
5948
|
:type PacketLossRate: int
|
6054
5949
|
:param _Timeout: 探测超时
|
6055
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6056
5950
|
:type Timeout: int
|
6057
5951
|
:param _FailTimes: 失败次数
|
6058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6059
5952
|
:type FailTimes: int
|
6060
5953
|
:param _FailRate: 失败率上限100
|
6061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6062
5954
|
:type FailRate: int
|
6063
5955
|
:param _CreatedOn: 创建时间
|
6064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6065
5956
|
:type CreatedOn: str
|
6066
5957
|
:param _UpdatedOn: 更新时间
|
6067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6068
5958
|
:type UpdatedOn: str
|
6069
5959
|
:param _DetectorStyle: 监控节点类型
|
6070
5960
|
AUTO INTERNAL OVERSEAS IPV6 ALL
|
6071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6072
5961
|
:type DetectorStyle: str
|
6073
5962
|
:param _DetectNum: 探测次数
|
6074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6075
5963
|
:type DetectNum: int
|
6076
5964
|
:param _ContinuePeriod: 持续周期数
|
6077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6078
5965
|
:type ContinuePeriod: int
|
6079
5966
|
"""
|
6080
5967
|
self._MonitorId = None
|
@@ -6114,7 +6001,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6114
6001
|
@property
|
6115
6002
|
def MonitorName(self):
|
6116
6003
|
"""监控器名称
|
6117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6118
6004
|
:rtype: str
|
6119
6005
|
"""
|
6120
6006
|
return self._MonitorName
|
@@ -6126,7 +6012,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6126
6012
|
@property
|
6127
6013
|
def Uin(self):
|
6128
6014
|
"""所属用户
|
6129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6130
6015
|
:rtype: str
|
6131
6016
|
"""
|
6132
6017
|
return self._Uin
|
@@ -6138,7 +6023,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6138
6023
|
@property
|
6139
6024
|
def DetectorGroupIds(self):
|
6140
6025
|
"""监控节点id组
|
6141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6142
6026
|
:rtype: list of int non-negative
|
6143
6027
|
"""
|
6144
6028
|
return self._DetectorGroupIds
|
@@ -6150,7 +6034,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6150
6034
|
@property
|
6151
6035
|
def CheckProtocol(self):
|
6152
6036
|
"""探测协议 PING TCP HTTP HTTPS
|
6153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6154
6037
|
:rtype: str
|
6155
6038
|
"""
|
6156
6039
|
return self._CheckProtocol
|
@@ -6162,7 +6045,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6162
6045
|
@property
|
6163
6046
|
def CheckInterval(self):
|
6164
6047
|
"""探测周期
|
6165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6166
6048
|
:rtype: int
|
6167
6049
|
"""
|
6168
6050
|
return self._CheckInterval
|
@@ -6174,7 +6056,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6174
6056
|
@property
|
6175
6057
|
def PingNum(self):
|
6176
6058
|
"""发包数量
|
6177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6178
6059
|
:rtype: int
|
6179
6060
|
"""
|
6180
6061
|
return self._PingNum
|
@@ -6186,7 +6067,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6186
6067
|
@property
|
6187
6068
|
def TcpPort(self):
|
6188
6069
|
"""tcp端口
|
6189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6190
6070
|
:rtype: int
|
6191
6071
|
"""
|
6192
6072
|
return self._TcpPort
|
@@ -6198,7 +6078,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6198
6078
|
@property
|
6199
6079
|
def Host(self):
|
6200
6080
|
"""探测 host
|
6201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6202
6081
|
:rtype: str
|
6203
6082
|
"""
|
6204
6083
|
return self._Host
|
@@ -6210,7 +6089,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6210
6089
|
@property
|
6211
6090
|
def Path(self):
|
6212
6091
|
"""探测路径
|
6213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6214
6092
|
:rtype: str
|
6215
6093
|
"""
|
6216
6094
|
return self._Path
|
@@ -6222,7 +6100,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6222
6100
|
@property
|
6223
6101
|
def ReturnCodeThreshold(self):
|
6224
6102
|
"""返回值阈值
|
6225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6226
6103
|
:rtype: int
|
6227
6104
|
"""
|
6228
6105
|
return self._ReturnCodeThreshold
|
@@ -6234,7 +6111,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6234
6111
|
@property
|
6235
6112
|
def EnableRedirect(self):
|
6236
6113
|
"""是否开启3xx重定向跟随 ENABLED DISABLED
|
6237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6238
6114
|
:rtype: str
|
6239
6115
|
"""
|
6240
6116
|
return self._EnableRedirect
|
@@ -6247,7 +6123,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6247
6123
|
def EnableSni(self):
|
6248
6124
|
"""是否启用 sni
|
6249
6125
|
ENABLED DISABLED
|
6250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6251
6126
|
:rtype: str
|
6252
6127
|
"""
|
6253
6128
|
return self._EnableSni
|
@@ -6259,7 +6134,6 @@ ENABLED DISABLED
|
|
6259
6134
|
@property
|
6260
6135
|
def PacketLossRate(self):
|
6261
6136
|
"""丢包率上限
|
6262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6263
6137
|
:rtype: int
|
6264
6138
|
"""
|
6265
6139
|
return self._PacketLossRate
|
@@ -6271,7 +6145,6 @@ ENABLED DISABLED
|
|
6271
6145
|
@property
|
6272
6146
|
def Timeout(self):
|
6273
6147
|
"""探测超时
|
6274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6275
6148
|
:rtype: int
|
6276
6149
|
"""
|
6277
6150
|
return self._Timeout
|
@@ -6283,7 +6156,6 @@ ENABLED DISABLED
|
|
6283
6156
|
@property
|
6284
6157
|
def FailTimes(self):
|
6285
6158
|
"""失败次数
|
6286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6287
6159
|
:rtype: int
|
6288
6160
|
"""
|
6289
6161
|
return self._FailTimes
|
@@ -6295,7 +6167,6 @@ ENABLED DISABLED
|
|
6295
6167
|
@property
|
6296
6168
|
def FailRate(self):
|
6297
6169
|
"""失败率上限100
|
6298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6299
6170
|
:rtype: int
|
6300
6171
|
"""
|
6301
6172
|
return self._FailRate
|
@@ -6307,7 +6178,6 @@ ENABLED DISABLED
|
|
6307
6178
|
@property
|
6308
6179
|
def CreatedOn(self):
|
6309
6180
|
"""创建时间
|
6310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6311
6181
|
:rtype: str
|
6312
6182
|
"""
|
6313
6183
|
return self._CreatedOn
|
@@ -6319,7 +6189,6 @@ ENABLED DISABLED
|
|
6319
6189
|
@property
|
6320
6190
|
def UpdatedOn(self):
|
6321
6191
|
"""更新时间
|
6322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6323
6192
|
:rtype: str
|
6324
6193
|
"""
|
6325
6194
|
return self._UpdatedOn
|
@@ -6332,7 +6201,6 @@ ENABLED DISABLED
|
|
6332
6201
|
def DetectorStyle(self):
|
6333
6202
|
"""监控节点类型
|
6334
6203
|
AUTO INTERNAL OVERSEAS IPV6 ALL
|
6335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6336
6204
|
:rtype: str
|
6337
6205
|
"""
|
6338
6206
|
return self._DetectorStyle
|
@@ -6344,7 +6212,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6344
6212
|
@property
|
6345
6213
|
def DetectNum(self):
|
6346
6214
|
"""探测次数
|
6347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6348
6215
|
:rtype: int
|
6349
6216
|
"""
|
6350
6217
|
return self._DetectNum
|
@@ -6356,7 +6223,6 @@ AUTO INTERNAL OVERSEAS IPV6 ALL
|
|
6356
6223
|
@property
|
6357
6224
|
def ContinuePeriod(self):
|
6358
6225
|
"""持续周期数
|
6359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6360
6226
|
:rtype: int
|
6361
6227
|
"""
|
6362
6228
|
return self._ContinuePeriod
|