tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1301__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/aiart/v20221229/aiart_client.py +55 -0
- tencentcloud/aiart/v20221229/models.py +367 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +27 -0
- tencentcloud/cmq/v20190304/cmq_client.py +0 -365
- tencentcloud/cmq/v20190304/models.py +324 -2473
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/errorcodes.py +3 -0
- tencentcloud/config/v20220802/models.py +716 -26
- tencentcloud/csxg/v20230303/errorcodes.py +48 -0
- tencentcloud/cvm/v20170312/models.py +2 -2
- tencentcloud/dc/v20180410/dc_client.py +1 -1
- tencentcloud/dc/v20180410/models.py +14 -32
- tencentcloud/ecm/v20190719/models.py +0 -18
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -4
- tencentcloud/ess/v20201111/models.py +8 -48
- tencentcloud/essbasic/v20210526/models.py +8 -18
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +326 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +1012 -36
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +135 -0
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +54 -16
- tencentcloud/mna/v20210119/models.py +0 -22
- tencentcloud/redis/v20180412/models.py +6 -2
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +81 -0
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +81 -0
- tencentcloud/tcb/v20180608/models.py +2 -86
- tencentcloud/tke/v20220501/models.py +2 -2
- tencentcloud/trro/v20220325/models.py +15 -58
- tencentcloud/tse/v20201207/models.py +30 -0
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +2 -16
- tencentcloud/wedata/v20210820/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/RECORD +46 -46
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/top_level.txt +0 -0
@@ -7361,7 +7361,7 @@ class DeleteGatewayVersionRequest(AbstractModel):
|
|
7361
7361
|
:type IsDeleteImage: bool
|
7362
7362
|
:param _IsForce: 是否强制删除
|
7363
7363
|
:type IsForce: bool
|
7364
|
-
:param _OperatorRemark:
|
7364
|
+
:param _OperatorRemark: 操作者记录
|
7365
7365
|
:type OperatorRemark: str
|
7366
7366
|
"""
|
7367
7367
|
self._EnvId = None
|
@@ -7440,7 +7440,7 @@ class DeleteGatewayVersionRequest(AbstractModel):
|
|
7440
7440
|
|
7441
7441
|
@property
|
7442
7442
|
def OperatorRemark(self):
|
7443
|
-
"""
|
7443
|
+
"""操作者记录
|
7444
7444
|
:rtype: str
|
7445
7445
|
"""
|
7446
7446
|
return self._OperatorRemark
|
@@ -16378,10 +16378,8 @@ class DescribeWxGatewayRoutesResponse(AbstractModel):
|
|
16378
16378
|
def __init__(self):
|
16379
16379
|
r"""
|
16380
16380
|
:param _TotalCount: 返回的服务个数
|
16381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16382
16381
|
:type TotalCount: int
|
16383
16382
|
:param _WxGatewayRouteSet: 返回的服务列表
|
16384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16385
16383
|
:type WxGatewayRouteSet: list of WxGatewayRountItem
|
16386
16384
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16387
16385
|
:type RequestId: str
|
@@ -16393,7 +16391,6 @@ class DescribeWxGatewayRoutesResponse(AbstractModel):
|
|
16393
16391
|
@property
|
16394
16392
|
def TotalCount(self):
|
16395
16393
|
"""返回的服务个数
|
16396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16397
16394
|
:rtype: int
|
16398
16395
|
"""
|
16399
16396
|
return self._TotalCount
|
@@ -16405,7 +16402,6 @@ class DescribeWxGatewayRoutesResponse(AbstractModel):
|
|
16405
16402
|
@property
|
16406
16403
|
def WxGatewayRouteSet(self):
|
16407
16404
|
"""返回的服务列表
|
16408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16409
16405
|
:rtype: list of WxGatewayRountItem
|
16410
16406
|
"""
|
16411
16407
|
return self._WxGatewayRouteSet
|
@@ -16541,10 +16537,8 @@ class DescribeWxGatewaysResponse(AbstractModel):
|
|
16541
16537
|
def __init__(self):
|
16542
16538
|
r"""
|
16543
16539
|
:param _Gateways: 返回的服务列表
|
16544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16545
16540
|
:type Gateways: list of GatewayItem
|
16546
16541
|
:param _TotalCount: 网关总数
|
16547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16548
16542
|
:type TotalCount: int
|
16549
16543
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16550
16544
|
:type RequestId: str
|
@@ -16556,7 +16550,6 @@ class DescribeWxGatewaysResponse(AbstractModel):
|
|
16556
16550
|
@property
|
16557
16551
|
def Gateways(self):
|
16558
16552
|
"""返回的服务列表
|
16559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16560
16553
|
:rtype: list of GatewayItem
|
16561
16554
|
"""
|
16562
16555
|
return self._Gateways
|
@@ -16568,7 +16561,6 @@ class DescribeWxGatewaysResponse(AbstractModel):
|
|
16568
16561
|
@property
|
16569
16562
|
def TotalCount(self):
|
16570
16563
|
"""网关总数
|
16571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16572
16564
|
:rtype: int
|
16573
16565
|
"""
|
16574
16566
|
return self._TotalCount
|
@@ -18667,10 +18659,8 @@ class FrequencyLimitConfig(AbstractModel):
|
|
18667
18659
|
def __init__(self):
|
18668
18660
|
r"""
|
18669
18661
|
:param _LimitObject: 限额对象 "ConnectionsLimit" 或 "QPSLimit"
|
18670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18671
18662
|
:type LimitObject: str
|
18672
18663
|
:param _LimitConfig: 限额配置
|
18673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18674
18664
|
:type LimitConfig: str
|
18675
18665
|
"""
|
18676
18666
|
self._LimitObject = None
|
@@ -18679,7 +18669,6 @@ class FrequencyLimitConfig(AbstractModel):
|
|
18679
18669
|
@property
|
18680
18670
|
def LimitObject(self):
|
18681
18671
|
"""限额对象 "ConnectionsLimit" 或 "QPSLimit"
|
18682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18683
18672
|
:rtype: str
|
18684
18673
|
"""
|
18685
18674
|
return self._LimitObject
|
@@ -18691,7 +18680,6 @@ class FrequencyLimitConfig(AbstractModel):
|
|
18691
18680
|
@property
|
18692
18681
|
def LimitConfig(self):
|
18693
18682
|
"""限额配置
|
18694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18695
18683
|
:rtype: str
|
18696
18684
|
"""
|
18697
18685
|
return self._LimitConfig
|
@@ -18777,79 +18765,54 @@ class GatewayItem(AbstractModel):
|
|
18777
18765
|
:param _Uin: 用户uin
|
18778
18766
|
:type Uin: str
|
18779
18767
|
:param _AppId: 用户appid
|
18780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18781
18768
|
:type AppId: int
|
18782
18769
|
:param _WxAppId: WxAppId
|
18783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18784
18770
|
:type WxAppId: str
|
18785
18771
|
:param _EnvId: 环境id
|
18786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18787
18772
|
:type EnvId: str
|
18788
18773
|
:param _GatewayId: Gateway唯一id
|
18789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18790
18774
|
:type GatewayId: str
|
18791
18775
|
:param _GatewayName: Gateway名称
|
18792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18793
18776
|
:type GatewayName: str
|
18794
18777
|
:param _GatewayType: Gateway类型
|
18795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18796
18778
|
:type GatewayType: str
|
18797
18779
|
:param _GatewayDesc: Gateway描述
|
18798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18799
18780
|
:type GatewayDesc: str
|
18800
18781
|
:param _PackageVersion: 套餐版本
|
18801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18802
18782
|
:type PackageVersion: str
|
18803
18783
|
:param _PackageId: 套餐唯一id
|
18804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18805
18784
|
:type PackageId: int
|
18806
18785
|
:param _VpcId: vpc唯一id
|
18807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18808
18786
|
:type VpcId: str
|
18809
18787
|
:param _SubnetIds: 子网id
|
18810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18811
18788
|
:type SubnetIds: list of str
|
18812
18789
|
:param _Status: 网关状态
|
18813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18814
18790
|
:type Status: str
|
18815
18791
|
:param _L5Addr: l5地址
|
18816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18817
18792
|
:type L5Addr: str
|
18818
18793
|
:param _Region: 地域
|
18819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18820
18794
|
:type Region: str
|
18821
18795
|
:param _CanRenew: 是否可以续费
|
18822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18823
18796
|
:type CanRenew: bool
|
18824
18797
|
:param _AutoRenewFlag: 自动续费标志
|
18825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18826
18798
|
:type AutoRenewFlag: int
|
18827
18799
|
:param _IsolateTime: 隔离时间
|
18828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18829
18800
|
:type IsolateTime: str
|
18830
18801
|
:param _ExpireTime: 到期时间
|
18831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18832
18802
|
:type ExpireTime: str
|
18833
18803
|
:param _CreateTime: 创建时间
|
18834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18835
18804
|
:type CreateTime: str
|
18836
18805
|
:param _UpdateTime: 变更时间
|
18837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18838
18806
|
:type UpdateTime: str
|
18839
18807
|
:param _CanDowngrade: 是否可以降配
|
18840
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18841
18808
|
:type CanDowngrade: bool
|
18842
18809
|
:param _AllowUncertified: 允许未登录访问
|
18843
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18844
18810
|
:type AllowUncertified: int
|
18845
18811
|
:param _VersionNumLimit: 网关版本限额
|
18846
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18847
18812
|
:type VersionNumLimit: int
|
18848
18813
|
:param _LongAccessId: Donut接入ID
|
18849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18850
18814
|
:type LongAccessId: str
|
18851
18815
|
:param _AccessDomain: Donut接入域名
|
18852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18853
18816
|
:type AccessDomain: str
|
18854
18817
|
"""
|
18855
18818
|
self._Uin = None
|
@@ -18893,7 +18856,6 @@ class GatewayItem(AbstractModel):
|
|
18893
18856
|
@property
|
18894
18857
|
def AppId(self):
|
18895
18858
|
"""用户appid
|
18896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18897
18859
|
:rtype: int
|
18898
18860
|
"""
|
18899
18861
|
return self._AppId
|
@@ -18905,7 +18867,6 @@ class GatewayItem(AbstractModel):
|
|
18905
18867
|
@property
|
18906
18868
|
def WxAppId(self):
|
18907
18869
|
"""WxAppId
|
18908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18909
18870
|
:rtype: str
|
18910
18871
|
"""
|
18911
18872
|
return self._WxAppId
|
@@ -18917,7 +18878,6 @@ class GatewayItem(AbstractModel):
|
|
18917
18878
|
@property
|
18918
18879
|
def EnvId(self):
|
18919
18880
|
"""环境id
|
18920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18921
18881
|
:rtype: str
|
18922
18882
|
"""
|
18923
18883
|
return self._EnvId
|
@@ -18929,7 +18889,6 @@ class GatewayItem(AbstractModel):
|
|
18929
18889
|
@property
|
18930
18890
|
def GatewayId(self):
|
18931
18891
|
"""Gateway唯一id
|
18932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18933
18892
|
:rtype: str
|
18934
18893
|
"""
|
18935
18894
|
return self._GatewayId
|
@@ -18941,7 +18900,6 @@ class GatewayItem(AbstractModel):
|
|
18941
18900
|
@property
|
18942
18901
|
def GatewayName(self):
|
18943
18902
|
"""Gateway名称
|
18944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18945
18903
|
:rtype: str
|
18946
18904
|
"""
|
18947
18905
|
return self._GatewayName
|
@@ -18953,7 +18911,6 @@ class GatewayItem(AbstractModel):
|
|
18953
18911
|
@property
|
18954
18912
|
def GatewayType(self):
|
18955
18913
|
"""Gateway类型
|
18956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18957
18914
|
:rtype: str
|
18958
18915
|
"""
|
18959
18916
|
return self._GatewayType
|
@@ -18965,7 +18922,6 @@ class GatewayItem(AbstractModel):
|
|
18965
18922
|
@property
|
18966
18923
|
def GatewayDesc(self):
|
18967
18924
|
"""Gateway描述
|
18968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18969
18925
|
:rtype: str
|
18970
18926
|
"""
|
18971
18927
|
return self._GatewayDesc
|
@@ -18977,7 +18933,6 @@ class GatewayItem(AbstractModel):
|
|
18977
18933
|
@property
|
18978
18934
|
def PackageVersion(self):
|
18979
18935
|
"""套餐版本
|
18980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18981
18936
|
:rtype: str
|
18982
18937
|
"""
|
18983
18938
|
return self._PackageVersion
|
@@ -18989,7 +18944,6 @@ class GatewayItem(AbstractModel):
|
|
18989
18944
|
@property
|
18990
18945
|
def PackageId(self):
|
18991
18946
|
"""套餐唯一id
|
18992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18993
18947
|
:rtype: int
|
18994
18948
|
"""
|
18995
18949
|
return self._PackageId
|
@@ -19001,7 +18955,6 @@ class GatewayItem(AbstractModel):
|
|
19001
18955
|
@property
|
19002
18956
|
def VpcId(self):
|
19003
18957
|
"""vpc唯一id
|
19004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19005
18958
|
:rtype: str
|
19006
18959
|
"""
|
19007
18960
|
return self._VpcId
|
@@ -19013,7 +18966,6 @@ class GatewayItem(AbstractModel):
|
|
19013
18966
|
@property
|
19014
18967
|
def SubnetIds(self):
|
19015
18968
|
"""子网id
|
19016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19017
18969
|
:rtype: list of str
|
19018
18970
|
"""
|
19019
18971
|
return self._SubnetIds
|
@@ -19025,7 +18977,6 @@ class GatewayItem(AbstractModel):
|
|
19025
18977
|
@property
|
19026
18978
|
def Status(self):
|
19027
18979
|
"""网关状态
|
19028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19029
18980
|
:rtype: str
|
19030
18981
|
"""
|
19031
18982
|
return self._Status
|
@@ -19037,7 +18988,6 @@ class GatewayItem(AbstractModel):
|
|
19037
18988
|
@property
|
19038
18989
|
def L5Addr(self):
|
19039
18990
|
"""l5地址
|
19040
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19041
18991
|
:rtype: str
|
19042
18992
|
"""
|
19043
18993
|
return self._L5Addr
|
@@ -19049,7 +18999,6 @@ class GatewayItem(AbstractModel):
|
|
19049
18999
|
@property
|
19050
19000
|
def Region(self):
|
19051
19001
|
"""地域
|
19052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19053
19002
|
:rtype: str
|
19054
19003
|
"""
|
19055
19004
|
return self._Region
|
@@ -19061,7 +19010,6 @@ class GatewayItem(AbstractModel):
|
|
19061
19010
|
@property
|
19062
19011
|
def CanRenew(self):
|
19063
19012
|
"""是否可以续费
|
19064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19065
19013
|
:rtype: bool
|
19066
19014
|
"""
|
19067
19015
|
return self._CanRenew
|
@@ -19073,7 +19021,6 @@ class GatewayItem(AbstractModel):
|
|
19073
19021
|
@property
|
19074
19022
|
def AutoRenewFlag(self):
|
19075
19023
|
"""自动续费标志
|
19076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19077
19024
|
:rtype: int
|
19078
19025
|
"""
|
19079
19026
|
return self._AutoRenewFlag
|
@@ -19085,7 +19032,6 @@ class GatewayItem(AbstractModel):
|
|
19085
19032
|
@property
|
19086
19033
|
def IsolateTime(self):
|
19087
19034
|
"""隔离时间
|
19088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19089
19035
|
:rtype: str
|
19090
19036
|
"""
|
19091
19037
|
return self._IsolateTime
|
@@ -19097,7 +19043,6 @@ class GatewayItem(AbstractModel):
|
|
19097
19043
|
@property
|
19098
19044
|
def ExpireTime(self):
|
19099
19045
|
"""到期时间
|
19100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19101
19046
|
:rtype: str
|
19102
19047
|
"""
|
19103
19048
|
return self._ExpireTime
|
@@ -19109,7 +19054,6 @@ class GatewayItem(AbstractModel):
|
|
19109
19054
|
@property
|
19110
19055
|
def CreateTime(self):
|
19111
19056
|
"""创建时间
|
19112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19113
19057
|
:rtype: str
|
19114
19058
|
"""
|
19115
19059
|
return self._CreateTime
|
@@ -19121,7 +19065,6 @@ class GatewayItem(AbstractModel):
|
|
19121
19065
|
@property
|
19122
19066
|
def UpdateTime(self):
|
19123
19067
|
"""变更时间
|
19124
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19125
19068
|
:rtype: str
|
19126
19069
|
"""
|
19127
19070
|
return self._UpdateTime
|
@@ -19133,7 +19076,6 @@ class GatewayItem(AbstractModel):
|
|
19133
19076
|
@property
|
19134
19077
|
def CanDowngrade(self):
|
19135
19078
|
"""是否可以降配
|
19136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19137
19079
|
:rtype: bool
|
19138
19080
|
"""
|
19139
19081
|
return self._CanDowngrade
|
@@ -19145,7 +19087,6 @@ class GatewayItem(AbstractModel):
|
|
19145
19087
|
@property
|
19146
19088
|
def AllowUncertified(self):
|
19147
19089
|
"""允许未登录访问
|
19148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19149
19090
|
:rtype: int
|
19150
19091
|
"""
|
19151
19092
|
return self._AllowUncertified
|
@@ -19157,7 +19098,6 @@ class GatewayItem(AbstractModel):
|
|
19157
19098
|
@property
|
19158
19099
|
def VersionNumLimit(self):
|
19159
19100
|
"""网关版本限额
|
19160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19161
19101
|
:rtype: int
|
19162
19102
|
"""
|
19163
19103
|
return self._VersionNumLimit
|
@@ -19169,7 +19109,6 @@ class GatewayItem(AbstractModel):
|
|
19169
19109
|
@property
|
19170
19110
|
def LongAccessId(self):
|
19171
19111
|
"""Donut接入ID
|
19172
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19173
19112
|
:rtype: str
|
19174
19113
|
"""
|
19175
19114
|
return self._LongAccessId
|
@@ -19181,7 +19120,6 @@ class GatewayItem(AbstractModel):
|
|
19181
19120
|
@property
|
19182
19121
|
def AccessDomain(self):
|
19183
19122
|
"""Donut接入域名
|
19184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19185
19123
|
:rtype: str
|
19186
19124
|
"""
|
19187
19125
|
return self._AccessDomain
|
@@ -23725,37 +23663,26 @@ class WxGatewayRountItem(AbstractModel):
|
|
23725
23663
|
:param _GatewayRouteCreateTime: 安全网关创建时间
|
23726
23664
|
:type GatewayRouteCreateTime: str
|
23727
23665
|
:param _FrequencyLimitConfig: 安全网关路由限制
|
23728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23729
23666
|
:type FrequencyLimitConfig: list of FrequencyLimitConfig
|
23730
23667
|
:param _GatewayRouteServerType: ip代表绑定后端ip。cbr代表云托管服务
|
23731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23732
23668
|
:type GatewayRouteServerType: str
|
23733
23669
|
:param _GatewayRouteServerName: 服务名
|
23734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23735
23670
|
:type GatewayRouteServerName: str
|
23736
23671
|
:param _GatewayRewriteHost: ip
|
23737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23738
23672
|
:type GatewayRewriteHost: str
|
23739
23673
|
:param _GatewayVersion: 网关版本
|
23740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23741
23674
|
:type GatewayVersion: str
|
23742
23675
|
:param _GatewayRoutePath: 请求路径
|
23743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23744
23676
|
:type GatewayRoutePath: str
|
23745
23677
|
:param _GatewayRouteMethod: 请求模式
|
23746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23747
23678
|
:type GatewayRouteMethod: str
|
23748
23679
|
:param _GatewayRoutePort: 4层端口
|
23749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23750
23680
|
:type GatewayRoutePort: int
|
23751
23681
|
:param _GatewayRouteEnvId: 路由环境ID
|
23752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23753
23682
|
:type GatewayRouteEnvId: str
|
23754
23683
|
:param _GatewayRoutePathMatchType: 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
|
23755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23756
23684
|
:type GatewayRoutePathMatchType: str
|
23757
23685
|
:param _CustomHeader: 安全网关自定义头部
|
23758
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23759
23686
|
:type CustomHeader: :class:`tencentcloud.tcb.v20180608.models.CustomHeader`
|
23760
23687
|
"""
|
23761
23688
|
self._GatewayRouteName = None
|
@@ -23845,7 +23772,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23845
23772
|
@property
|
23846
23773
|
def FrequencyLimitConfig(self):
|
23847
23774
|
"""安全网关路由限制
|
23848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23849
23775
|
:rtype: list of FrequencyLimitConfig
|
23850
23776
|
"""
|
23851
23777
|
return self._FrequencyLimitConfig
|
@@ -23857,7 +23783,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23857
23783
|
@property
|
23858
23784
|
def GatewayRouteServerType(self):
|
23859
23785
|
"""ip代表绑定后端ip。cbr代表云托管服务
|
23860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23861
23786
|
:rtype: str
|
23862
23787
|
"""
|
23863
23788
|
return self._GatewayRouteServerType
|
@@ -23869,7 +23794,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23869
23794
|
@property
|
23870
23795
|
def GatewayRouteServerName(self):
|
23871
23796
|
"""服务名
|
23872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23873
23797
|
:rtype: str
|
23874
23798
|
"""
|
23875
23799
|
return self._GatewayRouteServerName
|
@@ -23881,7 +23805,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23881
23805
|
@property
|
23882
23806
|
def GatewayRewriteHost(self):
|
23883
23807
|
"""ip
|
23884
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23885
23808
|
:rtype: str
|
23886
23809
|
"""
|
23887
23810
|
return self._GatewayRewriteHost
|
@@ -23893,7 +23816,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23893
23816
|
@property
|
23894
23817
|
def GatewayVersion(self):
|
23895
23818
|
"""网关版本
|
23896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23897
23819
|
:rtype: str
|
23898
23820
|
"""
|
23899
23821
|
return self._GatewayVersion
|
@@ -23905,7 +23827,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23905
23827
|
@property
|
23906
23828
|
def GatewayRoutePath(self):
|
23907
23829
|
"""请求路径
|
23908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23909
23830
|
:rtype: str
|
23910
23831
|
"""
|
23911
23832
|
return self._GatewayRoutePath
|
@@ -23917,7 +23838,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23917
23838
|
@property
|
23918
23839
|
def GatewayRouteMethod(self):
|
23919
23840
|
"""请求模式
|
23920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23921
23841
|
:rtype: str
|
23922
23842
|
"""
|
23923
23843
|
return self._GatewayRouteMethod
|
@@ -23929,7 +23849,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23929
23849
|
@property
|
23930
23850
|
def GatewayRoutePort(self):
|
23931
23851
|
"""4层端口
|
23932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23933
23852
|
:rtype: int
|
23934
23853
|
"""
|
23935
23854
|
return self._GatewayRoutePort
|
@@ -23941,7 +23860,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23941
23860
|
@property
|
23942
23861
|
def GatewayRouteEnvId(self):
|
23943
23862
|
"""路由环境ID
|
23944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23945
23863
|
:rtype: str
|
23946
23864
|
"""
|
23947
23865
|
return self._GatewayRouteEnvId
|
@@ -23953,7 +23871,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23953
23871
|
@property
|
23954
23872
|
def GatewayRoutePathMatchType(self):
|
23955
23873
|
"""路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
|
23956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23957
23874
|
:rtype: str
|
23958
23875
|
"""
|
23959
23876
|
return self._GatewayRoutePathMatchType
|
@@ -23965,7 +23882,6 @@ class WxGatewayRountItem(AbstractModel):
|
|
23965
23882
|
@property
|
23966
23883
|
def CustomHeader(self):
|
23967
23884
|
"""安全网关自定义头部
|
23968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23969
23885
|
:rtype: :class:`tencentcloud.tcb.v20180608.models.CustomHeader`
|
23970
23886
|
"""
|
23971
23887
|
return self._CustomHeader
|
@@ -1272,7 +1272,7 @@ class DescribeClusterInstancesRequest(AbstractModel):
|
|
1272
1272
|
:param _Limit: 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
1273
1273
|
:type Limit: int
|
1274
1274
|
:param _Filters: 过滤条件列表:
|
1275
|
-
InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,
|
1275
|
+
InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Super,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
|
1276
1276
|
:type Filters: list of Filter
|
1277
1277
|
:param _SortBy: 排序信息
|
1278
1278
|
:type SortBy: :class:`tencentcloud.tke.v20220501.models.SortBy`
|
@@ -1319,7 +1319,7 @@ InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Virtual,E
|
|
1319
1319
|
@property
|
1320
1320
|
def Filters(self):
|
1321
1321
|
"""过滤条件列表:
|
1322
|
-
InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,
|
1322
|
+
InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Super,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
|
1323
1323
|
:rtype: list of Filter
|
1324
1324
|
"""
|
1325
1325
|
return self._Filters
|