tencentcloud-sdk-python 3.0.1202__py2.py3-none-any.whl → 3.0.1233__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 +24 -0
- tencentcloud/aiart/v20221229/models.py +214 -15
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/autoscaling/v20180419/errorcodes.py +6 -0
- tencentcloud/autoscaling/v20180419/models.py +67 -20
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +359 -11
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +618 -66
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +8041 -3844
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/errorcodes.py +9 -0
- tencentcloud/cfs/v20190719/models.py +55 -5
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +409 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -1
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +185 -10
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +661 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +193 -15
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +12 -0
- tencentcloud/emr/v20190103/models.py +6832 -3365
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +547 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +142 -24
- tencentcloud/ess/v20201111/models.py +763 -103
- tencentcloud/essbasic/v20210526/essbasic_client.py +77 -3
- tencentcloud/essbasic/v20210526/models.py +413 -24
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +39 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +99 -1
- tencentcloud/hunyuan/v20230901/models.py +661 -13
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/errorcodes.py +15 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +357 -2
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +285 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +18 -4
- tencentcloud/mps/v20190612/models.py +658 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +345 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12635 -4016
- tencentcloud/organization/v20210331/organization_client.py +1342 -123
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/pts/v20210728/errorcodes.py +3 -0
- tencentcloud/pts/v20210728/models.py +1 -1
- tencentcloud/rce/v20201103/models.py +2905 -435
- tencentcloud/rce/v20201103/rce_client.py +207 -0
- tencentcloud/redis/v20180412/models.py +944 -67
- tencentcloud/redis/v20180412/redis_client.py +93 -1
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +6 -6
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +243 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +46 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +245 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +13 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/tds/v20220801/models.py +117 -0
- tencentcloud/teo/v20220901/errorcodes.py +12 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +32 -32
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +374 -55
- tencentcloud/trtc/v20190722/trtc_client.py +51 -39
- tencentcloud/tse/v20201207/models.py +127 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tsi/v20210325/models.py +24 -4
- tencentcloud/tsi/v20210325/tsi_client.py +12 -1
- tencentcloud/tts/v20190823/models.py +4 -3
- tencentcloud/vclm/v20240523/errorcodes.py +60 -0
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +538 -10
- tencentcloud/vpc/v20170312/vpc_client.py +4 -2
- tencentcloud/vrs/v20200824/models.py +166 -8
- tencentcloud/vrs/v20200824/vrs_client.py +2 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +3941 -493
- tencentcloud/wedata/v20210820/wedata_client.py +184 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +214 -205
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -2733,6 +2733,242 @@ class ConfigInfo(AbstractModel):
|
|
2733
2733
|
|
2734
2734
|
|
2735
2735
|
|
2736
|
+
class ConsoleSharingConfig(AbstractModel):
|
2737
|
+
"""控制台分享配置
|
2738
|
+
|
2739
|
+
"""
|
2740
|
+
|
2741
|
+
def __init__(self):
|
2742
|
+
r"""
|
2743
|
+
:param _Name: 分享链接名称
|
2744
|
+
:type Name: str
|
2745
|
+
:param _Type: 仪表盘: 1; 检索页:2
|
2746
|
+
:type Type: int
|
2747
|
+
:param _DurationMilliseconds: 分享链接有效期,单位:毫秒,最长支持30天
|
2748
|
+
:type DurationMilliseconds: int
|
2749
|
+
:param _Resources: 允许访问的资源列表,目前仅支持一个Resource
|
2750
|
+
:type Resources: list of str
|
2751
|
+
:param _Domain: 分享链接域名,可选范围
|
2752
|
+
- 公网匿名分享:填写clsshare.com
|
2753
|
+
- datasight内网匿名分享(若开启):datasight内网域名
|
2754
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2755
|
+
:type Domain: str
|
2756
|
+
:param _VerifyCode: 验证码
|
2757
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2758
|
+
:type VerifyCode: str
|
2759
|
+
:param _StartTime: 默认查询范围的开始时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式
|
2760
|
+
:type StartTime: str
|
2761
|
+
:param _EndTime: 默认查询范围的结束时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式。注意,结束时间点要大于开始时间点
|
2762
|
+
:type EndTime: str
|
2763
|
+
:param _NowTime: 仅当StartTime/EndTime为相对时间时使用,基于NowTime计算绝对时间,默认为创建时间
|
2764
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2765
|
+
:type NowTime: int
|
2766
|
+
:param _Params: 默认的检索分析语句,仅当Type为2时使用
|
2767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2768
|
+
:type Params: list of ConsoleSharingParam
|
2769
|
+
:param _IsLockTimeRange: 是否允许访问者自行修改检索分析时间范围。默认不锁定(false)
|
2770
|
+
:type IsLockTimeRange: bool
|
2771
|
+
:param _IsLockQuery: 是否允许访问者自行修改日志检索语句。在检索页分享中表示检索语句锁定状态;在仪表盘中表示过滤变量锁定状态。默认不锁定(false)
|
2772
|
+
:type IsLockQuery: bool
|
2773
|
+
:param _IsSupportLogExport: 检索页分享是否允许访问者下载日志,默认不允许(false)
|
2774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2775
|
+
:type IsSupportLogExport: bool
|
2776
|
+
"""
|
2777
|
+
self._Name = None
|
2778
|
+
self._Type = None
|
2779
|
+
self._DurationMilliseconds = None
|
2780
|
+
self._Resources = None
|
2781
|
+
self._Domain = None
|
2782
|
+
self._VerifyCode = None
|
2783
|
+
self._StartTime = None
|
2784
|
+
self._EndTime = None
|
2785
|
+
self._NowTime = None
|
2786
|
+
self._Params = None
|
2787
|
+
self._IsLockTimeRange = None
|
2788
|
+
self._IsLockQuery = None
|
2789
|
+
self._IsSupportLogExport = None
|
2790
|
+
|
2791
|
+
@property
|
2792
|
+
def Name(self):
|
2793
|
+
return self._Name
|
2794
|
+
|
2795
|
+
@Name.setter
|
2796
|
+
def Name(self, Name):
|
2797
|
+
self._Name = Name
|
2798
|
+
|
2799
|
+
@property
|
2800
|
+
def Type(self):
|
2801
|
+
return self._Type
|
2802
|
+
|
2803
|
+
@Type.setter
|
2804
|
+
def Type(self, Type):
|
2805
|
+
self._Type = Type
|
2806
|
+
|
2807
|
+
@property
|
2808
|
+
def DurationMilliseconds(self):
|
2809
|
+
return self._DurationMilliseconds
|
2810
|
+
|
2811
|
+
@DurationMilliseconds.setter
|
2812
|
+
def DurationMilliseconds(self, DurationMilliseconds):
|
2813
|
+
self._DurationMilliseconds = DurationMilliseconds
|
2814
|
+
|
2815
|
+
@property
|
2816
|
+
def Resources(self):
|
2817
|
+
return self._Resources
|
2818
|
+
|
2819
|
+
@Resources.setter
|
2820
|
+
def Resources(self, Resources):
|
2821
|
+
self._Resources = Resources
|
2822
|
+
|
2823
|
+
@property
|
2824
|
+
def Domain(self):
|
2825
|
+
return self._Domain
|
2826
|
+
|
2827
|
+
@Domain.setter
|
2828
|
+
def Domain(self, Domain):
|
2829
|
+
self._Domain = Domain
|
2830
|
+
|
2831
|
+
@property
|
2832
|
+
def VerifyCode(self):
|
2833
|
+
return self._VerifyCode
|
2834
|
+
|
2835
|
+
@VerifyCode.setter
|
2836
|
+
def VerifyCode(self, VerifyCode):
|
2837
|
+
self._VerifyCode = VerifyCode
|
2838
|
+
|
2839
|
+
@property
|
2840
|
+
def StartTime(self):
|
2841
|
+
return self._StartTime
|
2842
|
+
|
2843
|
+
@StartTime.setter
|
2844
|
+
def StartTime(self, StartTime):
|
2845
|
+
self._StartTime = StartTime
|
2846
|
+
|
2847
|
+
@property
|
2848
|
+
def EndTime(self):
|
2849
|
+
return self._EndTime
|
2850
|
+
|
2851
|
+
@EndTime.setter
|
2852
|
+
def EndTime(self, EndTime):
|
2853
|
+
self._EndTime = EndTime
|
2854
|
+
|
2855
|
+
@property
|
2856
|
+
def NowTime(self):
|
2857
|
+
return self._NowTime
|
2858
|
+
|
2859
|
+
@NowTime.setter
|
2860
|
+
def NowTime(self, NowTime):
|
2861
|
+
self._NowTime = NowTime
|
2862
|
+
|
2863
|
+
@property
|
2864
|
+
def Params(self):
|
2865
|
+
return self._Params
|
2866
|
+
|
2867
|
+
@Params.setter
|
2868
|
+
def Params(self, Params):
|
2869
|
+
self._Params = Params
|
2870
|
+
|
2871
|
+
@property
|
2872
|
+
def IsLockTimeRange(self):
|
2873
|
+
return self._IsLockTimeRange
|
2874
|
+
|
2875
|
+
@IsLockTimeRange.setter
|
2876
|
+
def IsLockTimeRange(self, IsLockTimeRange):
|
2877
|
+
self._IsLockTimeRange = IsLockTimeRange
|
2878
|
+
|
2879
|
+
@property
|
2880
|
+
def IsLockQuery(self):
|
2881
|
+
return self._IsLockQuery
|
2882
|
+
|
2883
|
+
@IsLockQuery.setter
|
2884
|
+
def IsLockQuery(self, IsLockQuery):
|
2885
|
+
self._IsLockQuery = IsLockQuery
|
2886
|
+
|
2887
|
+
@property
|
2888
|
+
def IsSupportLogExport(self):
|
2889
|
+
return self._IsSupportLogExport
|
2890
|
+
|
2891
|
+
@IsSupportLogExport.setter
|
2892
|
+
def IsSupportLogExport(self, IsSupportLogExport):
|
2893
|
+
self._IsSupportLogExport = IsSupportLogExport
|
2894
|
+
|
2895
|
+
|
2896
|
+
def _deserialize(self, params):
|
2897
|
+
self._Name = params.get("Name")
|
2898
|
+
self._Type = params.get("Type")
|
2899
|
+
self._DurationMilliseconds = params.get("DurationMilliseconds")
|
2900
|
+
self._Resources = params.get("Resources")
|
2901
|
+
self._Domain = params.get("Domain")
|
2902
|
+
self._VerifyCode = params.get("VerifyCode")
|
2903
|
+
self._StartTime = params.get("StartTime")
|
2904
|
+
self._EndTime = params.get("EndTime")
|
2905
|
+
self._NowTime = params.get("NowTime")
|
2906
|
+
if params.get("Params") is not None:
|
2907
|
+
self._Params = []
|
2908
|
+
for item in params.get("Params"):
|
2909
|
+
obj = ConsoleSharingParam()
|
2910
|
+
obj._deserialize(item)
|
2911
|
+
self._Params.append(obj)
|
2912
|
+
self._IsLockTimeRange = params.get("IsLockTimeRange")
|
2913
|
+
self._IsLockQuery = params.get("IsLockQuery")
|
2914
|
+
self._IsSupportLogExport = params.get("IsSupportLogExport")
|
2915
|
+
memeber_set = set(params.keys())
|
2916
|
+
for name, value in vars(self).items():
|
2917
|
+
property_name = name[1:]
|
2918
|
+
if property_name in memeber_set:
|
2919
|
+
memeber_set.remove(property_name)
|
2920
|
+
if len(memeber_set) > 0:
|
2921
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2922
|
+
|
2923
|
+
|
2924
|
+
|
2925
|
+
class ConsoleSharingParam(AbstractModel):
|
2926
|
+
"""控制台分享链接params参数
|
2927
|
+
|
2928
|
+
"""
|
2929
|
+
|
2930
|
+
def __init__(self):
|
2931
|
+
r"""
|
2932
|
+
:param _Name: 名称
|
2933
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2934
|
+
:type Name: str
|
2935
|
+
:param _Value: 值
|
2936
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2937
|
+
:type Value: str
|
2938
|
+
"""
|
2939
|
+
self._Name = None
|
2940
|
+
self._Value = None
|
2941
|
+
|
2942
|
+
@property
|
2943
|
+
def Name(self):
|
2944
|
+
return self._Name
|
2945
|
+
|
2946
|
+
@Name.setter
|
2947
|
+
def Name(self, Name):
|
2948
|
+
self._Name = Name
|
2949
|
+
|
2950
|
+
@property
|
2951
|
+
def Value(self):
|
2952
|
+
return self._Value
|
2953
|
+
|
2954
|
+
@Value.setter
|
2955
|
+
def Value(self, Value):
|
2956
|
+
self._Value = Value
|
2957
|
+
|
2958
|
+
|
2959
|
+
def _deserialize(self, params):
|
2960
|
+
self._Name = params.get("Name")
|
2961
|
+
self._Value = params.get("Value")
|
2962
|
+
memeber_set = set(params.keys())
|
2963
|
+
for name, value in vars(self).items():
|
2964
|
+
property_name = name[1:]
|
2965
|
+
if property_name in memeber_set:
|
2966
|
+
memeber_set.remove(property_name)
|
2967
|
+
if len(memeber_set) > 0:
|
2968
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2969
|
+
|
2970
|
+
|
2971
|
+
|
2736
2972
|
class ConsumerContent(AbstractModel):
|
2737
2973
|
"""投递任务出入参 Content
|
2738
2974
|
|
@@ -4634,6 +4870,90 @@ class CreateConfigResponse(AbstractModel):
|
|
4634
4870
|
self._RequestId = params.get("RequestId")
|
4635
4871
|
|
4636
4872
|
|
4873
|
+
class CreateConsoleSharingRequest(AbstractModel):
|
4874
|
+
"""CreateConsoleSharing请求参数结构体
|
4875
|
+
|
4876
|
+
"""
|
4877
|
+
|
4878
|
+
def __init__(self):
|
4879
|
+
r"""
|
4880
|
+
:param _SharingConfig: 免密分享配置
|
4881
|
+
:type SharingConfig: :class:`tencentcloud.cls.v20201016.models.ConsoleSharingConfig`
|
4882
|
+
"""
|
4883
|
+
self._SharingConfig = None
|
4884
|
+
|
4885
|
+
@property
|
4886
|
+
def SharingConfig(self):
|
4887
|
+
return self._SharingConfig
|
4888
|
+
|
4889
|
+
@SharingConfig.setter
|
4890
|
+
def SharingConfig(self, SharingConfig):
|
4891
|
+
self._SharingConfig = SharingConfig
|
4892
|
+
|
4893
|
+
|
4894
|
+
def _deserialize(self, params):
|
4895
|
+
if params.get("SharingConfig") is not None:
|
4896
|
+
self._SharingConfig = ConsoleSharingConfig()
|
4897
|
+
self._SharingConfig._deserialize(params.get("SharingConfig"))
|
4898
|
+
memeber_set = set(params.keys())
|
4899
|
+
for name, value in vars(self).items():
|
4900
|
+
property_name = name[1:]
|
4901
|
+
if property_name in memeber_set:
|
4902
|
+
memeber_set.remove(property_name)
|
4903
|
+
if len(memeber_set) > 0:
|
4904
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
4905
|
+
|
4906
|
+
|
4907
|
+
|
4908
|
+
class CreateConsoleSharingResponse(AbstractModel):
|
4909
|
+
"""CreateConsoleSharing返回参数结构体
|
4910
|
+
|
4911
|
+
"""
|
4912
|
+
|
4913
|
+
def __init__(self):
|
4914
|
+
r"""
|
4915
|
+
:param _SharingUrl: 免密分享链接
|
4916
|
+
:type SharingUrl: str
|
4917
|
+
:param _SharingId: 免密分享链接ID
|
4918
|
+
:type SharingId: str
|
4919
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4920
|
+
:type RequestId: str
|
4921
|
+
"""
|
4922
|
+
self._SharingUrl = None
|
4923
|
+
self._SharingId = None
|
4924
|
+
self._RequestId = None
|
4925
|
+
|
4926
|
+
@property
|
4927
|
+
def SharingUrl(self):
|
4928
|
+
return self._SharingUrl
|
4929
|
+
|
4930
|
+
@SharingUrl.setter
|
4931
|
+
def SharingUrl(self, SharingUrl):
|
4932
|
+
self._SharingUrl = SharingUrl
|
4933
|
+
|
4934
|
+
@property
|
4935
|
+
def SharingId(self):
|
4936
|
+
return self._SharingId
|
4937
|
+
|
4938
|
+
@SharingId.setter
|
4939
|
+
def SharingId(self, SharingId):
|
4940
|
+
self._SharingId = SharingId
|
4941
|
+
|
4942
|
+
@property
|
4943
|
+
def RequestId(self):
|
4944
|
+
return self._RequestId
|
4945
|
+
|
4946
|
+
@RequestId.setter
|
4947
|
+
def RequestId(self, RequestId):
|
4948
|
+
self._RequestId = RequestId
|
4949
|
+
|
4950
|
+
|
4951
|
+
def _deserialize(self, params):
|
4952
|
+
self._SharingUrl = params.get("SharingUrl")
|
4953
|
+
self._SharingId = params.get("SharingId")
|
4954
|
+
self._RequestId = params.get("RequestId")
|
4955
|
+
|
4956
|
+
|
4637
4957
|
class CreateConsumerRequest(AbstractModel):
|
4638
4958
|
"""CreateConsumer请求参数结构体
|
4639
4959
|
|
@@ -4945,6 +5265,71 @@ class CreateDashboardSubscribeRequest(AbstractModel):
|
|
4945
5265
|
|
4946
5266
|
"""
|
4947
5267
|
|
5268
|
+
def __init__(self):
|
5269
|
+
r"""
|
5270
|
+
:param _Name: 仪表盘订阅名称。
|
5271
|
+
:type Name: str
|
5272
|
+
:param _DashboardId: 仪表盘id。
|
5273
|
+
:type DashboardId: str
|
5274
|
+
:param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。<br><li/>{秒数} 取值范围: 0 ~ 59 <br><li/>{分钟} 取值范围: 0 ~ 59 <br><li/>{小时} 取值范围: 0 ~ 23 <br><li/>{日期} 取值范围: 1 ~ 31 AND (dayOfMonth最后一天: L) <br><li/>{月份} 取值范围: 1 ~ 12 <br><li/>{星期} 取值范围: 0 ~ 6 【0:星期日, 6星期六】
|
5275
|
+
:type Cron: str
|
5276
|
+
:param _SubscribeData: 仪表盘订阅数据。
|
5277
|
+
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
5278
|
+
"""
|
5279
|
+
self._Name = None
|
5280
|
+
self._DashboardId = None
|
5281
|
+
self._Cron = None
|
5282
|
+
self._SubscribeData = None
|
5283
|
+
|
5284
|
+
@property
|
5285
|
+
def Name(self):
|
5286
|
+
return self._Name
|
5287
|
+
|
5288
|
+
@Name.setter
|
5289
|
+
def Name(self, Name):
|
5290
|
+
self._Name = Name
|
5291
|
+
|
5292
|
+
@property
|
5293
|
+
def DashboardId(self):
|
5294
|
+
return self._DashboardId
|
5295
|
+
|
5296
|
+
@DashboardId.setter
|
5297
|
+
def DashboardId(self, DashboardId):
|
5298
|
+
self._DashboardId = DashboardId
|
5299
|
+
|
5300
|
+
@property
|
5301
|
+
def Cron(self):
|
5302
|
+
return self._Cron
|
5303
|
+
|
5304
|
+
@Cron.setter
|
5305
|
+
def Cron(self, Cron):
|
5306
|
+
self._Cron = Cron
|
5307
|
+
|
5308
|
+
@property
|
5309
|
+
def SubscribeData(self):
|
5310
|
+
return self._SubscribeData
|
5311
|
+
|
5312
|
+
@SubscribeData.setter
|
5313
|
+
def SubscribeData(self, SubscribeData):
|
5314
|
+
self._SubscribeData = SubscribeData
|
5315
|
+
|
5316
|
+
|
5317
|
+
def _deserialize(self, params):
|
5318
|
+
self._Name = params.get("Name")
|
5319
|
+
self._DashboardId = params.get("DashboardId")
|
5320
|
+
self._Cron = params.get("Cron")
|
5321
|
+
if params.get("SubscribeData") is not None:
|
5322
|
+
self._SubscribeData = DashboardSubscribeData()
|
5323
|
+
self._SubscribeData._deserialize(params.get("SubscribeData"))
|
5324
|
+
memeber_set = set(params.keys())
|
5325
|
+
for name, value in vars(self).items():
|
5326
|
+
property_name = name[1:]
|
5327
|
+
if property_name in memeber_set:
|
5328
|
+
memeber_set.remove(property_name)
|
5329
|
+
if len(memeber_set) > 0:
|
5330
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5331
|
+
|
5332
|
+
|
4948
5333
|
|
4949
5334
|
class CreateDashboardSubscribeResponse(AbstractModel):
|
4950
5335
|
"""CreateDashboardSubscribe返回参数结构体
|
@@ -5000,6 +5385,8 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5000
5385
|
:type EnableFlag: int
|
5001
5386
|
:param _PreviewLogStatistics: 用于预览加工结果的测试数据
|
5002
5387
|
:type PreviewLogStatistics: list of PreviewLogStatistic
|
5388
|
+
:param _DataTransformType: 数据加工类型。0:标准加工任务; 1:前置加工任务。前置加工任务将采集的日志处理完成后,再写入日志主题。
|
5389
|
+
:type DataTransformType: int
|
5003
5390
|
"""
|
5004
5391
|
self._FuncType = None
|
5005
5392
|
self._SrcTopicId = None
|
@@ -5009,6 +5396,7 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5009
5396
|
self._DstResources = None
|
5010
5397
|
self._EnableFlag = None
|
5011
5398
|
self._PreviewLogStatistics = None
|
5399
|
+
self._DataTransformType = None
|
5012
5400
|
|
5013
5401
|
@property
|
5014
5402
|
def FuncType(self):
|
@@ -5074,6 +5462,14 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5074
5462
|
def PreviewLogStatistics(self, PreviewLogStatistics):
|
5075
5463
|
self._PreviewLogStatistics = PreviewLogStatistics
|
5076
5464
|
|
5465
|
+
@property
|
5466
|
+
def DataTransformType(self):
|
5467
|
+
return self._DataTransformType
|
5468
|
+
|
5469
|
+
@DataTransformType.setter
|
5470
|
+
def DataTransformType(self, DataTransformType):
|
5471
|
+
self._DataTransformType = DataTransformType
|
5472
|
+
|
5077
5473
|
|
5078
5474
|
def _deserialize(self, params):
|
5079
5475
|
self._FuncType = params.get("FuncType")
|
@@ -5094,6 +5490,7 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5094
5490
|
obj = PreviewLogStatistic()
|
5095
5491
|
obj._deserialize(item)
|
5096
5492
|
self._PreviewLogStatistics.append(obj)
|
5493
|
+
self._DataTransformType = params.get("DataTransformType")
|
5097
5494
|
memeber_set = set(params.keys())
|
5098
5495
|
for name, value in vars(self).items():
|
5099
5496
|
property_name = name[1:]
|
@@ -7847,6 +8244,64 @@ class DeleteConfigResponse(AbstractModel):
|
|
7847
8244
|
self._RequestId = params.get("RequestId")
|
7848
8245
|
|
7849
8246
|
|
8247
|
+
class DeleteConsoleSharingRequest(AbstractModel):
|
8248
|
+
"""DeleteConsoleSharing请求参数结构体
|
8249
|
+
|
8250
|
+
"""
|
8251
|
+
|
8252
|
+
def __init__(self):
|
8253
|
+
r"""
|
8254
|
+
:param _SharingId: 免密分享Id
|
8255
|
+
:type SharingId: str
|
8256
|
+
"""
|
8257
|
+
self._SharingId = None
|
8258
|
+
|
8259
|
+
@property
|
8260
|
+
def SharingId(self):
|
8261
|
+
return self._SharingId
|
8262
|
+
|
8263
|
+
@SharingId.setter
|
8264
|
+
def SharingId(self, SharingId):
|
8265
|
+
self._SharingId = SharingId
|
8266
|
+
|
8267
|
+
|
8268
|
+
def _deserialize(self, params):
|
8269
|
+
self._SharingId = params.get("SharingId")
|
8270
|
+
memeber_set = set(params.keys())
|
8271
|
+
for name, value in vars(self).items():
|
8272
|
+
property_name = name[1:]
|
8273
|
+
if property_name in memeber_set:
|
8274
|
+
memeber_set.remove(property_name)
|
8275
|
+
if len(memeber_set) > 0:
|
8276
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8277
|
+
|
8278
|
+
|
8279
|
+
|
8280
|
+
class DeleteConsoleSharingResponse(AbstractModel):
|
8281
|
+
"""DeleteConsoleSharing返回参数结构体
|
8282
|
+
|
8283
|
+
"""
|
8284
|
+
|
8285
|
+
def __init__(self):
|
8286
|
+
r"""
|
8287
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8288
|
+
:type RequestId: str
|
8289
|
+
"""
|
8290
|
+
self._RequestId = None
|
8291
|
+
|
8292
|
+
@property
|
8293
|
+
def RequestId(self):
|
8294
|
+
return self._RequestId
|
8295
|
+
|
8296
|
+
@RequestId.setter
|
8297
|
+
def RequestId(self, RequestId):
|
8298
|
+
self._RequestId = RequestId
|
8299
|
+
|
8300
|
+
|
8301
|
+
def _deserialize(self, params):
|
8302
|
+
self._RequestId = params.get("RequestId")
|
8303
|
+
|
8304
|
+
|
7850
8305
|
class DeleteConsumerRequest(AbstractModel):
|
7851
8306
|
"""DeleteConsumer请求参数结构体
|
7852
8307
|
|
@@ -7905,10 +8360,37 @@ class DeleteConsumerResponse(AbstractModel):
|
|
7905
8360
|
self._RequestId = params.get("RequestId")
|
7906
8361
|
|
7907
8362
|
|
7908
|
-
class DeleteDashboardSubscribeRequest(AbstractModel):
|
7909
|
-
"""DeleteDashboardSubscribe请求参数结构体
|
8363
|
+
class DeleteDashboardSubscribeRequest(AbstractModel):
|
8364
|
+
"""DeleteDashboardSubscribe请求参数结构体
|
8365
|
+
|
8366
|
+
"""
|
8367
|
+
|
8368
|
+
def __init__(self):
|
8369
|
+
r"""
|
8370
|
+
:param _Id: 仪表盘订阅记录id。
|
8371
|
+
:type Id: int
|
8372
|
+
"""
|
8373
|
+
self._Id = None
|
8374
|
+
|
8375
|
+
@property
|
8376
|
+
def Id(self):
|
8377
|
+
return self._Id
|
8378
|
+
|
8379
|
+
@Id.setter
|
8380
|
+
def Id(self, Id):
|
8381
|
+
self._Id = Id
|
8382
|
+
|
7910
8383
|
|
7911
|
-
|
8384
|
+
def _deserialize(self, params):
|
8385
|
+
self._Id = params.get("Id")
|
8386
|
+
memeber_set = set(params.keys())
|
8387
|
+
for name, value in vars(self).items():
|
8388
|
+
property_name = name[1:]
|
8389
|
+
if property_name in memeber_set:
|
8390
|
+
memeber_set.remove(property_name)
|
8391
|
+
if len(memeber_set) > 0:
|
8392
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8393
|
+
|
7912
8394
|
|
7913
8395
|
|
7914
8396
|
class DeleteDashboardSubscribeResponse(AbstractModel):
|
@@ -9449,6 +9931,49 @@ class DescribeConfigsResponse(AbstractModel):
|
|
9449
9931
|
self._RequestId = params.get("RequestId")
|
9450
9932
|
|
9451
9933
|
|
9934
|
+
class DescribeConsoleSharingListRequest(AbstractModel):
|
9935
|
+
"""DescribeConsoleSharingList请求参数结构体
|
9936
|
+
|
9937
|
+
"""
|
9938
|
+
|
9939
|
+
|
9940
|
+
class DescribeConsoleSharingListResponse(AbstractModel):
|
9941
|
+
"""DescribeConsoleSharingList返回参数结构体
|
9942
|
+
|
9943
|
+
"""
|
9944
|
+
|
9945
|
+
def __init__(self):
|
9946
|
+
r"""
|
9947
|
+
:param _TotalCount: 分页的总数目
|
9948
|
+
:type TotalCount: int
|
9949
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9950
|
+
:type RequestId: str
|
9951
|
+
"""
|
9952
|
+
self._TotalCount = None
|
9953
|
+
self._RequestId = None
|
9954
|
+
|
9955
|
+
@property
|
9956
|
+
def TotalCount(self):
|
9957
|
+
return self._TotalCount
|
9958
|
+
|
9959
|
+
@TotalCount.setter
|
9960
|
+
def TotalCount(self, TotalCount):
|
9961
|
+
self._TotalCount = TotalCount
|
9962
|
+
|
9963
|
+
@property
|
9964
|
+
def RequestId(self):
|
9965
|
+
return self._RequestId
|
9966
|
+
|
9967
|
+
@RequestId.setter
|
9968
|
+
def RequestId(self, RequestId):
|
9969
|
+
self._RequestId = RequestId
|
9970
|
+
|
9971
|
+
|
9972
|
+
def _deserialize(self, params):
|
9973
|
+
self._TotalCount = params.get("TotalCount")
|
9974
|
+
self._RequestId = params.get("RequestId")
|
9975
|
+
|
9976
|
+
|
9452
9977
|
class DescribeConsumerRequest(AbstractModel):
|
9453
9978
|
"""DescribeConsumer请求参数结构体
|
9454
9979
|
|
@@ -9678,6 +10203,62 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
9678
10203
|
|
9679
10204
|
"""
|
9680
10205
|
|
10206
|
+
def __init__(self):
|
10207
|
+
r"""
|
10208
|
+
:param _Filters: <br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。
|
10209
|
+
:type Filters: list of Filter
|
10210
|
+
:param _Offset: 分页的偏移量,默认值为0。
|
10211
|
+
:type Offset: int
|
10212
|
+
:param _Limit: 分页单页限制数目,默认值为20,最大值100。
|
10213
|
+
:type Limit: int
|
10214
|
+
"""
|
10215
|
+
self._Filters = None
|
10216
|
+
self._Offset = None
|
10217
|
+
self._Limit = None
|
10218
|
+
|
10219
|
+
@property
|
10220
|
+
def Filters(self):
|
10221
|
+
return self._Filters
|
10222
|
+
|
10223
|
+
@Filters.setter
|
10224
|
+
def Filters(self, Filters):
|
10225
|
+
self._Filters = Filters
|
10226
|
+
|
10227
|
+
@property
|
10228
|
+
def Offset(self):
|
10229
|
+
return self._Offset
|
10230
|
+
|
10231
|
+
@Offset.setter
|
10232
|
+
def Offset(self, Offset):
|
10233
|
+
self._Offset = Offset
|
10234
|
+
|
10235
|
+
@property
|
10236
|
+
def Limit(self):
|
10237
|
+
return self._Limit
|
10238
|
+
|
10239
|
+
@Limit.setter
|
10240
|
+
def Limit(self, Limit):
|
10241
|
+
self._Limit = Limit
|
10242
|
+
|
10243
|
+
|
10244
|
+
def _deserialize(self, params):
|
10245
|
+
if params.get("Filters") is not None:
|
10246
|
+
self._Filters = []
|
10247
|
+
for item in params.get("Filters"):
|
10248
|
+
obj = Filter()
|
10249
|
+
obj._deserialize(item)
|
10250
|
+
self._Filters.append(obj)
|
10251
|
+
self._Offset = params.get("Offset")
|
10252
|
+
self._Limit = params.get("Limit")
|
10253
|
+
memeber_set = set(params.keys())
|
10254
|
+
for name, value in vars(self).items():
|
10255
|
+
property_name = name[1:]
|
10256
|
+
if property_name in memeber_set:
|
10257
|
+
memeber_set.remove(property_name)
|
10258
|
+
if len(memeber_set) > 0:
|
10259
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10260
|
+
|
10261
|
+
|
9681
10262
|
|
9682
10263
|
class DescribeDashboardSubscribesResponse(AbstractModel):
|
9683
10264
|
"""DescribeDashboardSubscribes返回参数结构体
|
@@ -16222,6 +16803,76 @@ class ModifyConfigResponse(AbstractModel):
|
|
16222
16803
|
self._RequestId = params.get("RequestId")
|
16223
16804
|
|
16224
16805
|
|
16806
|
+
class ModifyConsoleSharingRequest(AbstractModel):
|
16807
|
+
"""ModifyConsoleSharing请求参数结构体
|
16808
|
+
|
16809
|
+
"""
|
16810
|
+
|
16811
|
+
def __init__(self):
|
16812
|
+
r"""
|
16813
|
+
:param _SharingId: 免密分享链接Id
|
16814
|
+
:type SharingId: str
|
16815
|
+
:param _DurationMilliseconds: 指定分享链接有效期,单位:毫秒,最长可设定有效期为30天
|
16816
|
+
:type DurationMilliseconds: int
|
16817
|
+
"""
|
16818
|
+
self._SharingId = None
|
16819
|
+
self._DurationMilliseconds = None
|
16820
|
+
|
16821
|
+
@property
|
16822
|
+
def SharingId(self):
|
16823
|
+
return self._SharingId
|
16824
|
+
|
16825
|
+
@SharingId.setter
|
16826
|
+
def SharingId(self, SharingId):
|
16827
|
+
self._SharingId = SharingId
|
16828
|
+
|
16829
|
+
@property
|
16830
|
+
def DurationMilliseconds(self):
|
16831
|
+
return self._DurationMilliseconds
|
16832
|
+
|
16833
|
+
@DurationMilliseconds.setter
|
16834
|
+
def DurationMilliseconds(self, DurationMilliseconds):
|
16835
|
+
self._DurationMilliseconds = DurationMilliseconds
|
16836
|
+
|
16837
|
+
|
16838
|
+
def _deserialize(self, params):
|
16839
|
+
self._SharingId = params.get("SharingId")
|
16840
|
+
self._DurationMilliseconds = params.get("DurationMilliseconds")
|
16841
|
+
memeber_set = set(params.keys())
|
16842
|
+
for name, value in vars(self).items():
|
16843
|
+
property_name = name[1:]
|
16844
|
+
if property_name in memeber_set:
|
16845
|
+
memeber_set.remove(property_name)
|
16846
|
+
if len(memeber_set) > 0:
|
16847
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16848
|
+
|
16849
|
+
|
16850
|
+
|
16851
|
+
class ModifyConsoleSharingResponse(AbstractModel):
|
16852
|
+
"""ModifyConsoleSharing返回参数结构体
|
16853
|
+
|
16854
|
+
"""
|
16855
|
+
|
16856
|
+
def __init__(self):
|
16857
|
+
r"""
|
16858
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16859
|
+
:type RequestId: str
|
16860
|
+
"""
|
16861
|
+
self._RequestId = None
|
16862
|
+
|
16863
|
+
@property
|
16864
|
+
def RequestId(self):
|
16865
|
+
return self._RequestId
|
16866
|
+
|
16867
|
+
@RequestId.setter
|
16868
|
+
def RequestId(self, RequestId):
|
16869
|
+
self._RequestId = RequestId
|
16870
|
+
|
16871
|
+
|
16872
|
+
def _deserialize(self, params):
|
16873
|
+
self._RequestId = params.get("RequestId")
|
16874
|
+
|
16875
|
+
|
16225
16876
|
class ModifyConsumerRequest(AbstractModel):
|
16226
16877
|
"""ModifyConsumer请求参数结构体
|
16227
16878
|
|
@@ -16543,6 +17194,83 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
16543
17194
|
|
16544
17195
|
"""
|
16545
17196
|
|
17197
|
+
def __init__(self):
|
17198
|
+
r"""
|
17199
|
+
:param _Id: 仪表盘订阅id。
|
17200
|
+
:type Id: int
|
17201
|
+
:param _DashboardId: 仪表盘id。
|
17202
|
+
:type DashboardId: str
|
17203
|
+
:param _Name: 仪表盘订阅名称。
|
17204
|
+
:type Name: str
|
17205
|
+
:param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
17206
|
+
:type Cron: str
|
17207
|
+
:param _SubscribeData: 仪表盘订阅数据。
|
17208
|
+
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
17209
|
+
"""
|
17210
|
+
self._Id = None
|
17211
|
+
self._DashboardId = None
|
17212
|
+
self._Name = None
|
17213
|
+
self._Cron = None
|
17214
|
+
self._SubscribeData = None
|
17215
|
+
|
17216
|
+
@property
|
17217
|
+
def Id(self):
|
17218
|
+
return self._Id
|
17219
|
+
|
17220
|
+
@Id.setter
|
17221
|
+
def Id(self, Id):
|
17222
|
+
self._Id = Id
|
17223
|
+
|
17224
|
+
@property
|
17225
|
+
def DashboardId(self):
|
17226
|
+
return self._DashboardId
|
17227
|
+
|
17228
|
+
@DashboardId.setter
|
17229
|
+
def DashboardId(self, DashboardId):
|
17230
|
+
self._DashboardId = DashboardId
|
17231
|
+
|
17232
|
+
@property
|
17233
|
+
def Name(self):
|
17234
|
+
return self._Name
|
17235
|
+
|
17236
|
+
@Name.setter
|
17237
|
+
def Name(self, Name):
|
17238
|
+
self._Name = Name
|
17239
|
+
|
17240
|
+
@property
|
17241
|
+
def Cron(self):
|
17242
|
+
return self._Cron
|
17243
|
+
|
17244
|
+
@Cron.setter
|
17245
|
+
def Cron(self, Cron):
|
17246
|
+
self._Cron = Cron
|
17247
|
+
|
17248
|
+
@property
|
17249
|
+
def SubscribeData(self):
|
17250
|
+
return self._SubscribeData
|
17251
|
+
|
17252
|
+
@SubscribeData.setter
|
17253
|
+
def SubscribeData(self, SubscribeData):
|
17254
|
+
self._SubscribeData = SubscribeData
|
17255
|
+
|
17256
|
+
|
17257
|
+
def _deserialize(self, params):
|
17258
|
+
self._Id = params.get("Id")
|
17259
|
+
self._DashboardId = params.get("DashboardId")
|
17260
|
+
self._Name = params.get("Name")
|
17261
|
+
self._Cron = params.get("Cron")
|
17262
|
+
if params.get("SubscribeData") is not None:
|
17263
|
+
self._SubscribeData = DashboardSubscribeData()
|
17264
|
+
self._SubscribeData._deserialize(params.get("SubscribeData"))
|
17265
|
+
memeber_set = set(params.keys())
|
17266
|
+
for name, value in vars(self).items():
|
17267
|
+
property_name = name[1:]
|
17268
|
+
if property_name in memeber_set:
|
17269
|
+
memeber_set.remove(property_name)
|
17270
|
+
if len(memeber_set) > 0:
|
17271
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
17272
|
+
|
17273
|
+
|
16546
17274
|
|
16547
17275
|
class ModifyDashboardSubscribeResponse(AbstractModel):
|
16548
17276
|
"""ModifyDashboardSubscribe返回参数结构体
|
@@ -17961,10 +18689,11 @@ class MonitorTime(AbstractModel):
|
|
17961
18689
|
|
17962
18690
|
def __init__(self):
|
17963
18691
|
r"""
|
17964
|
-
:param _Type: 执行周期, 可选值:`Period`、`Fixed`。
|
18692
|
+
:param _Type: 执行周期, 可选值:`Period`、`Fixed`、`Cron`。
|
17965
18693
|
|
17966
18694
|
- Period:固定频率
|
17967
18695
|
- Fixed:固定时间
|
18696
|
+
- Cron:Cron表达式
|
17968
18697
|
:type Type: str
|
17969
18698
|
:param _Time: 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
|
17970
18699
|
当type为`Period`,`Fixed`时,time字段生效。
|
@@ -20215,16 +20944,26 @@ class SearchLogRequest(AbstractModel):
|
|
20215
20944
|
- 检索单个日志主题时请使用TopicId。
|
20216
20945
|
- TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。
|
20217
20946
|
:type Topics: list of MultiTopicSearchInformation
|
20218
|
-
:param
|
20947
|
+
:param _Sort: 原始日志是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
20948
|
+
注意:
|
20949
|
+
* 仅当检索分析语句(Query)不包含SQL时有效
|
20950
|
+
* SQL结果排序方式参考<a href="https://cloud.tencent.com/document/product/614/58978" target="_blank">SQL ORDER BY语法</a>
|
20951
|
+
:type Sort: str
|
20952
|
+
:param _Limit: 表示单次查询返回的原始日志条数,默认为100,最大值为1000。
|
20219
20953
|
注意:
|
20220
20954
|
* 仅当检索分析语句(Query)不包含SQL时有效
|
20221
20955
|
* SQL结果条数指定方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
20956
|
+
|
20957
|
+
可通过两种方式获取后续更多日志:
|
20958
|
+
* Context:透传上次接口返回的Context值,获取后续更多日志,总计最多可获取1万条原始日志
|
20959
|
+
* Offset:偏移量,表示从第几行开始返回原始日志,无日志条数限制
|
20222
20960
|
:type Limit: int
|
20223
|
-
:param
|
20961
|
+
:param _Offset: 查询原始日志的偏移量,表示从第几行开始返回原始日志,默认为0。
|
20224
20962
|
注意:
|
20225
20963
|
* 仅当检索分析语句(Query)不包含SQL时有效
|
20226
|
-
*
|
20227
|
-
|
20964
|
+
* 不能与Context参数同时使用
|
20965
|
+
* 仅适用于单日志主题检索
|
20966
|
+
:type Offset: int
|
20228
20967
|
:param _Context: 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时。
|
20229
20968
|
注意:
|
20230
20969
|
* 透传该参数时,请勿修改除该参数外的其它参数
|
@@ -20248,8 +20987,9 @@ class SearchLogRequest(AbstractModel):
|
|
20248
20987
|
self._SyntaxRule = None
|
20249
20988
|
self._TopicId = None
|
20250
20989
|
self._Topics = None
|
20251
|
-
self._Limit = None
|
20252
20990
|
self._Sort = None
|
20991
|
+
self._Limit = None
|
20992
|
+
self._Offset = None
|
20253
20993
|
self._Context = None
|
20254
20994
|
self._SamplingRate = None
|
20255
20995
|
self._UseNewAnalysis = None
|
@@ -20302,6 +21042,14 @@ class SearchLogRequest(AbstractModel):
|
|
20302
21042
|
def Topics(self, Topics):
|
20303
21043
|
self._Topics = Topics
|
20304
21044
|
|
21045
|
+
@property
|
21046
|
+
def Sort(self):
|
21047
|
+
return self._Sort
|
21048
|
+
|
21049
|
+
@Sort.setter
|
21050
|
+
def Sort(self, Sort):
|
21051
|
+
self._Sort = Sort
|
21052
|
+
|
20305
21053
|
@property
|
20306
21054
|
def Limit(self):
|
20307
21055
|
return self._Limit
|
@@ -20311,12 +21059,12 @@ class SearchLogRequest(AbstractModel):
|
|
20311
21059
|
self._Limit = Limit
|
20312
21060
|
|
20313
21061
|
@property
|
20314
|
-
def
|
20315
|
-
return self.
|
21062
|
+
def Offset(self):
|
21063
|
+
return self._Offset
|
20316
21064
|
|
20317
|
-
@
|
20318
|
-
def
|
20319
|
-
self.
|
21065
|
+
@Offset.setter
|
21066
|
+
def Offset(self, Offset):
|
21067
|
+
self._Offset = Offset
|
20320
21068
|
|
20321
21069
|
@property
|
20322
21070
|
def Context(self):
|
@@ -20355,8 +21103,9 @@ class SearchLogRequest(AbstractModel):
|
|
20355
21103
|
obj = MultiTopicSearchInformation()
|
20356
21104
|
obj._deserialize(item)
|
20357
21105
|
self._Topics.append(obj)
|
20358
|
-
self._Limit = params.get("Limit")
|
20359
21106
|
self._Sort = params.get("Sort")
|
21107
|
+
self._Limit = params.get("Limit")
|
21108
|
+
self._Offset = params.get("Offset")
|
20360
21109
|
self._Context = params.get("Context")
|
20361
21110
|
self._SamplingRate = params.get("SamplingRate")
|
20362
21111
|
self._UseNewAnalysis = params.get("UseNewAnalysis")
|
@@ -21226,7 +21975,6 @@ id,地域,简称信息如下:
|
|
21226
21975
|
- 1, 广州,ap-guangzhou
|
21227
21976
|
- 4, 上海,ap-shanghai
|
21228
21977
|
- 5, 中国香港,ap-hongkong
|
21229
|
-
- 6, 多伦多,na-toronto
|
21230
21978
|
- 7, 上海金融,ap-shanghai-fsi
|
21231
21979
|
- 8, 北京,ap-beijing
|
21232
21980
|
- 9, 新加坡,ap-singapore
|