tencentcloud-sdk-monitor 3.0.590 → 3.0.592
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +424 -424
- metadata +2 -2
data/lib/v20180724/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type Namespace: String
|
28
28
|
|
29
29
|
attr_accessor :EventName, :Description, :Namespace
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(eventname=nil, description=nil, namespace=nil)
|
32
32
|
@EventName = eventname
|
33
33
|
@Description = description
|
@@ -51,7 +51,7 @@ module TencentCloud
|
|
51
51
|
# @type Classification: Array
|
52
52
|
|
53
53
|
attr_accessor :NoticeId, :Classification
|
54
|
-
|
54
|
+
|
55
55
|
def initialize(noticeid=nil, classification=nil)
|
56
56
|
@NoticeId = noticeid
|
57
57
|
@Classification = classification
|
@@ -76,7 +76,7 @@ module TencentCloud
|
|
76
76
|
# @type Serious: String
|
77
77
|
|
78
78
|
attr_accessor :Remind, :Warn, :Serious
|
79
|
-
|
79
|
+
|
80
80
|
def initialize(remind=nil, warn=nil, serious=nil)
|
81
81
|
@Remind = remind
|
82
82
|
@Warn = warn
|
@@ -144,7 +144,7 @@ module TencentCloud
|
|
144
144
|
# @type Dimensions: String
|
145
145
|
|
146
146
|
attr_accessor :AlarmId, :MonitorType, :Namespace, :AlarmObject, :Content, :FirstOccurTime, :LastOccurTime, :AlarmStatus, :PolicyId, :PolicyName, :VPC, :ProjectId, :ProjectName, :InstanceGroup, :ReceiverUids, :ReceiverGroups, :NoticeWays, :OriginId, :AlarmType, :EventId, :Region, :PolicyExists, :MetricsInfo, :Dimensions
|
147
|
-
|
147
|
+
|
148
148
|
def initialize(alarmid=nil, monitortype=nil, namespace=nil, alarmobject=nil, content=nil, firstoccurtime=nil, lastoccurtime=nil, alarmstatus=nil, policyid=nil, policyname=nil, vpc=nil, projectid=nil, projectname=nil, instancegroup=nil, receiveruids=nil, receivergroups=nil, noticeways=nil, originid=nil, alarmtype=nil, eventid=nil, region=nil, policyexists=nil, metricsinfo=nil, dimensions=nil)
|
149
149
|
@AlarmId = alarmid
|
150
150
|
@MonitorType = monitortype
|
@@ -228,7 +228,7 @@ module TencentCloud
|
|
228
228
|
# @type Description: String
|
229
229
|
|
230
230
|
attr_accessor :QceNamespace, :MetricName, :Period, :Value, :Description
|
231
|
-
|
231
|
+
|
232
232
|
def initialize(qcenamespace=nil, metricname=nil, period=nil, value=nil, description=nil)
|
233
233
|
@QceNamespace = qcenamespace
|
234
234
|
@MetricName = metricname
|
@@ -289,7 +289,7 @@ module TencentCloud
|
|
289
289
|
# @type Tags: Array
|
290
290
|
|
291
291
|
attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices, :Tags
|
292
|
-
|
292
|
+
|
293
293
|
def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, ampconsumerid=nil, clsnotices=nil, tags=nil)
|
294
294
|
@Id = id
|
295
295
|
@Name = name
|
@@ -463,7 +463,7 @@ module TencentCloud
|
|
463
463
|
# @type Tags: Array
|
464
464
|
|
465
465
|
attr_accessor :PolicyId, :PolicyName, :Remark, :MonitorType, :Enable, :UseSum, :ProjectId, :ProjectName, :Namespace, :ConditionTemplateId, :Condition, :EventCondition, :NoticeIds, :Notices, :TriggerTasks, :ConditionsTemp, :LastEditUin, :UpdateTime, :InsertTime, :Region, :NamespaceShowName, :IsDefault, :CanSetDefault, :InstanceGroupId, :InstanceSum, :InstanceGroupName, :RuleType, :OriginId, :TagInstances, :FilterDimensionsParam, :IsOneClick, :OneClickStatus, :AdvancedMetricNumber, :IsBindAll, :Tags
|
466
|
-
|
466
|
+
|
467
467
|
def initialize(policyid=nil, policyname=nil, remark=nil, monitortype=nil, enable=nil, usesum=nil, projectid=nil, projectname=nil, namespace=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, noticeids=nil, notices=nil, triggertasks=nil, conditionstemp=nil, lastedituin=nil, updatetime=nil, inserttime=nil, region=nil, namespaceshowname=nil, isdefault=nil, cansetdefault=nil, instancegroupid=nil, instancesum=nil, instancegroupname=nil, ruletype=nil, originid=nil, taginstances=nil, filterdimensionsparam=nil, isoneclick=nil, oneclickstatus=nil, advancedmetricnumber=nil, isbindall=nil, tags=nil)
|
468
468
|
@PolicyId = policyid
|
469
469
|
@PolicyName = policyname
|
@@ -591,7 +591,7 @@ module TencentCloud
|
|
591
591
|
# @type ComplexExpression: String
|
592
592
|
|
593
593
|
attr_accessor :IsUnionRule, :Rules, :ComplexExpression
|
594
|
-
|
594
|
+
|
595
595
|
def initialize(isunionrule=nil, rules=nil, complexexpression=nil)
|
596
596
|
@IsUnionRule = isunionrule
|
597
597
|
@Rules = rules
|
@@ -619,7 +619,7 @@ module TencentCloud
|
|
619
619
|
# @type Rules: Array
|
620
620
|
|
621
621
|
attr_accessor :Rules
|
622
|
-
|
622
|
+
|
623
623
|
def initialize(rules=nil)
|
624
624
|
@Rules = rules
|
625
625
|
end
|
@@ -646,7 +646,7 @@ module TencentCloud
|
|
646
646
|
# @type Dimensions: String
|
647
647
|
|
648
648
|
attr_accessor :Type, :Dimensions
|
649
|
-
|
649
|
+
|
650
650
|
def initialize(type=nil, dimensions=nil)
|
651
651
|
@Type = type
|
652
652
|
@Dimensions = dimensions
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
731
731
|
# @type HierarchicalValue: :class:`Tencentcloud::Monitor.v20180724.models.AlarmHierarchicalValue`
|
732
732
|
|
733
733
|
attr_accessor :MetricName, :Period, :Operator, :Value, :ContinuePeriod, :NoticeFrequency, :IsPowerNotice, :Filter, :Description, :Unit, :RuleType, :IsAdvanced, :IsOpen, :ProductId, :ValueMax, :ValueMin, :HierarchicalValue
|
734
|
-
|
734
|
+
|
735
735
|
def initialize(metricname=nil, period=nil, operator=nil, value=nil, continueperiod=nil, noticefrequency=nil, ispowernotice=nil, filter=nil, description=nil, unit=nil, ruletype=nil, isadvanced=nil, isopen=nil, productid=nil, valuemax=nil, valuemin=nil, hierarchicalvalue=nil)
|
736
736
|
@MetricName = metricname
|
737
737
|
@Period = period
|
@@ -789,7 +789,7 @@ module TencentCloud
|
|
789
789
|
# @type TaskConfig: String
|
790
790
|
|
791
791
|
attr_accessor :Type, :TaskConfig
|
792
|
-
|
792
|
+
|
793
793
|
def initialize(type=nil, taskconfig=nil)
|
794
794
|
@Type = type
|
795
795
|
@TaskConfig = taskconfig
|
@@ -809,7 +809,7 @@ module TencentCloud
|
|
809
809
|
# @type GrafanaId: String
|
810
810
|
|
811
811
|
attr_accessor :InstanceId, :GrafanaId
|
812
|
-
|
812
|
+
|
813
813
|
def initialize(instanceid=nil, grafanaid=nil)
|
814
814
|
@InstanceId = instanceid
|
815
815
|
@GrafanaId = grafanaid
|
@@ -827,7 +827,7 @@ module TencentCloud
|
|
827
827
|
# @type RequestId: String
|
828
828
|
|
829
829
|
attr_accessor :RequestId
|
830
|
-
|
830
|
+
|
831
831
|
def initialize(requestid=nil)
|
832
832
|
@RequestId = requestid
|
833
833
|
end
|
@@ -851,7 +851,7 @@ module TencentCloud
|
|
851
851
|
# @type EventDimensions: String
|
852
852
|
|
853
853
|
attr_accessor :Region, :RegionId, :Dimensions, :EventDimensions
|
854
|
-
|
854
|
+
|
855
855
|
def initialize(region=nil, regionid=nil, dimensions=nil, eventdimensions=nil)
|
856
856
|
@Region = region
|
857
857
|
@RegionId = regionid
|
@@ -885,7 +885,7 @@ module TencentCloud
|
|
885
885
|
# @type EbEventFlag: Integer
|
886
886
|
|
887
887
|
attr_accessor :Module, :GroupId, :PolicyId, :InstanceGroupId, :Dimensions, :EbSubject, :EbEventFlag
|
888
|
-
|
888
|
+
|
889
889
|
def initialize(_module=nil, groupid=nil, policyid=nil, instancegroupid=nil, dimensions=nil, ebsubject=nil, ebeventflag=nil)
|
890
890
|
@Module = _module
|
891
891
|
@GroupId = groupid
|
@@ -920,7 +920,7 @@ module TencentCloud
|
|
920
920
|
# @type RequestId: String
|
921
921
|
|
922
922
|
attr_accessor :RequestId
|
923
|
-
|
923
|
+
|
924
924
|
def initialize(requestid=nil)
|
925
925
|
@RequestId = requestid
|
926
926
|
end
|
@@ -952,7 +952,7 @@ module TencentCloud
|
|
952
952
|
# @type EbSubject: String
|
953
953
|
|
954
954
|
attr_accessor :Module, :PolicyId, :GroupId, :ServiceType, :Tag, :InstanceGroupId, :BatchTag, :EbEventFlag, :EbSubject
|
955
|
-
|
955
|
+
|
956
956
|
def initialize(_module=nil, policyid=nil, groupid=nil, servicetype=nil, tag=nil, instancegroupid=nil, batchtag=nil, ebeventflag=nil, ebsubject=nil)
|
957
957
|
@Module = _module
|
958
958
|
@PolicyId = policyid
|
@@ -994,7 +994,7 @@ module TencentCloud
|
|
994
994
|
# @type RequestId: String
|
995
995
|
|
996
996
|
attr_accessor :RequestId
|
997
|
-
|
997
|
+
|
998
998
|
def initialize(requestid=nil)
|
999
999
|
@RequestId = requestid
|
1000
1000
|
end
|
@@ -1016,7 +1016,7 @@ module TencentCloud
|
|
1016
1016
|
# @type Enable: Integer
|
1017
1017
|
|
1018
1018
|
attr_accessor :Region, :LogSetId, :TopicId, :Enable
|
1019
|
-
|
1019
|
+
|
1020
1020
|
def initialize(region=nil, logsetid=nil, topicid=nil, enable=nil)
|
1021
1021
|
@Region = region
|
1022
1022
|
@LogSetId = logsetid
|
@@ -1035,7 +1035,7 @@ module TencentCloud
|
|
1035
1035
|
# CheckIsPrometheusNewUser请求参数结构体
|
1036
1036
|
class CheckIsPrometheusNewUserRequest < TencentCloud::Common::AbstractModel
|
1037
1037
|
|
1038
|
-
|
1038
|
+
|
1039
1039
|
def initialize()
|
1040
1040
|
end
|
1041
1041
|
|
@@ -1049,7 +1049,7 @@ module TencentCloud
|
|
1049
1049
|
# @type RequestId: String
|
1050
1050
|
|
1051
1051
|
attr_accessor :RequestId
|
1052
|
-
|
1052
|
+
|
1053
1053
|
def initialize(requestid=nil)
|
1054
1054
|
@RequestId = requestid
|
1055
1055
|
end
|
@@ -1065,7 +1065,7 @@ module TencentCloud
|
|
1065
1065
|
# @type InstanceId: String
|
1066
1066
|
|
1067
1067
|
attr_accessor :InstanceId
|
1068
|
-
|
1068
|
+
|
1069
1069
|
def initialize(instanceid=nil)
|
1070
1070
|
@InstanceId = instanceid
|
1071
1071
|
end
|
@@ -1081,7 +1081,7 @@ module TencentCloud
|
|
1081
1081
|
# @type RequestId: String
|
1082
1082
|
|
1083
1083
|
attr_accessor :RequestId
|
1084
|
-
|
1084
|
+
|
1085
1085
|
def initialize(requestid=nil)
|
1086
1086
|
@RequestId = requestid
|
1087
1087
|
end
|
@@ -1111,7 +1111,7 @@ module TencentCloud
|
|
1111
1111
|
# @type DashboardId: String
|
1112
1112
|
|
1113
1113
|
attr_accessor :Id, :Name, :Value, :ProductName, :Config, :AvailableRegions, :SortId, :DashboardId
|
1114
|
-
|
1114
|
+
|
1115
1115
|
def initialize(id=nil, name=nil, value=nil, productname=nil, config=nil, availableregions=nil, sortid=nil, dashboardid=nil)
|
1116
1116
|
@Id = id
|
1117
1117
|
@Name = name
|
@@ -1147,7 +1147,7 @@ module TencentCloud
|
|
1147
1147
|
# @type Dimensions: Array
|
1148
1148
|
|
1149
1149
|
attr_accessor :Id, :Name, :MonitorType, :Dimensions
|
1150
|
-
|
1150
|
+
|
1151
1151
|
def initialize(id=nil, name=nil, monitortype=nil, dimensions=nil)
|
1152
1152
|
@Id = id
|
1153
1153
|
@Name = name
|
@@ -1204,7 +1204,7 @@ module TencentCloud
|
|
1204
1204
|
# @type ProductId: String
|
1205
1205
|
|
1206
1206
|
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :CalcType, :CalcValue, :ContinueTime, :MetricID, :MetricDisplayName, :Period, :RuleID, :Unit, :IsAdvanced, :IsOpen, :ProductId
|
1207
|
-
|
1207
|
+
|
1208
1208
|
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, calctype=nil, calcvalue=nil, continuetime=nil, metricid=nil, metricdisplayname=nil, period=nil, ruleid=nil, unit=nil, isadvanced=nil, isopen=nil, productid=nil)
|
1209
1209
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
1210
1210
|
@AlarmNotifyType = alarmnotifytype
|
@@ -1251,7 +1251,7 @@ module TencentCloud
|
|
1251
1251
|
# @type EventCondition: :class:`Tencentcloud::Monitor.v20180724.models.AlarmPolicyEventCondition`
|
1252
1252
|
|
1253
1253
|
attr_accessor :TemplateName, :Condition, :EventCondition
|
1254
|
-
|
1254
|
+
|
1255
1255
|
def initialize(templatename=nil, condition=nil, eventcondition=nil)
|
1256
1256
|
@TemplateName = templatename
|
1257
1257
|
@Condition = condition
|
@@ -1291,7 +1291,7 @@ module TencentCloud
|
|
1291
1291
|
# @type Tags: Array
|
1292
1292
|
|
1293
1293
|
attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :UserNotices, :URLNotices, :CLSNotices, :Tags
|
1294
|
-
|
1294
|
+
|
1295
1295
|
def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, tags=nil)
|
1296
1296
|
@Module = _module
|
1297
1297
|
@Name = name
|
@@ -1351,7 +1351,7 @@ module TencentCloud
|
|
1351
1351
|
# @type RequestId: String
|
1352
1352
|
|
1353
1353
|
attr_accessor :NoticeId, :RequestId
|
1354
|
-
|
1354
|
+
|
1355
1355
|
def initialize(noticeid=nil, requestid=nil)
|
1356
1356
|
@NoticeId = noticeid
|
1357
1357
|
@RequestId = requestid
|
@@ -1405,7 +1405,7 @@ module TencentCloud
|
|
1405
1405
|
# @type EbSubject: String
|
1406
1406
|
|
1407
1407
|
attr_accessor :Module, :PolicyName, :MonitorType, :Namespace, :Remark, :Enable, :ProjectId, :ConditionTemplateId, :Condition, :EventCondition, :NoticeIds, :TriggerTasks, :Filter, :GroupBy, :Tags, :LogAlarmReqInfo, :HierarchicalNotices, :MigrateFlag, :EbSubject
|
1408
|
-
|
1408
|
+
|
1409
1409
|
def initialize(_module=nil, policyname=nil, monitortype=nil, namespace=nil, remark=nil, enable=nil, projectid=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, noticeids=nil, triggertasks=nil, filter=nil, groupby=nil, tags=nil, logalarmreqinfo=nil, hierarchicalnotices=nil, migrateflag=nil, ebsubject=nil)
|
1410
1410
|
@Module = _module
|
1411
1411
|
@PolicyName = policyname
|
@@ -1494,7 +1494,7 @@ module TencentCloud
|
|
1494
1494
|
# @type RequestId: String
|
1495
1495
|
|
1496
1496
|
attr_accessor :PolicyId, :OriginId, :RequestId
|
1497
|
-
|
1497
|
+
|
1498
1498
|
def initialize(policyid=nil, originid=nil, requestid=nil)
|
1499
1499
|
@PolicyId = policyid
|
1500
1500
|
@OriginId = originid
|
@@ -1534,7 +1534,7 @@ module TencentCloud
|
|
1534
1534
|
# @type Type: String
|
1535
1535
|
|
1536
1536
|
attr_accessor :InstanceId, :RuleName, :Expr, :Receivers, :RuleState, :Duration, :Labels, :Annotations, :Type
|
1537
|
-
|
1537
|
+
|
1538
1538
|
def initialize(instanceid=nil, rulename=nil, expr=nil, receivers=nil, rulestate=nil, duration=nil, labels=nil, annotations=nil, type=nil)
|
1539
1539
|
@InstanceId = instanceid
|
1540
1540
|
@RuleName = rulename
|
@@ -1583,7 +1583,7 @@ module TencentCloud
|
|
1583
1583
|
# @type RequestId: String
|
1584
1584
|
|
1585
1585
|
attr_accessor :RuleId, :RequestId
|
1586
|
-
|
1586
|
+
|
1587
1587
|
def initialize(ruleid=nil, requestid=nil)
|
1588
1588
|
@RuleId = ruleid
|
1589
1589
|
@RequestId = requestid
|
@@ -1612,7 +1612,7 @@ module TencentCloud
|
|
1612
1612
|
# @type ClusterId: String
|
1613
1613
|
|
1614
1614
|
attr_accessor :InstanceId, :Kind, :Content, :KubeType, :ClusterId
|
1615
|
-
|
1615
|
+
|
1616
1616
|
def initialize(instanceid=nil, kind=nil, content=nil, kubetype=nil, clusterid=nil)
|
1617
1617
|
@InstanceId = instanceid
|
1618
1618
|
@Kind = kind
|
@@ -1638,7 +1638,7 @@ module TencentCloud
|
|
1638
1638
|
# @type RequestId: String
|
1639
1639
|
|
1640
1640
|
attr_accessor :Names, :RequestId
|
1641
|
-
|
1641
|
+
|
1642
1642
|
def initialize(names=nil, requestid=nil)
|
1643
1643
|
@Names = names
|
1644
1644
|
@RequestId = requestid
|
@@ -1666,7 +1666,7 @@ module TencentCloud
|
|
1666
1666
|
# @type TagSpecification: Array
|
1667
1667
|
|
1668
1668
|
attr_accessor :InstanceName, :VpcId, :SubnetIds, :EnableInternet, :GrafanaInitPassword, :TagSpecification
|
1669
|
-
|
1669
|
+
|
1670
1670
|
def initialize(instancename=nil, vpcid=nil, subnetids=nil, enableinternet=nil, grafanainitpassword=nil, tagspecification=nil)
|
1671
1671
|
@InstanceName = instancename
|
1672
1672
|
@VpcId = vpcid
|
@@ -1701,7 +1701,7 @@ module TencentCloud
|
|
1701
1701
|
# @type RequestId: String
|
1702
1702
|
|
1703
1703
|
attr_accessor :InstanceId, :RequestId
|
1704
|
-
|
1704
|
+
|
1705
1705
|
def initialize(instanceid=nil, requestid=nil)
|
1706
1706
|
@InstanceId = instanceid
|
1707
1707
|
@RequestId = requestid
|
@@ -1723,7 +1723,7 @@ module TencentCloud
|
|
1723
1723
|
# @type Content: String
|
1724
1724
|
|
1725
1725
|
attr_accessor :InstanceId, :Kind, :Content
|
1726
|
-
|
1726
|
+
|
1727
1727
|
def initialize(instanceid=nil, kind=nil, content=nil)
|
1728
1728
|
@InstanceId = instanceid
|
1729
1729
|
@Kind = kind
|
@@ -1746,7 +1746,7 @@ module TencentCloud
|
|
1746
1746
|
# @type RequestId: String
|
1747
1747
|
|
1748
1748
|
attr_accessor :IntegrationId, :RequestId
|
1749
|
-
|
1749
|
+
|
1750
1750
|
def initialize(integrationid=nil, requestid=nil)
|
1751
1751
|
@IntegrationId = integrationid
|
1752
1752
|
@RequestId = requestid
|
@@ -1774,7 +1774,7 @@ module TencentCloud
|
|
1774
1774
|
# @type OrganizationIds: Array
|
1775
1775
|
|
1776
1776
|
attr_accessor :InstanceId, :ChannelName, :OrgId, :Receivers, :ExtraOrgIds, :OrganizationIds
|
1777
|
-
|
1777
|
+
|
1778
1778
|
def initialize(instanceid=nil, channelname=nil, orgid=nil, receivers=nil, extraorgids=nil, organizationids=nil)
|
1779
1779
|
@InstanceId = instanceid
|
1780
1780
|
@ChannelName = channelname
|
@@ -1803,7 +1803,7 @@ module TencentCloud
|
|
1803
1803
|
# @type RequestId: String
|
1804
1804
|
|
1805
1805
|
attr_accessor :ChannelId, :RequestId
|
1806
|
-
|
1806
|
+
|
1807
1807
|
def initialize(channelid=nil, requestid=nil)
|
1808
1808
|
@ChannelId = channelid
|
1809
1809
|
@RequestId = requestid
|
@@ -1835,7 +1835,7 @@ module TencentCloud
|
|
1835
1835
|
# @type RuleId: Integer
|
1836
1836
|
|
1837
1837
|
attr_accessor :MetricId, :AlarmNotifyType, :AlarmNotifyPeriod, :CalcType, :CalcValue, :CalcPeriod, :ContinuePeriod, :RuleId
|
1838
|
-
|
1838
|
+
|
1839
1839
|
def initialize(metricid=nil, alarmnotifytype=nil, alarmnotifyperiod=nil, calctype=nil, calcvalue=nil, calcperiod=nil, continueperiod=nil, ruleid=nil)
|
1840
1840
|
@MetricId = metricid
|
1841
1841
|
@AlarmNotifyType = alarmnotifytype
|
@@ -1871,7 +1871,7 @@ module TencentCloud
|
|
1871
1871
|
# @type RuleId: Integer
|
1872
1872
|
|
1873
1873
|
attr_accessor :EventId, :AlarmNotifyType, :AlarmNotifyPeriod, :RuleId
|
1874
|
-
|
1874
|
+
|
1875
1875
|
def initialize(eventid=nil, alarmnotifytype=nil, alarmnotifyperiod=nil, ruleid=nil)
|
1876
1876
|
@EventId = eventid
|
1877
1877
|
@AlarmNotifyType = alarmnotifytype
|
@@ -1915,7 +1915,7 @@ module TencentCloud
|
|
1915
1915
|
# @type IsUnionRule: Integer
|
1916
1916
|
|
1917
1917
|
attr_accessor :GroupName, :Module, :ViewName, :ProjectId, :ConditionTempGroupId, :IsShielded, :Remark, :InsertTime, :Conditions, :EventConditions, :BackEndCall, :IsUnionRule
|
1918
|
-
|
1918
|
+
|
1919
1919
|
def initialize(groupname=nil, _module=nil, viewname=nil, projectid=nil, conditiontempgroupid=nil, isshielded=nil, remark=nil, inserttime=nil, conditions=nil, eventconditions=nil, backendcall=nil, isunionrule=nil)
|
1920
1920
|
@GroupName = groupname
|
1921
1921
|
@Module = _module
|
@@ -1969,7 +1969,7 @@ module TencentCloud
|
|
1969
1969
|
# @type RequestId: String
|
1970
1970
|
|
1971
1971
|
attr_accessor :GroupId, :RequestId
|
1972
|
-
|
1972
|
+
|
1973
1973
|
def initialize(groupid=nil, requestid=nil)
|
1974
1974
|
@GroupId = groupid
|
1975
1975
|
@RequestId = requestid
|
@@ -1989,7 +1989,7 @@ module TencentCloud
|
|
1989
1989
|
# @type Name: String
|
1990
1990
|
|
1991
1991
|
attr_accessor :InstanceId, :Name
|
1992
|
-
|
1992
|
+
|
1993
1993
|
def initialize(instanceid=nil, name=nil)
|
1994
1994
|
@InstanceId = instanceid
|
1995
1995
|
@Name = name
|
@@ -2009,7 +2009,7 @@ module TencentCloud
|
|
2009
2009
|
# @type RequestId: String
|
2010
2010
|
|
2011
2011
|
attr_accessor :AgentId, :RequestId
|
2012
|
-
|
2012
|
+
|
2013
2013
|
def initialize(agentid=nil, requestid=nil)
|
2014
2014
|
@AgentId = agentid
|
2015
2015
|
@RequestId = requestid
|
@@ -2029,7 +2029,7 @@ module TencentCloud
|
|
2029
2029
|
# @type AlertRule: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusAlertPolicyItem`
|
2030
2030
|
|
2031
2031
|
attr_accessor :InstanceId, :AlertRule
|
2032
|
-
|
2032
|
+
|
2033
2033
|
def initialize(instanceid=nil, alertrule=nil)
|
2034
2034
|
@InstanceId = instanceid
|
2035
2035
|
@AlertRule = alertrule
|
@@ -2052,7 +2052,7 @@ module TencentCloud
|
|
2052
2052
|
# @type RequestId: String
|
2053
2053
|
|
2054
2054
|
attr_accessor :Id, :RequestId
|
2055
|
-
|
2055
|
+
|
2056
2056
|
def initialize(id=nil, requestid=nil)
|
2057
2057
|
@Id = id
|
2058
2058
|
@RequestId = requestid
|
@@ -2072,7 +2072,7 @@ module TencentCloud
|
|
2072
2072
|
# @type Agents: Array
|
2073
2073
|
|
2074
2074
|
attr_accessor :InstanceId, :Agents
|
2075
|
-
|
2075
|
+
|
2076
2076
|
def initialize(instanceid=nil, agents=nil)
|
2077
2077
|
@InstanceId = instanceid
|
2078
2078
|
@Agents = agents
|
@@ -2097,7 +2097,7 @@ module TencentCloud
|
|
2097
2097
|
# @type RequestId: String
|
2098
2098
|
|
2099
2099
|
attr_accessor :RequestId
|
2100
|
-
|
2100
|
+
|
2101
2101
|
def initialize(requestid=nil)
|
2102
2102
|
@RequestId = requestid
|
2103
2103
|
end
|
@@ -2123,7 +2123,7 @@ module TencentCloud
|
|
2123
2123
|
# @type RawJobs: Array
|
2124
2124
|
|
2125
2125
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :ServiceMonitors, :PodMonitors, :RawJobs
|
2126
|
-
|
2126
|
+
|
2127
2127
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil)
|
2128
2128
|
@InstanceId = instanceid
|
2129
2129
|
@ClusterType = clustertype
|
@@ -2170,7 +2170,7 @@ module TencentCloud
|
|
2170
2170
|
# @type RequestId: String
|
2171
2171
|
|
2172
2172
|
attr_accessor :RequestId
|
2173
|
-
|
2173
|
+
|
2174
2174
|
def initialize(requestid=nil)
|
2175
2175
|
@RequestId = requestid
|
2176
2176
|
end
|
@@ -2188,7 +2188,7 @@ module TencentCloud
|
|
2188
2188
|
# @type Notification: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusNotificationItem`
|
2189
2189
|
|
2190
2190
|
attr_accessor :InstanceId, :Notification
|
2191
|
-
|
2191
|
+
|
2192
2192
|
def initialize(instanceid=nil, notification=nil)
|
2193
2193
|
@InstanceId = instanceid
|
2194
2194
|
@Notification = notification
|
@@ -2212,7 +2212,7 @@ module TencentCloud
|
|
2212
2212
|
# @type RequestId: String
|
2213
2213
|
|
2214
2214
|
attr_accessor :Id, :RequestId
|
2215
|
-
|
2215
|
+
|
2216
2216
|
def initialize(id=nil, requestid=nil)
|
2217
2217
|
@Id = id
|
2218
2218
|
@RequestId = requestid
|
@@ -2242,7 +2242,7 @@ module TencentCloud
|
|
2242
2242
|
# @type GrafanaInstanceId: String
|
2243
2243
|
|
2244
2244
|
attr_accessor :InstanceName, :VpcId, :SubnetId, :DataRetentionTime, :Zone, :TagSpecification, :GrafanaInstanceId
|
2245
|
-
|
2245
|
+
|
2246
2246
|
def initialize(instancename=nil, vpcid=nil, subnetid=nil, dataretentiontime=nil, zone=nil, tagspecification=nil, grafanainstanceid=nil)
|
2247
2247
|
@InstanceName = instancename
|
2248
2248
|
@VpcId = vpcid
|
@@ -2279,7 +2279,7 @@ module TencentCloud
|
|
2279
2279
|
# @type RequestId: String
|
2280
2280
|
|
2281
2281
|
attr_accessor :InstanceId, :RequestId
|
2282
|
-
|
2282
|
+
|
2283
2283
|
def initialize(instanceid=nil, requestid=nil)
|
2284
2284
|
@InstanceId = instanceid
|
2285
2285
|
@RequestId = requestid
|
@@ -2301,7 +2301,7 @@ module TencentCloud
|
|
2301
2301
|
# @type Name: String
|
2302
2302
|
|
2303
2303
|
attr_accessor :InstanceId, :Content, :Name
|
2304
|
-
|
2304
|
+
|
2305
2305
|
def initialize(instanceid=nil, content=nil, name=nil)
|
2306
2306
|
@InstanceId = instanceid
|
2307
2307
|
@Content = content
|
@@ -2321,7 +2321,7 @@ module TencentCloud
|
|
2321
2321
|
# @type RequestId: String
|
2322
2322
|
|
2323
2323
|
attr_accessor :RequestId
|
2324
|
-
|
2324
|
+
|
2325
2325
|
def initialize(requestid=nil)
|
2326
2326
|
@RequestId = requestid
|
2327
2327
|
end
|
@@ -2341,7 +2341,7 @@ module TencentCloud
|
|
2341
2341
|
# @type Config: String
|
2342
2342
|
|
2343
2343
|
attr_accessor :InstanceId, :AgentId, :Config
|
2344
|
-
|
2344
|
+
|
2345
2345
|
def initialize(instanceid=nil, agentid=nil, config=nil)
|
2346
2346
|
@InstanceId = instanceid
|
2347
2347
|
@AgentId = agentid
|
@@ -2363,7 +2363,7 @@ module TencentCloud
|
|
2363
2363
|
# @type RequestId: String
|
2364
2364
|
|
2365
2365
|
attr_accessor :JobId, :RequestId
|
2366
|
-
|
2366
|
+
|
2367
2367
|
def initialize(jobid=nil, requestid=nil)
|
2368
2368
|
@JobId = jobid
|
2369
2369
|
@RequestId = requestid
|
@@ -2381,7 +2381,7 @@ module TencentCloud
|
|
2381
2381
|
# @type Template: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusTemp`
|
2382
2382
|
|
2383
2383
|
attr_accessor :Template
|
2384
|
-
|
2384
|
+
|
2385
2385
|
def initialize(template=nil)
|
2386
2386
|
@Template = template
|
2387
2387
|
end
|
@@ -2402,7 +2402,7 @@ module TencentCloud
|
|
2402
2402
|
# @type RequestId: String
|
2403
2403
|
|
2404
2404
|
attr_accessor :TemplateId, :RequestId
|
2405
|
-
|
2405
|
+
|
2406
2406
|
def initialize(templateid=nil, requestid=nil)
|
2407
2407
|
@TemplateId = templateid
|
2408
2408
|
@RequestId = requestid
|
@@ -2430,7 +2430,7 @@ module TencentCloud
|
|
2430
2430
|
# @type RuleState: Integer
|
2431
2431
|
|
2432
2432
|
attr_accessor :Name, :Group, :InstanceId, :RuleState
|
2433
|
-
|
2433
|
+
|
2434
2434
|
def initialize(name=nil, group=nil, instanceid=nil, rulestate=nil)
|
2435
2435
|
@Name = name
|
2436
2436
|
@Group = group
|
@@ -2455,7 +2455,7 @@ module TencentCloud
|
|
2455
2455
|
# @type RequestId: String
|
2456
2456
|
|
2457
2457
|
attr_accessor :RuleId, :RequestId
|
2458
|
-
|
2458
|
+
|
2459
2459
|
def initialize(ruleid=nil, requestid=nil)
|
2460
2460
|
@RuleId = ruleid
|
2461
2461
|
@RequestId = requestid
|
@@ -2479,7 +2479,7 @@ module TencentCloud
|
|
2479
2479
|
# @type Notes: String
|
2480
2480
|
|
2481
2481
|
attr_accessor :InstanceId, :UserId, :Role, :Notes
|
2482
|
-
|
2482
|
+
|
2483
2483
|
def initialize(instanceid=nil, userid=nil, role=nil, notes=nil)
|
2484
2484
|
@InstanceId = instanceid
|
2485
2485
|
@UserId = userid
|
@@ -2510,7 +2510,7 @@ module TencentCloud
|
|
2510
2510
|
# @type RequestId: String
|
2511
2511
|
|
2512
2512
|
attr_accessor :UserId, :RequestId
|
2513
|
-
|
2513
|
+
|
2514
2514
|
def initialize(userid=nil, requestid=nil)
|
2515
2515
|
@UserId = userid
|
2516
2516
|
@RequestId = requestid
|
@@ -2540,7 +2540,7 @@ module TencentCloud
|
|
2540
2540
|
# @type Yaml: String
|
2541
2541
|
|
2542
2542
|
attr_accessor :InstanceId, :KubeClusterId, :KubeType, :Type, :Yaml
|
2543
|
-
|
2543
|
+
|
2544
2544
|
def initialize(instanceid=nil, kubeclusterid=nil, kubetype=nil, type=nil, yaml=nil)
|
2545
2545
|
@InstanceId = instanceid
|
2546
2546
|
@KubeClusterId = kubeclusterid
|
@@ -2566,7 +2566,7 @@ module TencentCloud
|
|
2566
2566
|
# @type RequestId: String
|
2567
2567
|
|
2568
2568
|
attr_accessor :ServiceDiscovery, :RequestId
|
2569
|
-
|
2569
|
+
|
2570
2570
|
def initialize(servicediscovery=nil, requestid=nil)
|
2571
2571
|
@ServiceDiscovery = servicediscovery
|
2572
2572
|
@RequestId = requestid
|
@@ -2591,7 +2591,7 @@ module TencentCloud
|
|
2591
2591
|
# @type Values: Array
|
2592
2592
|
|
2593
2593
|
attr_accessor :Dimensions, :Timestamps, :Values
|
2594
|
-
|
2594
|
+
|
2595
2595
|
def initialize(dimensions=nil, timestamps=nil, values=nil)
|
2596
2596
|
@Dimensions = dimensions
|
2597
2597
|
@Timestamps = timestamps
|
@@ -2622,7 +2622,7 @@ module TencentCloud
|
|
2622
2622
|
# @type NoticeBindPolicys: Array
|
2623
2623
|
|
2624
2624
|
attr_accessor :Module, :NoticeIds, :NoticeBindPolicys
|
2625
|
-
|
2625
|
+
|
2626
2626
|
def initialize(_module=nil, noticeids=nil, noticebindpolicys=nil)
|
2627
2627
|
@Module = _module
|
2628
2628
|
@NoticeIds = noticeids
|
@@ -2649,7 +2649,7 @@ module TencentCloud
|
|
2649
2649
|
# @type RequestId: String
|
2650
2650
|
|
2651
2651
|
attr_accessor :RequestId
|
2652
|
-
|
2652
|
+
|
2653
2653
|
def initialize(requestid=nil)
|
2654
2654
|
@RequestId = requestid
|
2655
2655
|
end
|
@@ -2667,7 +2667,7 @@ module TencentCloud
|
|
2667
2667
|
# @type PolicyIds: Array
|
2668
2668
|
|
2669
2669
|
attr_accessor :Module, :PolicyIds
|
2670
|
-
|
2670
|
+
|
2671
2671
|
def initialize(_module=nil, policyids=nil)
|
2672
2672
|
@Module = _module
|
2673
2673
|
@PolicyIds = policyids
|
@@ -2685,7 +2685,7 @@ module TencentCloud
|
|
2685
2685
|
# @type RequestId: String
|
2686
2686
|
|
2687
2687
|
attr_accessor :RequestId
|
2688
|
-
|
2688
|
+
|
2689
2689
|
def initialize(requestid=nil)
|
2690
2690
|
@RequestId = requestid
|
2691
2691
|
end
|
@@ -2703,7 +2703,7 @@ module TencentCloud
|
|
2703
2703
|
# @type InstanceId: String
|
2704
2704
|
|
2705
2705
|
attr_accessor :RuleIds, :InstanceId
|
2706
|
-
|
2706
|
+
|
2707
2707
|
def initialize(ruleids=nil, instanceid=nil)
|
2708
2708
|
@RuleIds = ruleids
|
2709
2709
|
@InstanceId = instanceid
|
@@ -2721,7 +2721,7 @@ module TencentCloud
|
|
2721
2721
|
# @type RequestId: String
|
2722
2722
|
|
2723
2723
|
attr_accessor :RequestId
|
2724
|
-
|
2724
|
+
|
2725
2725
|
def initialize(requestid=nil)
|
2726
2726
|
@RequestId = requestid
|
2727
2727
|
end
|
@@ -2748,7 +2748,7 @@ module TencentCloud
|
|
2748
2748
|
# @type ClusterId: String
|
2749
2749
|
|
2750
2750
|
attr_accessor :InstanceId, :Kind, :Name, :KubeType, :ClusterId
|
2751
|
-
|
2751
|
+
|
2752
2752
|
def initialize(instanceid=nil, kind=nil, name=nil, kubetype=nil, clusterid=nil)
|
2753
2753
|
@InstanceId = instanceid
|
2754
2754
|
@Kind = kind
|
@@ -2772,7 +2772,7 @@ module TencentCloud
|
|
2772
2772
|
# @type RequestId: String
|
2773
2773
|
|
2774
2774
|
attr_accessor :RequestId
|
2775
|
-
|
2775
|
+
|
2776
2776
|
def initialize(requestid=nil)
|
2777
2777
|
@RequestId = requestid
|
2778
2778
|
end
|
@@ -2788,7 +2788,7 @@ module TencentCloud
|
|
2788
2788
|
# @type InstanceIDs: Array
|
2789
2789
|
|
2790
2790
|
attr_accessor :InstanceIDs
|
2791
|
-
|
2791
|
+
|
2792
2792
|
def initialize(instanceids=nil)
|
2793
2793
|
@InstanceIDs = instanceids
|
2794
2794
|
end
|
@@ -2804,7 +2804,7 @@ module TencentCloud
|
|
2804
2804
|
# @type RequestId: String
|
2805
2805
|
|
2806
2806
|
attr_accessor :RequestId
|
2807
|
-
|
2807
|
+
|
2808
2808
|
def initialize(requestid=nil)
|
2809
2809
|
@RequestId = requestid
|
2810
2810
|
end
|
@@ -2822,7 +2822,7 @@ module TencentCloud
|
|
2822
2822
|
# @type IntegrationId: String
|
2823
2823
|
|
2824
2824
|
attr_accessor :InstanceId, :IntegrationId
|
2825
|
-
|
2825
|
+
|
2826
2826
|
def initialize(instanceid=nil, integrationid=nil)
|
2827
2827
|
@InstanceId = instanceid
|
2828
2828
|
@IntegrationId = integrationid
|
@@ -2840,7 +2840,7 @@ module TencentCloud
|
|
2840
2840
|
# @type RequestId: String
|
2841
2841
|
|
2842
2842
|
attr_accessor :RequestId
|
2843
|
-
|
2843
|
+
|
2844
2844
|
def initialize(requestid=nil)
|
2845
2845
|
@RequestId = requestid
|
2846
2846
|
end
|
@@ -2858,7 +2858,7 @@ module TencentCloud
|
|
2858
2858
|
# @type InstanceId: String
|
2859
2859
|
|
2860
2860
|
attr_accessor :ChannelIDs, :InstanceId
|
2861
|
-
|
2861
|
+
|
2862
2862
|
def initialize(channelids=nil, instanceid=nil)
|
2863
2863
|
@ChannelIDs = channelids
|
2864
2864
|
@InstanceId = instanceid
|
@@ -2876,7 +2876,7 @@ module TencentCloud
|
|
2876
2876
|
# @type RequestId: String
|
2877
2877
|
|
2878
2878
|
attr_accessor :RequestId
|
2879
|
-
|
2879
|
+
|
2880
2880
|
def initialize(requestid=nil)
|
2881
2881
|
@RequestId = requestid
|
2882
2882
|
end
|
@@ -2894,7 +2894,7 @@ module TencentCloud
|
|
2894
2894
|
# @type GroupId: Array
|
2895
2895
|
|
2896
2896
|
attr_accessor :Module, :GroupId
|
2897
|
-
|
2897
|
+
|
2898
2898
|
def initialize(_module=nil, groupid=nil)
|
2899
2899
|
@Module = _module
|
2900
2900
|
@GroupId = groupid
|
@@ -2912,7 +2912,7 @@ module TencentCloud
|
|
2912
2912
|
# @type RequestId: String
|
2913
2913
|
|
2914
2914
|
attr_accessor :RequestId
|
2915
|
-
|
2915
|
+
|
2916
2916
|
def initialize(requestid=nil)
|
2917
2917
|
@RequestId = requestid
|
2918
2918
|
end
|
@@ -2932,7 +2932,7 @@ module TencentCloud
|
|
2932
2932
|
# @type Names: Array
|
2933
2933
|
|
2934
2934
|
attr_accessor :InstanceId, :AlertIds, :Names
|
2935
|
-
|
2935
|
+
|
2936
2936
|
def initialize(instanceid=nil, alertids=nil, names=nil)
|
2937
2937
|
@InstanceId = instanceid
|
2938
2938
|
@AlertIds = alertids
|
@@ -2952,7 +2952,7 @@ module TencentCloud
|
|
2952
2952
|
# @type RequestId: String
|
2953
2953
|
|
2954
2954
|
attr_accessor :RequestId
|
2955
|
-
|
2955
|
+
|
2956
2956
|
def initialize(requestid=nil)
|
2957
2957
|
@RequestId = requestid
|
2958
2958
|
end
|
@@ -2970,7 +2970,7 @@ module TencentCloud
|
|
2970
2970
|
# @type InstanceId: String
|
2971
2971
|
|
2972
2972
|
attr_accessor :Agents, :InstanceId
|
2973
|
-
|
2973
|
+
|
2974
2974
|
def initialize(agents=nil, instanceid=nil)
|
2975
2975
|
@Agents = agents
|
2976
2976
|
@InstanceId = instanceid
|
@@ -2995,7 +2995,7 @@ module TencentCloud
|
|
2995
2995
|
# @type RequestId: String
|
2996
2996
|
|
2997
2997
|
attr_accessor :RequestId
|
2998
|
-
|
2998
|
+
|
2999
2999
|
def initialize(requestid=nil)
|
3000
3000
|
@RequestId = requestid
|
3001
3001
|
end
|
@@ -3021,7 +3021,7 @@ module TencentCloud
|
|
3021
3021
|
# @type RawJobs: Array
|
3022
3022
|
|
3023
3023
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :ServiceMonitors, :PodMonitors, :RawJobs
|
3024
|
-
|
3024
|
+
|
3025
3025
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil)
|
3026
3026
|
@InstanceId = instanceid
|
3027
3027
|
@ClusterType = clustertype
|
@@ -3047,7 +3047,7 @@ module TencentCloud
|
|
3047
3047
|
# @type RequestId: String
|
3048
3048
|
|
3049
3049
|
attr_accessor :RequestId
|
3050
|
-
|
3050
|
+
|
3051
3051
|
def initialize(requestid=nil)
|
3052
3052
|
@RequestId = requestid
|
3053
3053
|
end
|
@@ -3065,7 +3065,7 @@ module TencentCloud
|
|
3065
3065
|
# @type Names: Array
|
3066
3066
|
|
3067
3067
|
attr_accessor :InstanceId, :Names
|
3068
|
-
|
3068
|
+
|
3069
3069
|
def initialize(instanceid=nil, names=nil)
|
3070
3070
|
@InstanceId = instanceid
|
3071
3071
|
@Names = names
|
@@ -3083,7 +3083,7 @@ module TencentCloud
|
|
3083
3083
|
# @type RequestId: String
|
3084
3084
|
|
3085
3085
|
attr_accessor :RequestId
|
3086
|
-
|
3086
|
+
|
3087
3087
|
def initialize(requestid=nil)
|
3088
3088
|
@RequestId = requestid
|
3089
3089
|
end
|
@@ -3103,7 +3103,7 @@ module TencentCloud
|
|
3103
3103
|
# @type JobIds: Array
|
3104
3104
|
|
3105
3105
|
attr_accessor :InstanceId, :AgentId, :JobIds
|
3106
|
-
|
3106
|
+
|
3107
3107
|
def initialize(instanceid=nil, agentid=nil, jobids=nil)
|
3108
3108
|
@InstanceId = instanceid
|
3109
3109
|
@AgentId = agentid
|
@@ -3123,7 +3123,7 @@ module TencentCloud
|
|
3123
3123
|
# @type RequestId: String
|
3124
3124
|
|
3125
3125
|
attr_accessor :RequestId
|
3126
|
-
|
3126
|
+
|
3127
3127
|
def initialize(requestid=nil)
|
3128
3128
|
@RequestId = requestid
|
3129
3129
|
end
|
@@ -3139,7 +3139,7 @@ module TencentCloud
|
|
3139
3139
|
# @type TemplateId: String
|
3140
3140
|
|
3141
3141
|
attr_accessor :TemplateId
|
3142
|
-
|
3142
|
+
|
3143
3143
|
def initialize(templateid=nil)
|
3144
3144
|
@TemplateId = templateid
|
3145
3145
|
end
|
@@ -3155,7 +3155,7 @@ module TencentCloud
|
|
3155
3155
|
# @type RequestId: String
|
3156
3156
|
|
3157
3157
|
attr_accessor :RequestId
|
3158
|
-
|
3158
|
+
|
3159
3159
|
def initialize(requestid=nil)
|
3160
3160
|
@RequestId = requestid
|
3161
3161
|
end
|
@@ -3173,7 +3173,7 @@ module TencentCloud
|
|
3173
3173
|
# @type Targets: Array
|
3174
3174
|
|
3175
3175
|
attr_accessor :TemplateId, :Targets
|
3176
|
-
|
3176
|
+
|
3177
3177
|
def initialize(templateid=nil, targets=nil)
|
3178
3178
|
@TemplateId = templateid
|
3179
3179
|
@Targets = targets
|
@@ -3198,7 +3198,7 @@ module TencentCloud
|
|
3198
3198
|
# @type RequestId: String
|
3199
3199
|
|
3200
3200
|
attr_accessor :RequestId
|
3201
|
-
|
3201
|
+
|
3202
3202
|
def initialize(requestid=nil)
|
3203
3203
|
@RequestId = requestid
|
3204
3204
|
end
|
@@ -3216,7 +3216,7 @@ module TencentCloud
|
|
3216
3216
|
# @type InstanceId: String
|
3217
3217
|
|
3218
3218
|
attr_accessor :RuleIds, :InstanceId
|
3219
|
-
|
3219
|
+
|
3220
3220
|
def initialize(ruleids=nil, instanceid=nil)
|
3221
3221
|
@RuleIds = ruleids
|
3222
3222
|
@InstanceId = instanceid
|
@@ -3234,7 +3234,7 @@ module TencentCloud
|
|
3234
3234
|
# @type RequestId: String
|
3235
3235
|
|
3236
3236
|
attr_accessor :RequestId
|
3237
|
-
|
3237
|
+
|
3238
3238
|
def initialize(requestid=nil)
|
3239
3239
|
@RequestId = requestid
|
3240
3240
|
end
|
@@ -3252,7 +3252,7 @@ module TencentCloud
|
|
3252
3252
|
# @type UserId: String
|
3253
3253
|
|
3254
3254
|
attr_accessor :InstanceId, :UserId
|
3255
|
-
|
3255
|
+
|
3256
3256
|
def initialize(instanceid=nil, userid=nil)
|
3257
3257
|
@InstanceId = instanceid
|
3258
3258
|
@UserId = userid
|
@@ -3270,7 +3270,7 @@ module TencentCloud
|
|
3270
3270
|
# @type RequestId: String
|
3271
3271
|
|
3272
3272
|
attr_accessor :RequestId
|
3273
|
-
|
3273
|
+
|
3274
3274
|
def initialize(requestid=nil)
|
3275
3275
|
@RequestId = requestid
|
3276
3276
|
end
|
@@ -3298,7 +3298,7 @@ module TencentCloud
|
|
3298
3298
|
# @type Yaml: String
|
3299
3299
|
|
3300
3300
|
attr_accessor :InstanceId, :KubeClusterId, :KubeType, :Type, :Yaml
|
3301
|
-
|
3301
|
+
|
3302
3302
|
def initialize(instanceid=nil, kubeclusterid=nil, kubetype=nil, type=nil, yaml=nil)
|
3303
3303
|
@InstanceId = instanceid
|
3304
3304
|
@KubeClusterId = kubeclusterid
|
@@ -3322,7 +3322,7 @@ module TencentCloud
|
|
3322
3322
|
# @type RequestId: String
|
3323
3323
|
|
3324
3324
|
attr_accessor :RequestId
|
3325
|
-
|
3325
|
+
|
3326
3326
|
def initialize(requestid=nil)
|
3327
3327
|
@RequestId = requestid
|
3328
3328
|
end
|
@@ -3360,7 +3360,7 @@ module TencentCloud
|
|
3360
3360
|
# @type UpdateTime: String
|
3361
3361
|
|
3362
3362
|
attr_accessor :BusinessTypeDesc, :AccidentTypeDesc, :BusinessID, :EventStatus, :AffectResource, :Region, :OccurTime, :UpdateTime
|
3363
|
-
|
3363
|
+
|
3364
3364
|
def initialize(businesstypedesc=nil, accidenttypedesc=nil, businessid=nil, eventstatus=nil, affectresource=nil, region=nil, occurtime=nil, updatetime=nil)
|
3365
3365
|
@BusinessTypeDesc = businesstypedesc
|
3366
3366
|
@AccidentTypeDesc = accidenttypedesc
|
@@ -3412,7 +3412,7 @@ module TencentCloud
|
|
3412
3412
|
# @type AffectResource: String
|
3413
3413
|
|
3414
3414
|
attr_accessor :Module, :StartTime, :EndTime, :Limit, :Offset, :UpdateTimeOrder, :OccurTimeOrder, :AccidentType, :AccidentEvent, :AccidentStatus, :AccidentRegion, :AffectResource
|
3415
|
-
|
3415
|
+
|
3416
3416
|
def initialize(_module=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, updatetimeorder=nil, occurtimeorder=nil, accidenttype=nil, accidentevent=nil, accidentstatus=nil, accidentregion=nil, affectresource=nil)
|
3417
3417
|
@Module = _module
|
3418
3418
|
@StartTime = starttime
|
@@ -3456,7 +3456,7 @@ module TencentCloud
|
|
3456
3456
|
# @type RequestId: String
|
3457
3457
|
|
3458
3458
|
attr_accessor :Alarms, :Total, :RequestId
|
3459
|
-
|
3459
|
+
|
3460
3460
|
def initialize(alarms=nil, total=nil, requestid=nil)
|
3461
3461
|
@Alarms = alarms
|
3462
3462
|
@Total = total
|
@@ -3487,7 +3487,7 @@ module TencentCloud
|
|
3487
3487
|
# @type MonitorType: String
|
3488
3488
|
|
3489
3489
|
attr_accessor :Module, :Namespace, :MonitorType
|
3490
|
-
|
3490
|
+
|
3491
3491
|
def initialize(_module=nil, namespace=nil, monitortype=nil)
|
3492
3492
|
@Module = _module
|
3493
3493
|
@Namespace = namespace
|
@@ -3509,7 +3509,7 @@ module TencentCloud
|
|
3509
3509
|
# @type RequestId: String
|
3510
3510
|
|
3511
3511
|
attr_accessor :Events, :RequestId
|
3512
|
-
|
3512
|
+
|
3513
3513
|
def initialize(events=nil, requestid=nil)
|
3514
3514
|
@Events = events
|
3515
3515
|
@RequestId = requestid
|
@@ -3570,7 +3570,7 @@ module TencentCloud
|
|
3570
3570
|
# @type PolicyIds: Array
|
3571
3571
|
|
3572
3572
|
attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds
|
3573
|
-
|
3573
|
+
|
3574
3574
|
def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, starttime=nil, endtime=nil, monitortypes=nil, alarmobject=nil, alarmstatus=nil, projectids=nil, instancegroupids=nil, namespaces=nil, metricnames=nil, policyname=nil, content=nil, receiveruids=nil, receivergroups=nil, policyids=nil)
|
3575
3575
|
@Module = _module
|
3576
3576
|
@PageNumber = pagenumber
|
@@ -3631,7 +3631,7 @@ module TencentCloud
|
|
3631
3631
|
# @type RequestId: String
|
3632
3632
|
|
3633
3633
|
attr_accessor :TotalCount, :Histories, :RequestId
|
3634
|
-
|
3634
|
+
|
3635
3635
|
def initialize(totalcount=nil, histories=nil, requestid=nil)
|
3636
3636
|
@TotalCount = totalcount
|
3637
3637
|
@Histories = histories
|
@@ -3662,7 +3662,7 @@ module TencentCloud
|
|
3662
3662
|
# @type Namespace: String
|
3663
3663
|
|
3664
3664
|
attr_accessor :Module, :MonitorType, :Namespace
|
3665
|
-
|
3665
|
+
|
3666
3666
|
def initialize(_module=nil, monitortype=nil, namespace=nil)
|
3667
3667
|
@Module = _module
|
3668
3668
|
@MonitorType = monitortype
|
@@ -3684,7 +3684,7 @@ module TencentCloud
|
|
3684
3684
|
# @type RequestId: String
|
3685
3685
|
|
3686
3686
|
attr_accessor :Metrics, :RequestId
|
3687
|
-
|
3687
|
+
|
3688
3688
|
def initialize(metrics=nil, requestid=nil)
|
3689
3689
|
@Metrics = metrics
|
3690
3690
|
@RequestId = requestid
|
@@ -3709,7 +3709,7 @@ module TencentCloud
|
|
3709
3709
|
# @type Module: String
|
3710
3710
|
|
3711
3711
|
attr_accessor :Module
|
3712
|
-
|
3712
|
+
|
3713
3713
|
def initialize(_module=nil)
|
3714
3714
|
@Module = _module
|
3715
3715
|
end
|
@@ -3728,7 +3728,7 @@ module TencentCloud
|
|
3728
3728
|
# @type RequestId: String
|
3729
3729
|
|
3730
3730
|
attr_accessor :URLNotices, :RequestId
|
3731
|
-
|
3731
|
+
|
3732
3732
|
def initialize(urlnotices=nil, requestid=nil)
|
3733
3733
|
@URLNotices = urlnotices
|
3734
3734
|
@RequestId = requestid
|
@@ -3755,7 +3755,7 @@ module TencentCloud
|
|
3755
3755
|
# @type NoticeId: String
|
3756
3756
|
|
3757
3757
|
attr_accessor :Module, :NoticeId
|
3758
|
-
|
3758
|
+
|
3759
3759
|
def initialize(_module=nil, noticeid=nil)
|
3760
3760
|
@Module = _module
|
3761
3761
|
@NoticeId = noticeid
|
@@ -3775,7 +3775,7 @@ module TencentCloud
|
|
3775
3775
|
# @type RequestId: String
|
3776
3776
|
|
3777
3777
|
attr_accessor :Notice, :RequestId
|
3778
|
-
|
3778
|
+
|
3779
3779
|
def initialize(notice=nil, requestid=nil)
|
3780
3780
|
@Notice = notice
|
3781
3781
|
@RequestId = requestid
|
@@ -3818,7 +3818,7 @@ module TencentCloud
|
|
3818
3818
|
# @type OnCallFormIDs: Array
|
3819
3819
|
|
3820
3820
|
attr_accessor :Module, :PageNumber, :PageSize, :Order, :OwnerUid, :Name, :ReceiverType, :UserIds, :GroupIds, :NoticeIds, :Tags, :OnCallFormIDs
|
3821
|
-
|
3821
|
+
|
3822
3822
|
def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, owneruid=nil, name=nil, receivertype=nil, userids=nil, groupids=nil, noticeids=nil, tags=nil, oncallformids=nil)
|
3823
3823
|
@Module = _module
|
3824
3824
|
@PageNumber = pagenumber
|
@@ -3867,7 +3867,7 @@ module TencentCloud
|
|
3867
3867
|
# @type RequestId: String
|
3868
3868
|
|
3869
3869
|
attr_accessor :TotalCount, :Notices, :RequestId
|
3870
|
-
|
3870
|
+
|
3871
3871
|
def initialize(totalcount=nil, notices=nil, requestid=nil)
|
3872
3872
|
@TotalCount = totalcount
|
3873
3873
|
@Notices = notices
|
@@ -3953,7 +3953,7 @@ module TencentCloud
|
|
3953
3953
|
# @type ReceiverOnCallFormIDs: Array
|
3954
3954
|
|
3955
3955
|
attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId, :NeedCorrespondence, :TriggerTasks, :OneClickPolicyType, :NotBindAll, :NotInstanceGroup, :Tags, :PromInsId, :ReceiverOnCallFormIDs
|
3956
|
-
|
3956
|
+
|
3957
3957
|
def initialize(_module=nil, pagenumber=nil, pagesize=nil, policyname=nil, monitortypes=nil, namespaces=nil, dimensions=nil, receiveruids=nil, receivergroups=nil, policytype=nil, field=nil, order=nil, projectids=nil, noticeids=nil, ruletypes=nil, enable=nil, notbindingnoticerule=nil, instancegroupid=nil, needcorrespondence=nil, triggertasks=nil, oneclickpolicytype=nil, notbindall=nil, notinstancegroup=nil, tags=nil, prominsid=nil, receiveroncallformids=nil)
|
3958
3958
|
@Module = _module
|
3959
3959
|
@PageNumber = pagenumber
|
@@ -4037,7 +4037,7 @@ module TencentCloud
|
|
4037
4037
|
# @type RequestId: String
|
4038
4038
|
|
4039
4039
|
attr_accessor :TotalCount, :Policies, :RequestId
|
4040
|
-
|
4040
|
+
|
4041
4041
|
def initialize(totalcount=nil, policies=nil, requestid=nil)
|
4042
4042
|
@TotalCount = totalcount
|
4043
4043
|
@Policies = policies
|
@@ -4066,7 +4066,7 @@ module TencentCloud
|
|
4066
4066
|
# @type PolicyId: String
|
4067
4067
|
|
4068
4068
|
attr_accessor :Module, :PolicyId
|
4069
|
-
|
4069
|
+
|
4070
4070
|
def initialize(_module=nil, policyid=nil)
|
4071
4071
|
@Module = _module
|
4072
4072
|
@PolicyId = policyid
|
@@ -4086,7 +4086,7 @@ module TencentCloud
|
|
4086
4086
|
# @type RequestId: String
|
4087
4087
|
|
4088
4088
|
attr_accessor :Policy, :RequestId
|
4089
|
-
|
4089
|
+
|
4090
4090
|
def initialize(policy=nil, requestid=nil)
|
4091
4091
|
@Policy = policy
|
4092
4092
|
@RequestId = requestid
|
@@ -4121,7 +4121,7 @@ module TencentCloud
|
|
4121
4121
|
# @type Type: String
|
4122
4122
|
|
4123
4123
|
attr_accessor :InstanceId, :Limit, :Offset, :RuleId, :RuleState, :RuleName, :Type
|
4124
|
-
|
4124
|
+
|
4125
4125
|
def initialize(instanceid=nil, limit=nil, offset=nil, ruleid=nil, rulestate=nil, rulename=nil, type=nil)
|
4126
4126
|
@InstanceId = instanceid
|
4127
4127
|
@Limit = limit
|
@@ -4154,7 +4154,7 @@ module TencentCloud
|
|
4154
4154
|
# @type RequestId: String
|
4155
4155
|
|
4156
4156
|
attr_accessor :TotalCount, :AlertRuleSet, :RequestId
|
4157
|
-
|
4157
|
+
|
4158
4158
|
def initialize(totalcount=nil, alertruleset=nil, requestid=nil)
|
4159
4159
|
@TotalCount = totalcount
|
4160
4160
|
@AlertRuleSet = alertruleset
|
@@ -4187,7 +4187,7 @@ module TencentCloud
|
|
4187
4187
|
# @type Ids: Array
|
4188
4188
|
|
4189
4189
|
attr_accessor :SceneType, :Module, :MonitorTypes, :Ids
|
4190
|
-
|
4190
|
+
|
4191
4191
|
def initialize(scenetype=nil, _module=nil, monitortypes=nil, ids=nil)
|
4192
4192
|
@SceneType = scenetype
|
4193
4193
|
@Module = _module
|
@@ -4220,7 +4220,7 @@ module TencentCloud
|
|
4220
4220
|
# @type RequestId: String
|
4221
4221
|
|
4222
4222
|
attr_accessor :QceNamespaces, :CustomNamespaces, :QceNamespacesNew, :CustomNamespacesNew, :CommonNamespaces, :RequestId
|
4223
|
-
|
4223
|
+
|
4224
4224
|
def initialize(qcenamespaces=nil, customnamespaces=nil, qcenamespacesnew=nil, customnamespacesnew=nil, commonnamespaces=nil, requestid=nil)
|
4225
4225
|
@QceNamespaces = qcenamespaces
|
4226
4226
|
@CustomNamespaces = customnamespaces
|
@@ -4277,7 +4277,7 @@ module TencentCloud
|
|
4277
4277
|
# @type Dimensions: Array
|
4278
4278
|
|
4279
4279
|
attr_accessor :Namespace, :MetricName, :Dimensions
|
4280
|
-
|
4280
|
+
|
4281
4281
|
def initialize(namespace=nil, metricname=nil, dimensions=nil)
|
4282
4282
|
@Namespace = namespace
|
4283
4283
|
@MetricName = metricname
|
@@ -4299,7 +4299,7 @@ module TencentCloud
|
|
4299
4299
|
# @type RequestId: String
|
4300
4300
|
|
4301
4301
|
attr_accessor :MetricSet, :RequestId
|
4302
|
-
|
4302
|
+
|
4303
4303
|
def initialize(metricset=nil, requestid=nil)
|
4304
4304
|
@MetricSet = metricset
|
4305
4305
|
@RequestId = requestid
|
@@ -4387,7 +4387,7 @@ module TencentCloud
|
|
4387
4387
|
# @type InstanceGroup: Array
|
4388
4388
|
|
4389
4389
|
attr_accessor :Id, :ProjectId, :ProjectName, :Status, :AlarmStatus, :GroupId, :GroupName, :FirstOccurTime, :Duration, :LastOccurTime, :Content, :ObjName, :ObjId, :ViewName, :Vpc, :MetricId, :MetricName, :AlarmType, :Region, :Dimensions, :NotifyWay, :InstanceGroup
|
4390
|
-
|
4390
|
+
|
4391
4391
|
def initialize(id=nil, projectid=nil, projectname=nil, status=nil, alarmstatus=nil, groupid=nil, groupname=nil, firstoccurtime=nil, duration=nil, lastoccurtime=nil, content=nil, objname=nil, objid=nil, viewname=nil, vpc=nil, metricid=nil, metricname=nil, alarmtype=nil, region=nil, dimensions=nil, notifyway=nil, instancegroup=nil)
|
4392
4392
|
@Id = id
|
4393
4393
|
@ProjectId = projectid
|
@@ -4474,7 +4474,7 @@ module TencentCloud
|
|
4474
4474
|
# @type MetricNames: Array
|
4475
4475
|
|
4476
4476
|
attr_accessor :Module, :StartTime, :EndTime, :Limit, :Offset, :OccurTimeOrder, :ProjectIds, :ViewNames, :AlarmStatus, :ObjLike, :InstanceGroupIds, :MetricNames
|
4477
|
-
|
4477
|
+
|
4478
4478
|
def initialize(_module=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, occurtimeorder=nil, projectids=nil, viewnames=nil, alarmstatus=nil, objlike=nil, instancegroupids=nil, metricnames=nil)
|
4479
4479
|
@Module = _module
|
4480
4480
|
@StartTime = starttime
|
@@ -4521,7 +4521,7 @@ module TencentCloud
|
|
4521
4521
|
# @type RequestId: String
|
4522
4522
|
|
4523
4523
|
attr_accessor :Alarms, :Total, :Warning, :RequestId
|
4524
|
-
|
4524
|
+
|
4525
4525
|
def initialize(alarms=nil, total=nil, warning=nil, requestid=nil)
|
4526
4526
|
@Alarms = alarms
|
4527
4527
|
@Total = total
|
@@ -4556,7 +4556,7 @@ module TencentCloud
|
|
4556
4556
|
# @type EventDimensions: String
|
4557
4557
|
|
4558
4558
|
attr_accessor :RegionId, :Region, :Dimensions, :EventDimensions
|
4559
|
-
|
4559
|
+
|
4560
4560
|
def initialize(regionid=nil, region=nil, dimensions=nil, eventdimensions=nil)
|
4561
4561
|
@RegionId = regionid
|
4562
4562
|
@Region = region
|
@@ -4584,7 +4584,7 @@ module TencentCloud
|
|
4584
4584
|
# @type Region: String
|
4585
4585
|
|
4586
4586
|
attr_accessor :UniqueId, :Dimensions, :IsShielded, :Region
|
4587
|
-
|
4587
|
+
|
4588
4588
|
def initialize(uniqueid=nil, dimensions=nil, isshielded=nil, region=nil)
|
4589
4589
|
@UniqueId = uniqueid
|
4590
4590
|
@Dimensions = dimensions
|
@@ -4621,7 +4621,7 @@ module TencentCloud
|
|
4621
4621
|
# @type Regions: Array
|
4622
4622
|
|
4623
4623
|
attr_accessor :InstanceGroupId, :ViewName, :LastEditUin, :GroupName, :InstanceSum, :UpdateTime, :InsertTime, :Regions
|
4624
|
-
|
4624
|
+
|
4625
4625
|
def initialize(instancegroupid=nil, viewname=nil, lastedituin=nil, groupname=nil, instancesum=nil, updatetime=nil, inserttime=nil, regions=nil)
|
4626
4626
|
@InstanceGroupId = instancegroupid
|
4627
4627
|
@ViewName = viewname
|
@@ -4661,7 +4661,7 @@ module TencentCloud
|
|
4661
4661
|
# @type Dimensions: Array
|
4662
4662
|
|
4663
4663
|
attr_accessor :Module, :GroupId, :PolicyId, :Limit, :Offset, :Dimensions
|
4664
|
-
|
4664
|
+
|
4665
4665
|
def initialize(_module=nil, groupid=nil, policyid=nil, limit=nil, offset=nil, dimensions=nil)
|
4666
4666
|
@Module = _module
|
4667
4667
|
@GroupId = groupid
|
@@ -4704,7 +4704,7 @@ module TencentCloud
|
|
4704
4704
|
# @type RequestId: String
|
4705
4705
|
|
4706
4706
|
attr_accessor :List, :Total, :NoShieldedSum, :InstanceGroup, :RequestId
|
4707
|
-
|
4707
|
+
|
4708
4708
|
def initialize(list=nil, total=nil, noshieldedsum=nil, instancegroup=nil, requestid=nil)
|
4709
4709
|
@List = list
|
4710
4710
|
@Total = total
|
@@ -4735,7 +4735,7 @@ module TencentCloud
|
|
4735
4735
|
# DescribeClusterAgentCreatingProgress请求参数结构体
|
4736
4736
|
class DescribeClusterAgentCreatingProgressRequest < TencentCloud::Common::AbstractModel
|
4737
4737
|
|
4738
|
-
|
4738
|
+
|
4739
4739
|
def initialize()
|
4740
4740
|
end
|
4741
4741
|
|
@@ -4749,7 +4749,7 @@ module TencentCloud
|
|
4749
4749
|
# @type RequestId: String
|
4750
4750
|
|
4751
4751
|
attr_accessor :RequestId
|
4752
|
-
|
4752
|
+
|
4753
4753
|
def initialize(requestid=nil)
|
4754
4754
|
@RequestId = requestid
|
4755
4755
|
end
|
@@ -4779,7 +4779,7 @@ module TencentCloud
|
|
4779
4779
|
# @type PolicyCountOrder: String
|
4780
4780
|
|
4781
4781
|
attr_accessor :Module, :ViewName, :GroupName, :GroupID, :Limit, :Offset, :UpdateTimeOrder, :PolicyCountOrder
|
4782
|
-
|
4782
|
+
|
4783
4783
|
def initialize(_module=nil, viewname=nil, groupname=nil, groupid=nil, limit=nil, offset=nil, updatetimeorder=nil, policycountorder=nil)
|
4784
4784
|
@Module = _module
|
4785
4785
|
@ViewName = viewname
|
@@ -4814,7 +4814,7 @@ module TencentCloud
|
|
4814
4814
|
# @type RequestId: String
|
4815
4815
|
|
4816
4816
|
attr_accessor :Total, :TemplateGroupList, :RequestId
|
4817
|
-
|
4817
|
+
|
4818
4818
|
def initialize(total=nil, templategrouplist=nil, requestid=nil)
|
4819
4819
|
@Total = total
|
4820
4820
|
@TemplateGroupList = templategrouplist
|
@@ -4841,7 +4841,7 @@ module TencentCloud
|
|
4841
4841
|
# @type InstanceId: String
|
4842
4842
|
|
4843
4843
|
attr_accessor :InstanceId
|
4844
|
-
|
4844
|
+
|
4845
4845
|
def initialize(instanceid=nil)
|
4846
4846
|
@InstanceId = instanceid
|
4847
4847
|
end
|
@@ -4859,7 +4859,7 @@ module TencentCloud
|
|
4859
4859
|
# @type RequestId: String
|
4860
4860
|
|
4861
4861
|
attr_accessor :NameServers, :RequestId
|
4862
|
-
|
4862
|
+
|
4863
4863
|
def initialize(nameservers=nil, requestid=nil)
|
4864
4864
|
@NameServers = nameservers
|
4865
4865
|
@RequestId = requestid
|
@@ -4888,7 +4888,7 @@ module TencentCloud
|
|
4888
4888
|
# @type Name: String
|
4889
4889
|
|
4890
4890
|
attr_accessor :InstanceId, :KubeType, :ClusterId, :Kind, :Name
|
4891
|
-
|
4891
|
+
|
4892
4892
|
def initialize(instanceid=nil, kubetype=nil, clusterid=nil, kind=nil, name=nil)
|
4893
4893
|
@InstanceId = instanceid
|
4894
4894
|
@KubeType = kubetype
|
@@ -4914,7 +4914,7 @@ module TencentCloud
|
|
4914
4914
|
# @type RequestId: String
|
4915
4915
|
|
4916
4916
|
attr_accessor :IntegrationSet, :RequestId
|
4917
|
-
|
4917
|
+
|
4918
4918
|
def initialize(integrationset=nil, requestid=nil)
|
4919
4919
|
@IntegrationSet = integrationset
|
4920
4920
|
@RequestId = requestid
|
@@ -4949,7 +4949,7 @@ module TencentCloud
|
|
4949
4949
|
# @type ChannelState: Integer
|
4950
4950
|
|
4951
4951
|
attr_accessor :InstanceId, :Offset, :Limit, :ChannelName, :ChannelIds, :ChannelState
|
4952
|
-
|
4952
|
+
|
4953
4953
|
def initialize(instanceid=nil, offset=nil, limit=nil, channelname=nil, channelids=nil, channelstate=nil)
|
4954
4954
|
@InstanceId = instanceid
|
4955
4955
|
@Offset = offset
|
@@ -4977,7 +4977,7 @@ module TencentCloud
|
|
4977
4977
|
# @type RequestId: String
|
4978
4978
|
|
4979
4979
|
attr_accessor :NotificationChannelSet, :RequestId
|
4980
|
-
|
4980
|
+
|
4981
4981
|
def initialize(notificationchannelset=nil, requestid=nil)
|
4982
4982
|
@NotificationChannelSet = notificationchannelset
|
4983
4983
|
@RequestId = requestid
|
@@ -5002,7 +5002,7 @@ module TencentCloud
|
|
5002
5002
|
# @type InstanceId: String
|
5003
5003
|
|
5004
5004
|
attr_accessor :InstanceId
|
5005
|
-
|
5005
|
+
|
5006
5006
|
def initialize(instanceid=nil)
|
5007
5007
|
@InstanceId = instanceid
|
5008
5008
|
end
|
@@ -5020,7 +5020,7 @@ module TencentCloud
|
|
5020
5020
|
# @type RequestId: String
|
5021
5021
|
|
5022
5022
|
attr_accessor :Config, :RequestId
|
5023
|
-
|
5023
|
+
|
5024
5024
|
def initialize(config=nil, requestid=nil)
|
5025
5025
|
@Config = config
|
5026
5026
|
@RequestId = requestid
|
@@ -5038,7 +5038,7 @@ module TencentCloud
|
|
5038
5038
|
# @type InstanceId: String
|
5039
5039
|
|
5040
5040
|
attr_accessor :InstanceId
|
5041
|
-
|
5041
|
+
|
5042
5042
|
def initialize(instanceid=nil)
|
5043
5043
|
@InstanceId = instanceid
|
5044
5044
|
end
|
@@ -5056,7 +5056,7 @@ module TencentCloud
|
|
5056
5056
|
# @type RequestId: String
|
5057
5057
|
|
5058
5058
|
attr_accessor :Envs, :RequestId
|
5059
|
-
|
5059
|
+
|
5060
5060
|
def initialize(envs=nil, requestid=nil)
|
5061
5061
|
@Envs = envs
|
5062
5062
|
@RequestId = requestid
|
@@ -5084,7 +5084,7 @@ module TencentCloud
|
|
5084
5084
|
# @type TagFilters: Array
|
5085
5085
|
|
5086
5086
|
attr_accessor :Offset, :Limit, :InstanceIds, :InstanceName, :InstanceStatus, :TagFilters
|
5087
|
-
|
5087
|
+
|
5088
5088
|
def initialize(offset=nil, limit=nil, instanceids=nil, instancename=nil, instancestatus=nil, tagfilters=nil)
|
5089
5089
|
@Offset = offset
|
5090
5090
|
@Limit = limit
|
@@ -5123,7 +5123,7 @@ module TencentCloud
|
|
5123
5123
|
# @type RequestId: String
|
5124
5124
|
|
5125
5125
|
attr_accessor :InstanceSet, :TotalCount, :Instances, :RequestId
|
5126
|
-
|
5126
|
+
|
5127
5127
|
def initialize(instanceset=nil, totalcount=nil, instances=nil, requestid=nil)
|
5128
5128
|
@InstanceSet = instanceset
|
5129
5129
|
@TotalCount = totalcount
|
@@ -5163,7 +5163,7 @@ module TencentCloud
|
|
5163
5163
|
# @type Kind: String
|
5164
5164
|
|
5165
5165
|
attr_accessor :InstanceId, :IntegrationId, :Kind
|
5166
|
-
|
5166
|
+
|
5167
5167
|
def initialize(instanceid=nil, integrationid=nil, kind=nil)
|
5168
5168
|
@InstanceId = instanceid
|
5169
5169
|
@IntegrationId = integrationid
|
@@ -5185,7 +5185,7 @@ module TencentCloud
|
|
5185
5185
|
# @type RequestId: String
|
5186
5186
|
|
5187
5187
|
attr_accessor :IntegrationSet, :RequestId
|
5188
|
-
|
5188
|
+
|
5189
5189
|
def initialize(integrationset=nil, requestid=nil)
|
5190
5190
|
@IntegrationSet = integrationset
|
5191
5191
|
@RequestId = requestid
|
@@ -5220,7 +5220,7 @@ module TencentCloud
|
|
5220
5220
|
# @type ChannelState: Integer
|
5221
5221
|
|
5222
5222
|
attr_accessor :InstanceId, :Offset, :Limit, :ChannelName, :ChannelIDs, :ChannelState
|
5223
|
-
|
5223
|
+
|
5224
5224
|
def initialize(instanceid=nil, offset=nil, limit=nil, channelname=nil, channelids=nil, channelstate=nil)
|
5225
5225
|
@InstanceId = instanceid
|
5226
5226
|
@Offset = offset
|
@@ -5248,7 +5248,7 @@ module TencentCloud
|
|
5248
5248
|
# @type RequestId: String
|
5249
5249
|
|
5250
5250
|
attr_accessor :NotificationChannelSet, :RequestId
|
5251
|
-
|
5251
|
+
|
5252
5252
|
def initialize(notificationchannelset=nil, requestid=nil)
|
5253
5253
|
@NotificationChannelSet = notificationchannelset
|
5254
5254
|
@RequestId = requestid
|
@@ -5273,7 +5273,7 @@ module TencentCloud
|
|
5273
5273
|
# @type InstanceId: String
|
5274
5274
|
|
5275
5275
|
attr_accessor :InstanceId
|
5276
|
-
|
5276
|
+
|
5277
5277
|
def initialize(instanceid=nil)
|
5278
5278
|
@InstanceId = instanceid
|
5279
5279
|
end
|
@@ -5291,7 +5291,7 @@ module TencentCloud
|
|
5291
5291
|
# @type RequestId: String
|
5292
5292
|
|
5293
5293
|
attr_accessor :WhiteList, :RequestId
|
5294
|
-
|
5294
|
+
|
5295
5295
|
def initialize(whitelist=nil, requestid=nil)
|
5296
5296
|
@WhiteList = whitelist
|
5297
5297
|
@RequestId = requestid
|
@@ -5311,7 +5311,7 @@ module TencentCloud
|
|
5311
5311
|
# @type PluginId: String
|
5312
5312
|
|
5313
5313
|
attr_accessor :InstanceId, :PluginId
|
5314
|
-
|
5314
|
+
|
5315
5315
|
def initialize(instanceid=nil, pluginid=nil)
|
5316
5316
|
@InstanceId = instanceid
|
5317
5317
|
@PluginId = pluginid
|
@@ -5331,7 +5331,7 @@ module TencentCloud
|
|
5331
5331
|
# @type RequestId: String
|
5332
5332
|
|
5333
5333
|
attr_accessor :PluginSet, :RequestId
|
5334
|
-
|
5334
|
+
|
5335
5335
|
def initialize(pluginset=nil, requestid=nil)
|
5336
5336
|
@PluginSet = pluginset
|
5337
5337
|
@RequestId = requestid
|
@@ -5356,7 +5356,7 @@ module TencentCloud
|
|
5356
5356
|
# @type Module: String
|
5357
5357
|
|
5358
5358
|
attr_accessor :Module
|
5359
|
-
|
5359
|
+
|
5360
5360
|
def initialize(_module=nil)
|
5361
5361
|
@Module = _module
|
5362
5362
|
end
|
@@ -5376,7 +5376,7 @@ module TencentCloud
|
|
5376
5376
|
# @type RequestId: String
|
5377
5377
|
|
5378
5378
|
attr_accessor :MonitorTypes, :MonitorTypeInfos, :RequestId
|
5379
|
-
|
5379
|
+
|
5380
5380
|
def initialize(monitortypes=nil, monitortypeinfos=nil, requestid=nil)
|
5381
5381
|
@MonitorTypes = monitortypes
|
5382
5382
|
@MonitorTypeInfos = monitortypeinfos
|
@@ -5400,7 +5400,7 @@ module TencentCloud
|
|
5400
5400
|
# DescribePluginOverviews请求参数结构体
|
5401
5401
|
class DescribePluginOverviewsRequest < TencentCloud::Common::AbstractModel
|
5402
5402
|
|
5403
|
-
|
5403
|
+
|
5404
5404
|
def initialize()
|
5405
5405
|
end
|
5406
5406
|
|
@@ -5416,7 +5416,7 @@ module TencentCloud
|
|
5416
5416
|
# @type RequestId: String
|
5417
5417
|
|
5418
5418
|
attr_accessor :PluginSet, :RequestId
|
5419
|
-
|
5419
|
+
|
5420
5420
|
def initialize(pluginset=nil, requestid=nil)
|
5421
5421
|
@PluginSet = pluginset
|
5422
5422
|
@RequestId = requestid
|
@@ -5461,7 +5461,7 @@ module TencentCloud
|
|
5461
5461
|
# @type DeprecatingInfo: :class:`Tencentcloud::Monitor.v20180724.models.DescribePolicyConditionListResponseDeprecatingInfo`
|
5462
5462
|
|
5463
5463
|
attr_accessor :PolicyViewName, :EventMetrics, :IsSupportMultiRegion, :Metrics, :Name, :SortId, :SupportDefault, :SupportRegions, :DeprecatingInfo
|
5464
|
-
|
5464
|
+
|
5465
5465
|
def initialize(policyviewname=nil, eventmetrics=nil, issupportmultiregion=nil, metrics=nil, name=nil, sortid=nil, supportdefault=nil, supportregions=nil, deprecatinginfo=nil)
|
5466
5466
|
@PolicyViewName = policyviewname
|
5467
5467
|
@EventMetrics = eventmetrics
|
@@ -5526,7 +5526,7 @@ module TencentCloud
|
|
5526
5526
|
# @type StatType: :class:`Tencentcloud::Monitor.v20180724.models.DescribePolicyConditionListConfigManualStatType`
|
5527
5527
|
|
5528
5528
|
attr_accessor :CalcType, :CalcValue, :ContinueTime, :Period, :PeriodNum, :StatType
|
5529
|
-
|
5529
|
+
|
5530
5530
|
def initialize(calctype=nil, calcvalue=nil, continuetime=nil, period=nil, periodnum=nil, stattype=nil)
|
5531
5531
|
@CalcType = calctype
|
5532
5532
|
@CalcValue = calcvalue
|
@@ -5573,7 +5573,7 @@ module TencentCloud
|
|
5573
5573
|
# @type Need: Boolean
|
5574
5574
|
|
5575
5575
|
attr_accessor :Keys, :Need
|
5576
|
-
|
5576
|
+
|
5577
5577
|
def initialize(keys=nil, need=nil)
|
5578
5578
|
@Keys = keys
|
5579
5579
|
@Need = need
|
@@ -5603,7 +5603,7 @@ module TencentCloud
|
|
5603
5603
|
# @type Need: Boolean
|
5604
5604
|
|
5605
5605
|
attr_accessor :Default, :Fixed, :Max, :Min, :Need
|
5606
|
-
|
5606
|
+
|
5607
5607
|
def initialize(default=nil, fixed=nil, max=nil, min=nil, need=nil)
|
5608
5608
|
@Default = default
|
5609
5609
|
@Fixed = fixed
|
@@ -5633,7 +5633,7 @@ module TencentCloud
|
|
5633
5633
|
# @type Need: Boolean
|
5634
5634
|
|
5635
5635
|
attr_accessor :Default, :Keys, :Need
|
5636
|
-
|
5636
|
+
|
5637
5637
|
def initialize(default=nil, keys=nil, need=nil)
|
5638
5638
|
@Default = default
|
5639
5639
|
@Keys = keys
|
@@ -5659,7 +5659,7 @@ module TencentCloud
|
|
5659
5659
|
# @type Need: Boolean
|
5660
5660
|
|
5661
5661
|
attr_accessor :Default, :Keys, :Need
|
5662
|
-
|
5662
|
+
|
5663
5663
|
def initialize(default=nil, keys=nil, need=nil)
|
5664
5664
|
@Default = default
|
5665
5665
|
@Keys = keys
|
@@ -5685,7 +5685,7 @@ module TencentCloud
|
|
5685
5685
|
# @type Need: Boolean
|
5686
5686
|
|
5687
5687
|
attr_accessor :Default, :Keys, :Need
|
5688
|
-
|
5688
|
+
|
5689
5689
|
def initialize(default=nil, keys=nil, need=nil)
|
5690
5690
|
@Default = default
|
5691
5691
|
@Keys = keys
|
@@ -5727,7 +5727,7 @@ module TencentCloud
|
|
5727
5727
|
# @type P86400: String
|
5728
5728
|
|
5729
5729
|
attr_accessor :P5, :P10, :P60, :P300, :P600, :P1800, :P3600, :P86400
|
5730
|
-
|
5730
|
+
|
5731
5731
|
def initialize(p5=nil, p10=nil, p60=nil, p300=nil, p600=nil, p1800=nil, p3600=nil, p86400=nil)
|
5732
5732
|
@P5 = p5
|
5733
5733
|
@P10 = p10
|
@@ -5763,7 +5763,7 @@ module TencentCloud
|
|
5763
5763
|
# @type Type: Integer
|
5764
5764
|
|
5765
5765
|
attr_accessor :EventId, :EventShowName, :NeedRecovered, :Type
|
5766
|
-
|
5766
|
+
|
5767
5767
|
def initialize(eventid=nil, eventshowname=nil, needrecovered=nil, type=nil)
|
5768
5768
|
@EventId = eventid
|
5769
5769
|
@EventShowName = eventshowname
|
@@ -5792,7 +5792,7 @@ module TencentCloud
|
|
5792
5792
|
# @type MetricUnit: String
|
5793
5793
|
|
5794
5794
|
attr_accessor :ConfigManual, :MetricId, :MetricShowName, :MetricUnit
|
5795
|
-
|
5795
|
+
|
5796
5796
|
def initialize(configmanual=nil, metricid=nil, metricshowname=nil, metricunit=nil)
|
5797
5797
|
@ConfigManual = configmanual
|
5798
5798
|
@MetricId = metricid
|
@@ -5817,7 +5817,7 @@ module TencentCloud
|
|
5817
5817
|
# @type Module: String
|
5818
5818
|
|
5819
5819
|
attr_accessor :Module
|
5820
|
-
|
5820
|
+
|
5821
5821
|
def initialize(_module=nil)
|
5822
5822
|
@Module = _module
|
5823
5823
|
end
|
@@ -5835,7 +5835,7 @@ module TencentCloud
|
|
5835
5835
|
# @type RequestId: String
|
5836
5836
|
|
5837
5837
|
attr_accessor :Conditions, :RequestId
|
5838
|
-
|
5838
|
+
|
5839
5839
|
def initialize(conditions=nil, requestid=nil)
|
5840
5840
|
@Conditions = conditions
|
5841
5841
|
@RequestId = requestid
|
@@ -5867,7 +5867,7 @@ module TencentCloud
|
|
5867
5867
|
# @type Description: String
|
5868
5868
|
|
5869
5869
|
attr_accessor :Hidden, :NewViewNames, :Description
|
5870
|
-
|
5870
|
+
|
5871
5871
|
def initialize(hidden=nil, newviewnames=nil, description=nil)
|
5872
5872
|
@Hidden = hidden
|
5873
5873
|
@NewViewNames = newviewnames
|
@@ -5891,7 +5891,7 @@ module TencentCloud
|
|
5891
5891
|
# @type VerifyCode: String
|
5892
5892
|
|
5893
5893
|
attr_accessor :CallbackUrl, :ValidFlag, :VerifyCode
|
5894
|
-
|
5894
|
+
|
5895
5895
|
def initialize(callbackurl=nil, validflag=nil, verifycode=nil)
|
5896
5896
|
@CallbackUrl = callbackurl
|
5897
5897
|
@ValidFlag = validflag
|
@@ -5935,7 +5935,7 @@ module TencentCloud
|
|
5935
5935
|
# @type MetricName: String
|
5936
5936
|
|
5937
5937
|
attr_accessor :MetricShowName, :Period, :MetricId, :RuleId, :Unit, :AlarmNotifyType, :AlarmNotifyPeriod, :CalcType, :CalcValue, :ContinueTime, :MetricName
|
5938
|
-
|
5938
|
+
|
5939
5939
|
def initialize(metricshowname=nil, period=nil, metricid=nil, ruleid=nil, unit=nil, alarmnotifytype=nil, alarmnotifyperiod=nil, calctype=nil, calcvalue=nil, continuetime=nil, metricname=nil)
|
5940
5940
|
@MetricShowName = metricshowname
|
5941
5941
|
@Period = period
|
@@ -5988,7 +5988,7 @@ module TencentCloud
|
|
5988
5988
|
# @type IsUnionRule: Integer
|
5989
5989
|
|
5990
5990
|
attr_accessor :GroupId, :GroupName, :ViewName, :Remark, :LastEditUin, :UpdateTime, :InsertTime, :IsUnionRule
|
5991
|
-
|
5991
|
+
|
5992
5992
|
def initialize(groupid=nil, groupname=nil, viewname=nil, remark=nil, lastedituin=nil, updatetime=nil, inserttime=nil, isunionrule=nil)
|
5993
5993
|
@GroupId = groupid
|
5994
5994
|
@GroupName = groupname
|
@@ -6026,7 +6026,7 @@ module TencentCloud
|
|
6026
6026
|
# @type AlarmNotifyType: Integer
|
6027
6027
|
|
6028
6028
|
attr_accessor :EventId, :RuleId, :EventShowName, :AlarmNotifyPeriod, :AlarmNotifyType
|
6029
|
-
|
6029
|
+
|
6030
6030
|
def initialize(eventid=nil, ruleid=nil, eventshowname=nil, alarmnotifyperiod=nil, alarmnotifytype=nil)
|
6031
6031
|
@EventId = eventid
|
6032
6032
|
@RuleId = ruleid
|
@@ -6078,7 +6078,7 @@ module TencentCloud
|
|
6078
6078
|
# @type ReceiveLanguage: String
|
6079
6079
|
|
6080
6080
|
attr_accessor :ReceiverGroupList, :ReceiverUserList, :StartTime, :EndTime, :ReceiverType, :NotifyWay, :UidList, :RoundNumber, :RoundInterval, :PersonInterval, :NeedSendNotice, :SendFor, :RecoverNotify, :ReceiveLanguage
|
6081
|
-
|
6081
|
+
|
6082
6082
|
def initialize(receivergrouplist=nil, receiveruserlist=nil, starttime=nil, endtime=nil, receivertype=nil, notifyway=nil, uidlist=nil, roundnumber=nil, roundinterval=nil, personinterval=nil, needsendnotice=nil, sendfor=nil, recovernotify=nil, receivelanguage=nil)
|
6083
6083
|
@ReceiverGroupList = receivergrouplist
|
6084
6084
|
@ReceiverUserList = receiveruserlist
|
@@ -6122,7 +6122,7 @@ module TencentCloud
|
|
6122
6122
|
# @type GroupId: Integer
|
6123
6123
|
|
6124
6124
|
attr_accessor :Module, :GroupId
|
6125
|
-
|
6125
|
+
|
6126
6126
|
def initialize(_module=nil, groupid=nil)
|
6127
6127
|
@Module = _module
|
6128
6128
|
@GroupId = groupid
|
@@ -6180,7 +6180,7 @@ module TencentCloud
|
|
6180
6180
|
# @type RequestId: String
|
6181
6181
|
|
6182
6182
|
attr_accessor :GroupName, :ProjectId, :IsDefault, :ViewName, :Remark, :ShowName, :LastEditUin, :UpdateTime, :Region, :DimensionGroup, :ConditionsConfig, :EventConfig, :ReceiverInfos, :Callback, :ConditionsTemp, :CanSetDefault, :IsUnionRule, :RequestId
|
6183
|
-
|
6183
|
+
|
6184
6184
|
def initialize(groupname=nil, projectid=nil, isdefault=nil, viewname=nil, remark=nil, showname=nil, lastedituin=nil, updatetime=nil, region=nil, dimensiongroup=nil, conditionsconfig=nil, eventconfig=nil, receiverinfos=nil, callback=nil, conditionstemp=nil, cansetdefault=nil, isunionrule=nil, requestid=nil)
|
6185
6185
|
@GroupName = groupname
|
6186
6186
|
@ProjectId = projectid
|
@@ -6301,7 +6301,7 @@ module TencentCloud
|
|
6301
6301
|
# @type IsUnionRule: Integer
|
6302
6302
|
|
6303
6303
|
attr_accessor :GroupId, :GroupName, :IsOpen, :ViewName, :LastEditUin, :UpdateTime, :InsertTime, :UseSum, :NoShieldedSum, :IsDefault, :CanSetDefault, :ParentGroupId, :Remark, :ProjectId, :Conditions, :EventConditions, :ReceiverInfos, :ConditionsTemp, :InstanceGroup, :IsUnionRule
|
6304
|
-
|
6304
|
+
|
6305
6305
|
def initialize(groupid=nil, groupname=nil, isopen=nil, viewname=nil, lastedituin=nil, updatetime=nil, inserttime=nil, usesum=nil, noshieldedsum=nil, isdefault=nil, cansetdefault=nil, parentgroupid=nil, remark=nil, projectid=nil, conditions=nil, eventconditions=nil, receiverinfos=nil, conditionstemp=nil, instancegroup=nil, isunionrule=nil)
|
6306
6306
|
@GroupId = groupid
|
6307
6307
|
@GroupName = groupname
|
@@ -6394,7 +6394,7 @@ module TencentCloud
|
|
6394
6394
|
# @type InsertTime: Integer
|
6395
6395
|
|
6396
6396
|
attr_accessor :InstanceGroupId, :ViewName, :LastEditUin, :GroupName, :InstanceSum, :UpdateTime, :InsertTime
|
6397
|
-
|
6397
|
+
|
6398
6398
|
def initialize(instancegroupid=nil, viewname=nil, lastedituin=nil, groupname=nil, instancesum=nil, updatetime=nil, inserttime=nil)
|
6399
6399
|
@InstanceGroupId = instancegroupid
|
6400
6400
|
@ViewName = viewname
|
@@ -6450,7 +6450,7 @@ module TencentCloud
|
|
6450
6450
|
# @type IsOpen: Boolean
|
6451
6451
|
|
6452
6452
|
attr_accessor :Module, :Limit, :Offset, :Like, :InstanceGroupId, :UpdateTimeOrder, :ProjectIds, :ViewNames, :FilterUnuseReceiver, :Receivers, :ReceiverUserList, :Dimensions, :ConditionTempGroupId, :ReceiverType, :IsOpen
|
6453
|
-
|
6453
|
+
|
6454
6454
|
def initialize(_module=nil, limit=nil, offset=nil, like=nil, instancegroupid=nil, updatetimeorder=nil, projectids=nil, viewnames=nil, filterunusereceiver=nil, receivers=nil, receiveruserlist=nil, dimensions=nil, conditiontempgroupid=nil, receivertype=nil, isopen=nil)
|
6455
6455
|
@Module = _module
|
6456
6456
|
@Limit = limit
|
@@ -6502,7 +6502,7 @@ module TencentCloud
|
|
6502
6502
|
# @type RequestId: String
|
6503
6503
|
|
6504
6504
|
attr_accessor :GroupList, :Total, :Warning, :RequestId
|
6505
|
-
|
6505
|
+
|
6506
6506
|
def initialize(grouplist=nil, total=nil, warning=nil, requestid=nil)
|
6507
6507
|
@GroupList = grouplist
|
6508
6508
|
@Total = total
|
@@ -6533,7 +6533,7 @@ module TencentCloud
|
|
6533
6533
|
# @type Value: String
|
6534
6534
|
|
6535
6535
|
attr_accessor :Name, :Value
|
6536
|
-
|
6536
|
+
|
6537
6537
|
def initialize(name=nil, value=nil)
|
6538
6538
|
@Name = name
|
6539
6539
|
@Value = value
|
@@ -6612,7 +6612,7 @@ module TencentCloud
|
|
6612
6612
|
# @type ViewName: String
|
6613
6613
|
|
6614
6614
|
attr_accessor :EventId, :EventCName, :EventEName, :EventName, :ProductCName, :ProductEName, :ProductName, :InstanceId, :InstanceName, :ProjectId, :Region, :Status, :SupportAlarm, :Type, :StartTime, :UpdateTime, :Dimensions, :AdditionMsg, :IsAlarmConfig, :GroupInfo, :ViewName
|
6615
|
-
|
6615
|
+
|
6616
6616
|
def initialize(eventid=nil, eventcname=nil, eventename=nil, eventname=nil, productcname=nil, productename=nil, productname=nil, instanceid=nil, instancename=nil, projectid=nil, region=nil, status=nil, supportalarm=nil, type=nil, starttime=nil, updatetime=nil, dimensions=nil, additionmsg=nil, isalarmconfig=nil, groupinfo=nil, viewname=nil)
|
6617
6617
|
@EventId = eventid
|
6618
6618
|
@EventCName = eventcname
|
@@ -6696,7 +6696,7 @@ module TencentCloud
|
|
6696
6696
|
# @type Value: String
|
6697
6697
|
|
6698
6698
|
attr_accessor :Key, :Name, :Value
|
6699
|
-
|
6699
|
+
|
6700
6700
|
def initialize(key=nil, name=nil, value=nil)
|
6701
6701
|
@Key = key
|
6702
6702
|
@Name = name
|
@@ -6720,7 +6720,7 @@ module TencentCloud
|
|
6720
6720
|
# @type GroupName: String
|
6721
6721
|
|
6722
6722
|
attr_accessor :GroupId, :GroupName
|
6723
|
-
|
6723
|
+
|
6724
6724
|
def initialize(groupid=nil, groupname=nil)
|
6725
6725
|
@GroupId = groupid
|
6726
6726
|
@GroupName = groupname
|
@@ -6748,7 +6748,7 @@ module TencentCloud
|
|
6748
6748
|
# @type UnRecoverAmount: Integer
|
6749
6749
|
|
6750
6750
|
attr_accessor :StatusChangeAmount, :UnConfigAlarmAmount, :UnNormalEventAmount, :UnRecoverAmount
|
6751
|
-
|
6751
|
+
|
6752
6752
|
def initialize(statuschangeamount=nil, unconfigalarmamount=nil, unnormaleventamount=nil, unrecoveramount=nil)
|
6753
6753
|
@StatusChangeAmount = statuschangeamount
|
6754
6754
|
@UnConfigAlarmAmount = unconfigalarmamount
|
@@ -6798,7 +6798,7 @@ module TencentCloud
|
|
6798
6798
|
# @type Limit: Integer
|
6799
6799
|
|
6800
6800
|
attr_accessor :Module, :ProductName, :EventName, :InstanceId, :Dimensions, :RegionList, :Type, :Status, :Project, :IsAlarmConfig, :TimeOrder, :StartTime, :EndTime, :Offset, :Limit
|
6801
|
-
|
6801
|
+
|
6802
6802
|
def initialize(_module=nil, productname=nil, eventname=nil, instanceid=nil, dimensions=nil, regionlist=nil, type=nil, status=nil, project=nil, isalarmconfig=nil, timeorder=nil, starttime=nil, endtime=nil, offset=nil, limit=nil)
|
6803
6803
|
@Module = _module
|
6804
6804
|
@ProductName = productname
|
@@ -6857,7 +6857,7 @@ module TencentCloud
|
|
6857
6857
|
# @type RequestId: String
|
6858
6858
|
|
6859
6859
|
attr_accessor :Events, :OverView, :Total, :RequestId
|
6860
|
-
|
6860
|
+
|
6861
6861
|
def initialize(events=nil, overview=nil, total=nil, requestid=nil)
|
6862
6862
|
@Events = events
|
6863
6863
|
@OverView = overview
|
@@ -6895,7 +6895,7 @@ module TencentCloud
|
|
6895
6895
|
# @type Limit: Integer
|
6896
6896
|
|
6897
6897
|
attr_accessor :Module, :Order, :Offset, :Limit
|
6898
|
-
|
6898
|
+
|
6899
6899
|
def initialize(_module=nil, order=nil, offset=nil, limit=nil)
|
6900
6900
|
@Module = _module
|
6901
6901
|
@Order = order
|
@@ -6923,7 +6923,7 @@ module TencentCloud
|
|
6923
6923
|
# @type RequestId: String
|
6924
6924
|
|
6925
6925
|
attr_accessor :ProductList, :TotalCount, :RequestId
|
6926
|
-
|
6926
|
+
|
6927
6927
|
def initialize(productlist=nil, totalcount=nil, requestid=nil)
|
6928
6928
|
@ProductList = productlist
|
6929
6929
|
@TotalCount = totalcount
|
@@ -6951,7 +6951,7 @@ module TencentCloud
|
|
6951
6951
|
# @type ClusterId: String
|
6952
6952
|
|
6953
6953
|
attr_accessor :ClusterId
|
6954
|
-
|
6954
|
+
|
6955
6955
|
def initialize(clusterid=nil)
|
6956
6956
|
@ClusterId = clusterid
|
6957
6957
|
end
|
@@ -6970,7 +6970,7 @@ module TencentCloud
|
|
6970
6970
|
# @type RequestId: String
|
6971
6971
|
|
6972
6972
|
attr_accessor :Instances, :RequestId
|
6973
|
-
|
6973
|
+
|
6974
6974
|
def initialize(instances=nil, requestid=nil)
|
6975
6975
|
@Instances = instances
|
6976
6976
|
@RequestId = requestid
|
@@ -6996,7 +6996,7 @@ module TencentCloud
|
|
6996
6996
|
# @type Limit: Integer
|
6997
6997
|
|
6998
6998
|
attr_accessor :InstanceId, :Name, :AgentIds, :Offset, :Limit
|
6999
|
-
|
6999
|
+
|
7000
7000
|
def initialize(instanceid=nil, name=nil, agentids=nil, offset=nil, limit=nil)
|
7001
7001
|
@InstanceId = instanceid
|
7002
7002
|
@Name = name
|
@@ -7025,7 +7025,7 @@ module TencentCloud
|
|
7025
7025
|
# @type RequestId: String
|
7026
7026
|
|
7027
7027
|
attr_accessor :AgentSet, :TotalCount, :RequestId
|
7028
|
-
|
7028
|
+
|
7029
7029
|
def initialize(agentset=nil, totalcount=nil, requestid=nil)
|
7030
7030
|
@AgentSet = agentset
|
7031
7031
|
@TotalCount = totalcount
|
@@ -7059,7 +7059,7 @@ module TencentCloud
|
|
7059
7059
|
# @type Filters: Array
|
7060
7060
|
|
7061
7061
|
attr_accessor :InstanceId, :Offset, :Limit, :Filters
|
7062
|
-
|
7062
|
+
|
7063
7063
|
def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
|
7064
7064
|
@InstanceId = instanceid
|
7065
7065
|
@Offset = offset
|
@@ -7093,7 +7093,7 @@ module TencentCloud
|
|
7093
7093
|
# @type RequestId: String
|
7094
7094
|
|
7095
7095
|
attr_accessor :AlertRules, :Total, :RequestId
|
7096
|
-
|
7096
|
+
|
7097
7097
|
def initialize(alertrules=nil, total=nil, requestid=nil)
|
7098
7098
|
@AlertRules = alertrules
|
7099
7099
|
@Total = total
|
@@ -7124,7 +7124,7 @@ module TencentCloud
|
|
7124
7124
|
# @type Limit: Integer
|
7125
7125
|
|
7126
7126
|
attr_accessor :InstanceId, :Offset, :Limit
|
7127
|
-
|
7127
|
+
|
7128
7128
|
def initialize(instanceid=nil, offset=nil, limit=nil)
|
7129
7129
|
@InstanceId = instanceid
|
7130
7130
|
@Offset = offset
|
@@ -7150,7 +7150,7 @@ module TencentCloud
|
|
7150
7150
|
# @type RequestId: String
|
7151
7151
|
|
7152
7152
|
attr_accessor :Agents, :Total, :IsFirstBind, :RequestId
|
7153
|
-
|
7153
|
+
|
7154
7154
|
def initialize(agents=nil, total=nil, isfirstbind=nil, requestid=nil)
|
7155
7155
|
@Agents = agents
|
7156
7156
|
@Total = total
|
@@ -7183,7 +7183,7 @@ module TencentCloud
|
|
7183
7183
|
# @type ClusterType: String
|
7184
7184
|
|
7185
7185
|
attr_accessor :InstanceId, :ClusterId, :ClusterType
|
7186
|
-
|
7186
|
+
|
7187
7187
|
def initialize(instanceid=nil, clusterid=nil, clustertype=nil)
|
7188
7188
|
@InstanceId = instanceid
|
7189
7189
|
@ClusterId = clusterid
|
@@ -7213,7 +7213,7 @@ module TencentCloud
|
|
7213
7213
|
# @type RequestId: String
|
7214
7214
|
|
7215
7215
|
attr_accessor :Config, :ServiceMonitors, :PodMonitors, :RawJobs, :Probes, :RequestId
|
7216
|
-
|
7216
|
+
|
7217
7217
|
def initialize(config=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, probes=nil, requestid=nil)
|
7218
7218
|
@Config = config
|
7219
7219
|
@ServiceMonitors = servicemonitors
|
@@ -7269,7 +7269,7 @@ module TencentCloud
|
|
7269
7269
|
# @type DisableStatistics: Boolean
|
7270
7270
|
|
7271
7271
|
attr_accessor :InstanceId, :DisableStatistics
|
7272
|
-
|
7272
|
+
|
7273
7273
|
def initialize(instanceid=nil, disablestatistics=nil)
|
7274
7274
|
@InstanceId = instanceid
|
7275
7275
|
@DisableStatistics = disablestatistics
|
@@ -7301,7 +7301,7 @@ module TencentCloud
|
|
7301
7301
|
# @type RequestId: String
|
7302
7302
|
|
7303
7303
|
attr_accessor :Config, :ServiceMonitors, :PodMonitors, :RawJobs, :Probes, :RequestId
|
7304
|
-
|
7304
|
+
|
7305
7305
|
def initialize(config=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, probes=nil, requestid=nil)
|
7306
7306
|
@Config = config
|
7307
7307
|
@ServiceMonitors = servicemonitors
|
@@ -7355,7 +7355,7 @@ module TencentCloud
|
|
7355
7355
|
# @type InstanceId: String
|
7356
7356
|
|
7357
7357
|
attr_accessor :InstanceId
|
7358
|
-
|
7358
|
+
|
7359
7359
|
def initialize(instanceid=nil)
|
7360
7360
|
@InstanceId = instanceid
|
7361
7361
|
end
|
@@ -7374,7 +7374,7 @@ module TencentCloud
|
|
7374
7374
|
# @type RequestId: String
|
7375
7375
|
|
7376
7376
|
attr_accessor :Notification, :RequestId
|
7377
|
-
|
7377
|
+
|
7378
7378
|
def initialize(notification=nil, requestid=nil)
|
7379
7379
|
@Notification = notification
|
7380
7380
|
@RequestId = requestid
|
@@ -7395,7 +7395,7 @@ module TencentCloud
|
|
7395
7395
|
# @type InstanceId: String
|
7396
7396
|
|
7397
7397
|
attr_accessor :InstanceId
|
7398
|
-
|
7398
|
+
|
7399
7399
|
def initialize(instanceid=nil)
|
7400
7400
|
@InstanceId = instanceid
|
7401
7401
|
end
|
@@ -7468,7 +7468,7 @@ module TencentCloud
|
|
7468
7468
|
# @type RequestId: String
|
7469
7469
|
|
7470
7470
|
attr_accessor :InstanceId, :InstanceName, :VpcId, :SubnetId, :InstanceStatus, :ChargeStatus, :EnableGrafana, :GrafanaURL, :InstanceChargeType, :SpecName, :DataRetentionTime, :ExpireTime, :AutoRenewFlag, :RequestId
|
7471
|
-
|
7471
|
+
|
7472
7472
|
def initialize(instanceid=nil, instancename=nil, vpcid=nil, subnetid=nil, instancestatus=nil, chargestatus=nil, enablegrafana=nil, grafanaurl=nil, instancechargetype=nil, specname=nil, dataretentiontime=nil, expiretime=nil, autorenewflag=nil, requestid=nil)
|
7473
7473
|
@InstanceId = instanceid
|
7474
7474
|
@InstanceName = instancename
|
@@ -7510,7 +7510,7 @@ module TencentCloud
|
|
7510
7510
|
# @type InstanceId: String
|
7511
7511
|
|
7512
7512
|
attr_accessor :InstanceId
|
7513
|
-
|
7513
|
+
|
7514
7514
|
def initialize(instanceid=nil)
|
7515
7515
|
@InstanceId = instanceid
|
7516
7516
|
end
|
@@ -7538,7 +7538,7 @@ module TencentCloud
|
|
7538
7538
|
# @type RequestId: String
|
7539
7539
|
|
7540
7540
|
attr_accessor :Status, :Steps, :EksClusterId, :RequestId
|
7541
|
-
|
7541
|
+
|
7542
7542
|
def initialize(status=nil, steps=nil, eksclusterid=nil, requestid=nil)
|
7543
7543
|
@Status = status
|
7544
7544
|
@Steps = steps
|
@@ -7571,7 +7571,7 @@ module TencentCloud
|
|
7571
7571
|
# @type EndCalcDate: String
|
7572
7572
|
|
7573
7573
|
attr_accessor :InstanceIds, :StartCalcDate, :EndCalcDate
|
7574
|
-
|
7574
|
+
|
7575
7575
|
def initialize(instanceids=nil, startcalcdate=nil, endcalcdate=nil)
|
7576
7576
|
@InstanceIds = instanceids
|
7577
7577
|
@StartCalcDate = startcalcdate
|
@@ -7594,7 +7594,7 @@ module TencentCloud
|
|
7594
7594
|
# @type RequestId: String
|
7595
7595
|
|
7596
7596
|
attr_accessor :UsageSet, :RequestId
|
7597
|
-
|
7597
|
+
|
7598
7598
|
def initialize(usageset=nil, requestid=nil)
|
7599
7599
|
@UsageSet = usageset
|
7600
7600
|
@RequestId = requestid
|
@@ -7625,7 +7625,7 @@ module TencentCloud
|
|
7625
7625
|
# @type Filters: Array
|
7626
7626
|
|
7627
7627
|
attr_accessor :Offset, :Limit, :Filters
|
7628
|
-
|
7628
|
+
|
7629
7629
|
def initialize(offset=nil, limit=nil, filters=nil)
|
7630
7630
|
@Offset = offset
|
7631
7631
|
@Limit = limit
|
@@ -7657,7 +7657,7 @@ module TencentCloud
|
|
7657
7657
|
# @type RequestId: String
|
7658
7658
|
|
7659
7659
|
attr_accessor :Instances, :Total, :RequestId
|
7660
|
-
|
7660
|
+
|
7661
7661
|
def initialize(instances=nil, total=nil, requestid=nil)
|
7662
7662
|
@Instances = instances
|
7663
7663
|
@Total = total
|
@@ -7712,7 +7712,7 @@ module TencentCloud
|
|
7712
7712
|
# @type InstanceChargeType: Integer
|
7713
7713
|
|
7714
7714
|
attr_accessor :InstanceIds, :InstanceStatus, :InstanceName, :Zones, :TagFilters, :IPv4Address, :Limit, :Offset, :InstanceChargeType
|
7715
|
-
|
7715
|
+
|
7716
7716
|
def initialize(instanceids=nil, instancestatus=nil, instancename=nil, zones=nil, tagfilters=nil, ipv4address=nil, limit=nil, offset=nil, instancechargetype=nil)
|
7717
7717
|
@InstanceIds = instanceids
|
7718
7718
|
@InstanceStatus = instancestatus
|
@@ -7756,7 +7756,7 @@ module TencentCloud
|
|
7756
7756
|
# @type RequestId: String
|
7757
7757
|
|
7758
7758
|
attr_accessor :InstanceSet, :TotalCount, :RequestId
|
7759
|
-
|
7759
|
+
|
7760
7760
|
def initialize(instanceset=nil, totalcount=nil, requestid=nil)
|
7761
7761
|
@InstanceSet = instanceset
|
7762
7762
|
@TotalCount = totalcount
|
@@ -7791,7 +7791,7 @@ module TencentCloud
|
|
7791
7791
|
# @type Filters: Array
|
7792
7792
|
|
7793
7793
|
attr_accessor :InstanceId, :Offset, :Limit, :Filters
|
7794
|
-
|
7794
|
+
|
7795
7795
|
def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
|
7796
7796
|
@InstanceId = instanceid
|
7797
7797
|
@Offset = offset
|
@@ -7820,7 +7820,7 @@ module TencentCloud
|
|
7820
7820
|
# @type RequestId: String
|
7821
7821
|
|
7822
7822
|
attr_accessor :RequestId
|
7823
|
-
|
7823
|
+
|
7824
7824
|
def initialize(requestid=nil)
|
7825
7825
|
@RequestId = requestid
|
7826
7826
|
end
|
@@ -7842,7 +7842,7 @@ module TencentCloud
|
|
7842
7842
|
# @type Filters: Array
|
7843
7843
|
|
7844
7844
|
attr_accessor :InstanceId, :Offset, :Limit, :Filters
|
7845
|
-
|
7845
|
+
|
7846
7846
|
def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
|
7847
7847
|
@InstanceId = instanceid
|
7848
7848
|
@Offset = offset
|
@@ -7875,7 +7875,7 @@ module TencentCloud
|
|
7875
7875
|
# @type RequestId: String
|
7876
7876
|
|
7877
7877
|
attr_accessor :Records, :Total, :RequestId
|
7878
|
-
|
7878
|
+
|
7879
7879
|
def initialize(records=nil, total=nil, requestid=nil)
|
7880
7880
|
@Records = records
|
7881
7881
|
@Total = total
|
@@ -7912,7 +7912,7 @@ module TencentCloud
|
|
7912
7912
|
# @type Limit: Integer
|
7913
7913
|
|
7914
7914
|
attr_accessor :InstanceId, :AgentId, :Name, :JobIds, :Offset, :Limit
|
7915
|
-
|
7915
|
+
|
7916
7916
|
def initialize(instanceid=nil, agentid=nil, name=nil, jobids=nil, offset=nil, limit=nil)
|
7917
7917
|
@InstanceId = instanceid
|
7918
7918
|
@AgentId = agentid
|
@@ -7943,7 +7943,7 @@ module TencentCloud
|
|
7943
7943
|
# @type RequestId: String
|
7944
7944
|
|
7945
7945
|
attr_accessor :ScrapeJobSet, :TotalCount, :RequestId
|
7946
|
-
|
7946
|
+
|
7947
7947
|
def initialize(scrapejobset=nil, totalcount=nil, requestid=nil)
|
7948
7948
|
@ScrapeJobSet = scrapejobset
|
7949
7949
|
@TotalCount = totalcount
|
@@ -7978,7 +7978,7 @@ module TencentCloud
|
|
7978
7978
|
# @type Filters: Array
|
7979
7979
|
|
7980
7980
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :Filters
|
7981
|
-
|
7981
|
+
|
7982
7982
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, filters=nil)
|
7983
7983
|
@InstanceId = instanceid
|
7984
7984
|
@ClusterType = clustertype
|
@@ -8009,7 +8009,7 @@ module TencentCloud
|
|
8009
8009
|
# @type RequestId: String
|
8010
8010
|
|
8011
8011
|
attr_accessor :Jobs, :RequestId
|
8012
|
-
|
8012
|
+
|
8013
8013
|
def initialize(jobs=nil, requestid=nil)
|
8014
8014
|
@Jobs = jobs
|
8015
8015
|
@RequestId = requestid
|
@@ -8042,7 +8042,7 @@ module TencentCloud
|
|
8042
8042
|
# @type Limit: Integer
|
8043
8043
|
|
8044
8044
|
attr_accessor :Filters, :Offset, :Limit
|
8045
|
-
|
8045
|
+
|
8046
8046
|
def initialize(filters=nil, offset=nil, limit=nil)
|
8047
8047
|
@Filters = filters
|
8048
8048
|
@Offset = offset
|
@@ -8073,7 +8073,7 @@ module TencentCloud
|
|
8073
8073
|
# @type RequestId: String
|
8074
8074
|
|
8075
8075
|
attr_accessor :Templates, :Total, :RequestId
|
8076
|
-
|
8076
|
+
|
8077
8077
|
def initialize(templates=nil, total=nil, requestid=nil)
|
8078
8078
|
@Templates = templates
|
8079
8079
|
@Total = total
|
@@ -8100,7 +8100,7 @@ module TencentCloud
|
|
8100
8100
|
# @type TemplateId: String
|
8101
8101
|
|
8102
8102
|
attr_accessor :TemplateId
|
8103
|
-
|
8103
|
+
|
8104
8104
|
def initialize(templateid=nil)
|
8105
8105
|
@TemplateId = templateid
|
8106
8106
|
end
|
@@ -8119,7 +8119,7 @@ module TencentCloud
|
|
8119
8119
|
# @type RequestId: String
|
8120
8120
|
|
8121
8121
|
attr_accessor :Targets, :RequestId
|
8122
|
-
|
8122
|
+
|
8123
8123
|
def initialize(targets=nil, requestid=nil)
|
8124
8124
|
@Targets = targets
|
8125
8125
|
@RequestId = requestid
|
@@ -8146,7 +8146,7 @@ module TencentCloud
|
|
8146
8146
|
# @type RegionName: String
|
8147
8147
|
|
8148
8148
|
attr_accessor :RegionId, :RegionName
|
8149
|
-
|
8149
|
+
|
8150
8150
|
def initialize(regionid=nil, regionname=nil)
|
8151
8151
|
@RegionId = regionid
|
8152
8152
|
@RegionName = regionname
|
@@ -8167,7 +8167,7 @@ module TencentCloud
|
|
8167
8167
|
# @type RequestId: String
|
8168
8168
|
|
8169
8169
|
attr_accessor :ZoneSet, :RequestId
|
8170
|
-
|
8170
|
+
|
8171
8171
|
def initialize(zoneset=nil, requestid=nil)
|
8172
8172
|
@ZoneSet = zoneset
|
8173
8173
|
@RequestId = requestid
|
@@ -8205,7 +8205,7 @@ module TencentCloud
|
|
8205
8205
|
# @type Name: String
|
8206
8206
|
|
8207
8207
|
attr_accessor :InstanceId, :Limit, :Offset, :RuleId, :RuleState, :Name
|
8208
|
-
|
8208
|
+
|
8209
8209
|
def initialize(instanceid=nil, limit=nil, offset=nil, ruleid=nil, rulestate=nil, name=nil)
|
8210
8210
|
@InstanceId = instanceid
|
8211
8211
|
@Limit = limit
|
@@ -8236,7 +8236,7 @@ module TencentCloud
|
|
8236
8236
|
# @type RequestId: String
|
8237
8237
|
|
8238
8238
|
attr_accessor :TotalCount, :RecordingRuleSet, :RequestId
|
8239
|
-
|
8239
|
+
|
8240
8240
|
def initialize(totalcount=nil, recordingruleset=nil, requestid=nil)
|
8241
8241
|
@TotalCount = totalcount
|
8242
8242
|
@RecordingRuleSet = recordingruleset
|
@@ -8265,7 +8265,7 @@ module TencentCloud
|
|
8265
8265
|
# @type UserId: String
|
8266
8266
|
|
8267
8267
|
attr_accessor :InstanceId, :UserId
|
8268
|
-
|
8268
|
+
|
8269
8269
|
def initialize(instanceid=nil, userid=nil)
|
8270
8270
|
@InstanceId = instanceid
|
8271
8271
|
@UserId = userid
|
@@ -8286,7 +8286,7 @@ module TencentCloud
|
|
8286
8286
|
# @type RequestId: String
|
8287
8287
|
|
8288
8288
|
attr_accessor :AccountSet, :RequestId
|
8289
|
-
|
8289
|
+
|
8290
8290
|
def initialize(accountset=nil, requestid=nil)
|
8291
8291
|
@AccountSet = accountset
|
8292
8292
|
@RequestId = requestid
|
@@ -8316,7 +8316,7 @@ module TencentCloud
|
|
8316
8316
|
# @type KubeType: Integer
|
8317
8317
|
|
8318
8318
|
attr_accessor :InstanceId, :KubeClusterId, :KubeType
|
8319
|
-
|
8319
|
+
|
8320
8320
|
def initialize(instanceid=nil, kubeclusterid=nil, kubetype=nil)
|
8321
8321
|
@InstanceId = instanceid
|
8322
8322
|
@KubeClusterId = kubeclusterid
|
@@ -8339,7 +8339,7 @@ module TencentCloud
|
|
8339
8339
|
# @type RequestId: String
|
8340
8340
|
|
8341
8341
|
attr_accessor :ServiceDiscoverySet, :RequestId
|
8342
|
-
|
8342
|
+
|
8343
8343
|
def initialize(servicediscoveryset=nil, requestid=nil)
|
8344
8344
|
@ServiceDiscoverySet = servicediscoveryset
|
8345
8345
|
@RequestId = requestid
|
@@ -8383,7 +8383,7 @@ module TencentCloud
|
|
8383
8383
|
# @type GroupBys: Array
|
8384
8384
|
|
8385
8385
|
attr_accessor :Module, :Namespace, :MetricNames, :Conditions, :Period, :StartTime, :EndTime, :GroupBys
|
8386
|
-
|
8386
|
+
|
8387
8387
|
def initialize(_module=nil, namespace=nil, metricnames=nil, conditions=nil, period=nil, starttime=nil, endtime=nil, groupbys=nil)
|
8388
8388
|
@Module = _module
|
8389
8389
|
@Namespace = namespace
|
@@ -8428,7 +8428,7 @@ module TencentCloud
|
|
8428
8428
|
# @type RequestId: String
|
8429
8429
|
|
8430
8430
|
attr_accessor :Period, :StartTime, :EndTime, :Data, :RequestId
|
8431
|
-
|
8431
|
+
|
8432
8432
|
def initialize(period=nil, starttime=nil, endtime=nil, data=nil, requestid=nil)
|
8433
8433
|
@Period = period
|
8434
8434
|
@StartTime = starttime
|
@@ -8459,7 +8459,7 @@ module TencentCloud
|
|
8459
8459
|
# @type InstanceId: String
|
8460
8460
|
|
8461
8461
|
attr_accessor :InstanceId
|
8462
|
-
|
8462
|
+
|
8463
8463
|
def initialize(instanceid=nil)
|
8464
8464
|
@InstanceId = instanceid
|
8465
8465
|
end
|
@@ -8475,7 +8475,7 @@ module TencentCloud
|
|
8475
8475
|
# @type RequestId: String
|
8476
8476
|
|
8477
8477
|
attr_accessor :RequestId
|
8478
|
-
|
8478
|
+
|
8479
8479
|
def initialize(requestid=nil)
|
8480
8480
|
@RequestId = requestid
|
8481
8481
|
end
|
@@ -8493,7 +8493,7 @@ module TencentCloud
|
|
8493
8493
|
# @type Value: String
|
8494
8494
|
|
8495
8495
|
attr_accessor :Name, :Value
|
8496
|
-
|
8496
|
+
|
8497
8497
|
def initialize(name=nil, value=nil)
|
8498
8498
|
@Name = name
|
8499
8499
|
@Value = value
|
@@ -8534,7 +8534,7 @@ module TencentCloud
|
|
8534
8534
|
# @type ShowValueReplace: String
|
8535
8535
|
|
8536
8536
|
attr_accessor :Key, :Name, :IsRequired, :Operators, :IsMultiple, :IsMutable, :IsVisible, :CanFilterPolicy, :CanFilterHistory, :CanGroupBy, :MustGroupBy, :ShowValueReplace
|
8537
|
-
|
8537
|
+
|
8538
8538
|
def initialize(key=nil, name=nil, isrequired=nil, operators=nil, ismultiple=nil, ismutable=nil, isvisible=nil, canfilterpolicy=nil, canfilterhistory=nil, cangroupby=nil, mustgroupby=nil, showvaluereplace=nil)
|
8539
8539
|
@Key = key
|
8540
8540
|
@Name = name
|
@@ -8579,7 +8579,7 @@ module TencentCloud
|
|
8579
8579
|
# @type Dimensions: Array
|
8580
8580
|
|
8581
8581
|
attr_accessor :Dimensions
|
8582
|
-
|
8582
|
+
|
8583
8583
|
def initialize(dimensions=nil)
|
8584
8584
|
@Dimensions = dimensions
|
8585
8585
|
end
|
@@ -8597,7 +8597,7 @@ module TencentCloud
|
|
8597
8597
|
# @type EnableInternet: Boolean
|
8598
8598
|
|
8599
8599
|
attr_accessor :InstanceID, :EnableInternet
|
8600
|
-
|
8600
|
+
|
8601
8601
|
def initialize(instanceid=nil, enableinternet=nil)
|
8602
8602
|
@InstanceID = instanceid
|
8603
8603
|
@EnableInternet = enableinternet
|
@@ -8615,7 +8615,7 @@ module TencentCloud
|
|
8615
8615
|
# @type RequestId: String
|
8616
8616
|
|
8617
8617
|
attr_accessor :RequestId
|
8618
|
-
|
8618
|
+
|
8619
8619
|
def initialize(requestid=nil)
|
8620
8620
|
@RequestId = requestid
|
8621
8621
|
end
|
@@ -8633,7 +8633,7 @@ module TencentCloud
|
|
8633
8633
|
# @type InstanceId: String
|
8634
8634
|
|
8635
8635
|
attr_accessor :EnableSSO, :InstanceId
|
8636
|
-
|
8636
|
+
|
8637
8637
|
def initialize(enablesso=nil, instanceid=nil)
|
8638
8638
|
@EnableSSO = enablesso
|
8639
8639
|
@InstanceId = instanceid
|
@@ -8651,7 +8651,7 @@ module TencentCloud
|
|
8651
8651
|
# @type RequestId: String
|
8652
8652
|
|
8653
8653
|
attr_accessor :RequestId
|
8654
|
-
|
8654
|
+
|
8655
8655
|
def initialize(requestid=nil)
|
8656
8656
|
@RequestId = requestid
|
8657
8657
|
end
|
@@ -8669,7 +8669,7 @@ module TencentCloud
|
|
8669
8669
|
# @type EnableSSOCamCheck: Boolean
|
8670
8670
|
|
8671
8671
|
attr_accessor :InstanceId, :EnableSSOCamCheck
|
8672
|
-
|
8672
|
+
|
8673
8673
|
def initialize(instanceid=nil, enablessocamcheck=nil)
|
8674
8674
|
@InstanceId = instanceid
|
8675
8675
|
@EnableSSOCamCheck = enablessocamcheck
|
@@ -8687,7 +8687,7 @@ module TencentCloud
|
|
8687
8687
|
# @type RequestId: String
|
8688
8688
|
|
8689
8689
|
attr_accessor :RequestId
|
8690
|
-
|
8690
|
+
|
8691
8691
|
def initialize(requestid=nil)
|
8692
8692
|
@RequestId = requestid
|
8693
8693
|
end
|
@@ -8713,7 +8713,7 @@ module TencentCloud
|
|
8713
8713
|
# @type RuleID: String
|
8714
8714
|
|
8715
8715
|
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :EventID, :EventDisplayName, :RuleID
|
8716
|
-
|
8716
|
+
|
8717
8717
|
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, eventid=nil, eventdisplayname=nil, ruleid=nil)
|
8718
8718
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
8719
8719
|
@AlarmNotifyType = alarmnotifytype
|
@@ -8745,7 +8745,7 @@ module TencentCloud
|
|
8745
8745
|
# @type Values: Array
|
8746
8746
|
|
8747
8747
|
attr_accessor :Type, :Key, :Value, :Name, :Values
|
8748
|
-
|
8748
|
+
|
8749
8749
|
def initialize(type=nil, key=nil, value=nil, name=nil, values=nil)
|
8750
8750
|
@Type = type
|
8751
8751
|
@Key = key
|
@@ -8779,7 +8779,7 @@ module TencentCloud
|
|
8779
8779
|
# @type EndTime: String
|
8780
8780
|
|
8781
8781
|
attr_accessor :Namespace, :MetricName, :Instances, :Period, :StartTime, :EndTime
|
8782
|
-
|
8782
|
+
|
8783
8783
|
def initialize(namespace=nil, metricname=nil, instances=nil, period=nil, starttime=nil, endtime=nil)
|
8784
8784
|
@Namespace = namespace
|
8785
8785
|
@MetricName = metricname
|
@@ -8824,7 +8824,7 @@ module TencentCloud
|
|
8824
8824
|
# @type RequestId: String
|
8825
8825
|
|
8826
8826
|
attr_accessor :Period, :MetricName, :DataPoints, :StartTime, :EndTime, :Msg, :RequestId
|
8827
|
-
|
8827
|
+
|
8828
8828
|
def initialize(period=nil, metricname=nil, datapoints=nil, starttime=nil, endtime=nil, msg=nil, requestid=nil)
|
8829
8829
|
@Period = period
|
8830
8830
|
@MetricName = metricname
|
@@ -8861,7 +8861,7 @@ module TencentCloud
|
|
8861
8861
|
# @type AgentId: String
|
8862
8862
|
|
8863
8863
|
attr_accessor :InstanceId, :AgentId
|
8864
|
-
|
8864
|
+
|
8865
8865
|
def initialize(instanceid=nil, agentid=nil)
|
8866
8866
|
@InstanceId = instanceid
|
8867
8867
|
@AgentId = agentid
|
@@ -8881,7 +8881,7 @@ module TencentCloud
|
|
8881
8881
|
# @type RequestId: String
|
8882
8882
|
|
8883
8883
|
attr_accessor :Command, :RequestId
|
8884
|
-
|
8884
|
+
|
8885
8885
|
def initialize(command=nil, requestid=nil)
|
8886
8886
|
@Command = command
|
8887
8887
|
@RequestId = requestid
|
@@ -8913,7 +8913,7 @@ module TencentCloud
|
|
8913
8913
|
# @type Uin: String
|
8914
8914
|
|
8915
8915
|
attr_accessor :UserId, :Role, :Notes, :CreateAt, :InstanceId, :Uin
|
8916
|
-
|
8916
|
+
|
8917
8917
|
def initialize(userid=nil, role=nil, notes=nil, createat=nil, instanceid=nil, uin=nil)
|
8918
8918
|
@UserId = userid
|
8919
8919
|
@Role = role
|
@@ -8948,7 +8948,7 @@ module TencentCloud
|
|
8948
8948
|
# @type Role: String
|
8949
8949
|
|
8950
8950
|
attr_accessor :Organization, :Role
|
8951
|
-
|
8951
|
+
|
8952
8952
|
def initialize(organization=nil, role=nil)
|
8953
8953
|
@Organization = organization
|
8954
8954
|
@Role = role
|
@@ -8977,7 +8977,7 @@ module TencentCloud
|
|
8977
8977
|
# @type OrganizationIds: Array
|
8978
8978
|
|
8979
8979
|
attr_accessor :ChannelId, :ChannelName, :Receivers, :CreatedAt, :UpdatedAt, :OrganizationIds
|
8980
|
-
|
8980
|
+
|
8981
8981
|
def initialize(channelid=nil, channelname=nil, receivers=nil, createdat=nil, updatedat=nil, organizationids=nil)
|
8982
8982
|
@ChannelId = channelid
|
8983
8983
|
@ChannelName = channelname
|
@@ -9040,7 +9040,7 @@ module TencentCloud
|
|
9040
9040
|
# @type EnableSSOCamCheck: Boolean
|
9041
9041
|
|
9042
9042
|
attr_accessor :InstanceName, :InstanceId, :Region, :VpcId, :SubnetIds, :InternetUrl, :InternalUrl, :CreatedAt, :InstanceStatus, :TagSpecification, :Zone, :InstanceChargeType, :VpcName, :SubnetName, :RegionId, :RootUrl, :EnableSSO, :Version, :EnableSSOCamCheck
|
9043
|
-
|
9043
|
+
|
9044
9044
|
def initialize(instancename=nil, instanceid=nil, region=nil, vpcid=nil, subnetids=nil, interneturl=nil, internalurl=nil, createdat=nil, instancestatus=nil, tagspecification=nil, zone=nil, instancechargetype=nil, vpcname=nil, subnetname=nil, regionid=nil, rooturl=nil, enablesso=nil, version=nil, enablessocamcheck=nil)
|
9045
9045
|
@InstanceName = instancename
|
9046
9046
|
@InstanceId = instanceid
|
@@ -9108,7 +9108,7 @@ module TencentCloud
|
|
9108
9108
|
# @type GrafanaURL: String
|
9109
9109
|
|
9110
9110
|
attr_accessor :IntegrationId, :Kind, :Content, :Description, :GrafanaURL
|
9111
|
-
|
9111
|
+
|
9112
9112
|
def initialize(integrationid=nil, kind=nil, content=nil, description=nil, grafanaurl=nil)
|
9113
9113
|
@IntegrationId = integrationid
|
9114
9114
|
@Kind = kind
|
@@ -9151,7 +9151,7 @@ module TencentCloud
|
|
9151
9151
|
# @type OrganizationIds: Array
|
9152
9152
|
|
9153
9153
|
attr_accessor :ChannelId, :ChannelName, :Receivers, :CreatedAt, :UpdatedAt, :OrgId, :ExtraOrgIds, :OrgIds, :OrganizationIds
|
9154
|
-
|
9154
|
+
|
9155
9155
|
def initialize(channelid=nil, channelname=nil, receivers=nil, createdat=nil, updatedat=nil, orgid=nil, extraorgids=nil, orgids=nil, organizationids=nil)
|
9156
9156
|
@ChannelId = channelid
|
9157
9157
|
@ChannelName = channelname
|
@@ -9186,7 +9186,7 @@ module TencentCloud
|
|
9186
9186
|
# @type Version: String
|
9187
9187
|
|
9188
9188
|
attr_accessor :PluginId, :Version
|
9189
|
-
|
9189
|
+
|
9190
9190
|
def initialize(pluginid=nil, version=nil)
|
9191
9191
|
@PluginId = pluginid
|
9192
9192
|
@Version = version
|
@@ -9206,7 +9206,7 @@ module TencentCloud
|
|
9206
9206
|
# @type InstanceId: String
|
9207
9207
|
|
9208
9208
|
attr_accessor :Plugins, :InstanceId
|
9209
|
-
|
9209
|
+
|
9210
9210
|
def initialize(plugins=nil, instanceid=nil)
|
9211
9211
|
@Plugins = plugins
|
9212
9212
|
@InstanceId = instanceid
|
@@ -9234,7 +9234,7 @@ module TencentCloud
|
|
9234
9234
|
# @type RequestId: String
|
9235
9235
|
|
9236
9236
|
attr_accessor :PluginIds, :RequestId
|
9237
|
-
|
9237
|
+
|
9238
9238
|
def initialize(pluginids=nil, requestid=nil)
|
9239
9239
|
@PluginIds = pluginids
|
9240
9240
|
@RequestId = requestid
|
@@ -9252,7 +9252,7 @@ module TencentCloud
|
|
9252
9252
|
# @type Dimensions: Array
|
9253
9253
|
|
9254
9254
|
attr_accessor :Dimensions
|
9255
|
-
|
9255
|
+
|
9256
9256
|
def initialize(dimensions=nil)
|
9257
9257
|
@Dimensions = dimensions
|
9258
9258
|
end
|
@@ -9279,7 +9279,7 @@ module TencentCloud
|
|
9279
9279
|
# @type InstanceGroupName: String
|
9280
9280
|
|
9281
9281
|
attr_accessor :InstanceGroupId, :InstanceGroupName
|
9282
|
-
|
9282
|
+
|
9283
9283
|
def initialize(instancegroupid=nil, instancegroupname=nil)
|
9284
9284
|
@InstanceGroupId = instancegroupid
|
9285
9285
|
@InstanceGroupName = instancegroupname
|
@@ -9299,7 +9299,7 @@ module TencentCloud
|
|
9299
9299
|
# @type Name: String
|
9300
9300
|
|
9301
9301
|
attr_accessor :Id, :Name
|
9302
|
-
|
9302
|
+
|
9303
9303
|
def initialize(id=nil, name=nil)
|
9304
9304
|
@Id = id
|
9305
9305
|
@Name = name
|
@@ -9329,7 +9329,7 @@ module TencentCloud
|
|
9329
9329
|
# @type GrafanaDashboardURL: String
|
9330
9330
|
|
9331
9331
|
attr_accessor :Name, :Kind, :Content, :Status, :Category, :InstanceDesc, :GrafanaDashboardURL
|
9332
|
-
|
9332
|
+
|
9333
9333
|
def initialize(name=nil, kind=nil, content=nil, status=nil, category=nil, instancedesc=nil, grafanadashboardurl=nil)
|
9334
9334
|
@Name = name
|
9335
9335
|
@Kind = kind
|
@@ -9359,7 +9359,7 @@ module TencentCloud
|
|
9359
9359
|
# @type Value: String
|
9360
9360
|
|
9361
9361
|
attr_accessor :Name, :Value
|
9362
|
-
|
9362
|
+
|
9363
9363
|
def initialize(name=nil, value=nil)
|
9364
9364
|
@Name = name
|
9365
9365
|
@Value = value
|
@@ -9383,7 +9383,7 @@ module TencentCloud
|
|
9383
9383
|
# @type AlarmMergeTime: String
|
9384
9384
|
|
9385
9385
|
attr_accessor :InstanceId, :Filter, :AlarmMerge, :AlarmMergeTime
|
9386
|
-
|
9386
|
+
|
9387
9387
|
def initialize(instanceid=nil, filter=nil, alarmmerge=nil, alarmmergetime=nil)
|
9388
9388
|
@InstanceId = instanceid
|
9389
9389
|
@Filter = filter
|
@@ -9416,7 +9416,7 @@ module TencentCloud
|
|
9416
9416
|
# @type Value: String
|
9417
9417
|
|
9418
9418
|
attr_accessor :Key, :Operator, :Value
|
9419
|
-
|
9419
|
+
|
9420
9420
|
def initialize(key=nil, operator=nil, value=nil)
|
9421
9421
|
@Key = key
|
9422
9422
|
@Operator = operator
|
@@ -9449,7 +9449,7 @@ module TencentCloud
|
|
9449
9449
|
# @type LogCheck: String
|
9450
9450
|
|
9451
9451
|
attr_accessor :Install, :Restart, :Stop, :StatusCheck, :LogCheck
|
9452
|
-
|
9452
|
+
|
9453
9453
|
def initialize(install=nil, restart=nil, stop=nil, statuscheck=nil, logcheck=nil)
|
9454
9454
|
@Install = install
|
9455
9455
|
@Restart = restart
|
@@ -9503,7 +9503,7 @@ module TencentCloud
|
|
9503
9503
|
# @type Periods: Array
|
9504
9504
|
|
9505
9505
|
attr_accessor :Namespace, :MetricName, :Description, :Min, :Max, :Dimensions, :Unit, :MetricConfig, :IsAdvanced, :IsOpen, :ProductId, :Operators, :Periods
|
9506
|
-
|
9506
|
+
|
9507
9507
|
def initialize(namespace=nil, metricname=nil, description=nil, min=nil, max=nil, dimensions=nil, unit=nil, metricconfig=nil, isadvanced=nil, isopen=nil, productid=nil, operators=nil, periods=nil)
|
9508
9508
|
@Namespace = namespace
|
9509
9509
|
@MetricName = metricname
|
@@ -9557,7 +9557,7 @@ module TencentCloud
|
|
9557
9557
|
# @type ContinuePeriod: Array
|
9558
9558
|
|
9559
9559
|
attr_accessor :Operator, :Period, :ContinuePeriod
|
9560
|
-
|
9560
|
+
|
9561
9561
|
def initialize(operator=nil, period=nil, continueperiod=nil)
|
9562
9562
|
@Operator = operator
|
9563
9563
|
@Period = period
|
@@ -9579,7 +9579,7 @@ module TencentCloud
|
|
9579
9579
|
# @type Points: Array
|
9580
9580
|
|
9581
9581
|
attr_accessor :MetricName, :Points
|
9582
|
-
|
9582
|
+
|
9583
9583
|
def initialize(metricname=nil, points=nil)
|
9584
9584
|
@MetricName = metricname
|
9585
9585
|
@Points = points
|
@@ -9606,7 +9606,7 @@ module TencentCloud
|
|
9606
9606
|
# @type Values: Array
|
9607
9607
|
|
9608
9608
|
attr_accessor :Dimensions, :Values
|
9609
|
-
|
9609
|
+
|
9610
9610
|
def initialize(dimensions=nil, values=nil)
|
9611
9611
|
@Dimensions = dimensions
|
9612
9612
|
@Values = values
|
@@ -9640,7 +9640,7 @@ module TencentCloud
|
|
9640
9640
|
# @type Value: Integer
|
9641
9641
|
|
9642
9642
|
attr_accessor :MetricName, :Value
|
9643
|
-
|
9643
|
+
|
9644
9644
|
def initialize(metricname=nil, value=nil)
|
9645
9645
|
@MetricName = metricname
|
9646
9646
|
@Value = value
|
@@ -9660,7 +9660,7 @@ module TencentCloud
|
|
9660
9660
|
# @type Zh: String
|
9661
9661
|
|
9662
9662
|
attr_accessor :En, :Zh
|
9663
|
-
|
9663
|
+
|
9664
9664
|
def initialize(en=nil, zh=nil)
|
9665
9665
|
@En = en
|
9666
9666
|
@Zh = zh
|
@@ -9698,7 +9698,7 @@ module TencentCloud
|
|
9698
9698
|
# @type MetricEName: String
|
9699
9699
|
|
9700
9700
|
attr_accessor :Namespace, :MetricName, :Unit, :UnitCname, :Period, :Periods, :Meaning, :Dimensions, :MetricCName, :MetricEName
|
9701
|
-
|
9701
|
+
|
9702
9702
|
def initialize(namespace=nil, metricname=nil, unit=nil, unitcname=nil, period=nil, periods=nil, meaning=nil, dimensions=nil, metriccname=nil, metricename=nil)
|
9703
9703
|
@Namespace = namespace
|
9704
9704
|
@MetricName = metricname
|
@@ -9753,7 +9753,7 @@ module TencentCloud
|
|
9753
9753
|
# @type Value: Array
|
9754
9754
|
|
9755
9755
|
attr_accessor :Key, :Operator, :Value
|
9756
|
-
|
9756
|
+
|
9757
9757
|
def initialize(key=nil, operator=nil, value=nil)
|
9758
9758
|
@Key = key
|
9759
9759
|
@Operator = operator
|
@@ -9789,7 +9789,7 @@ module TencentCloud
|
|
9789
9789
|
# @type PolicyIds: Array
|
9790
9790
|
|
9791
9791
|
attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds
|
9792
|
-
|
9792
|
+
|
9793
9793
|
def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, noticeid=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, policyids=nil)
|
9794
9794
|
@Module = _module
|
9795
9795
|
@Name = name
|
@@ -9842,7 +9842,7 @@ module TencentCloud
|
|
9842
9842
|
# @type RequestId: String
|
9843
9843
|
|
9844
9844
|
attr_accessor :RequestId
|
9845
|
-
|
9845
|
+
|
9846
9846
|
def initialize(requestid=nil)
|
9847
9847
|
@RequestId = requestid
|
9848
9848
|
end
|
@@ -9880,7 +9880,7 @@ module TencentCloud
|
|
9880
9880
|
# @type EbSubject: String
|
9881
9881
|
|
9882
9882
|
attr_accessor :Module, :PolicyId, :ConditionTemplateId, :Condition, :EventCondition, :Filter, :GroupBy, :LogAlarmReqInfo, :NoticeIds, :Enable, :PolicyName, :EbSubject
|
9883
|
-
|
9883
|
+
|
9884
9884
|
def initialize(_module=nil, policyid=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, filter=nil, groupby=nil, logalarmreqinfo=nil, noticeids=nil, enable=nil, policyname=nil, ebsubject=nil)
|
9885
9885
|
@Module = _module
|
9886
9886
|
@PolicyId = policyid
|
@@ -9930,7 +9930,7 @@ module TencentCloud
|
|
9930
9930
|
# @type RequestId: String
|
9931
9931
|
|
9932
9932
|
attr_accessor :RequestId
|
9933
|
-
|
9933
|
+
|
9934
9934
|
def initialize(requestid=nil)
|
9935
9935
|
@RequestId = requestid
|
9936
9936
|
end
|
@@ -9952,7 +9952,7 @@ module TencentCloud
|
|
9952
9952
|
# @type Value: String
|
9953
9953
|
|
9954
9954
|
attr_accessor :Module, :PolicyId, :Key, :Value
|
9955
|
-
|
9955
|
+
|
9956
9956
|
def initialize(_module=nil, policyid=nil, key=nil, value=nil)
|
9957
9957
|
@Module = _module
|
9958
9958
|
@PolicyId = policyid
|
@@ -9974,7 +9974,7 @@ module TencentCloud
|
|
9974
9974
|
# @type RequestId: String
|
9975
9975
|
|
9976
9976
|
attr_accessor :RequestId
|
9977
|
-
|
9977
|
+
|
9978
9978
|
def initialize(requestid=nil)
|
9979
9979
|
@RequestId = requestid
|
9980
9980
|
end
|
@@ -9998,7 +9998,7 @@ module TencentCloud
|
|
9998
9998
|
# @type HierarchicalNotices: Array
|
9999
9999
|
|
10000
10000
|
attr_accessor :Module, :PolicyId, :NoticeIds, :PolicyIds, :HierarchicalNotices
|
10001
|
-
|
10001
|
+
|
10002
10002
|
def initialize(_module=nil, policyid=nil, noticeids=nil, policyids=nil, hierarchicalnotices=nil)
|
10003
10003
|
@Module = _module
|
10004
10004
|
@PolicyId = policyid
|
@@ -10029,7 +10029,7 @@ module TencentCloud
|
|
10029
10029
|
# @type RequestId: String
|
10030
10030
|
|
10031
10031
|
attr_accessor :RequestId
|
10032
|
-
|
10032
|
+
|
10033
10033
|
def initialize(requestid=nil)
|
10034
10034
|
@RequestId = requestid
|
10035
10035
|
end
|
@@ -10049,7 +10049,7 @@ module TencentCloud
|
|
10049
10049
|
# @type Enable: Integer
|
10050
10050
|
|
10051
10051
|
attr_accessor :Module, :PolicyId, :Enable
|
10052
|
-
|
10052
|
+
|
10053
10053
|
def initialize(_module=nil, policyid=nil, enable=nil)
|
10054
10054
|
@Module = _module
|
10055
10055
|
@PolicyId = policyid
|
@@ -10069,7 +10069,7 @@ module TencentCloud
|
|
10069
10069
|
# @type RequestId: String
|
10070
10070
|
|
10071
10071
|
attr_accessor :RequestId
|
10072
|
-
|
10072
|
+
|
10073
10073
|
def initialize(requestid=nil)
|
10074
10074
|
@RequestId = requestid
|
10075
10075
|
end
|
@@ -10089,7 +10089,7 @@ module TencentCloud
|
|
10089
10089
|
# @type TriggerTasks: Array
|
10090
10090
|
|
10091
10091
|
attr_accessor :Module, :PolicyId, :TriggerTasks
|
10092
|
-
|
10092
|
+
|
10093
10093
|
def initialize(_module=nil, policyid=nil, triggertasks=nil)
|
10094
10094
|
@Module = _module
|
10095
10095
|
@PolicyId = policyid
|
@@ -10116,7 +10116,7 @@ module TencentCloud
|
|
10116
10116
|
# @type RequestId: String
|
10117
10117
|
|
10118
10118
|
attr_accessor :RequestId
|
10119
|
-
|
10119
|
+
|
10120
10120
|
def initialize(requestid=nil)
|
10121
10121
|
@RequestId = requestid
|
10122
10122
|
end
|
@@ -10136,7 +10136,7 @@ module TencentCloud
|
|
10136
10136
|
# @type ReceiverInfos: Array
|
10137
10137
|
|
10138
10138
|
attr_accessor :GroupId, :Module, :ReceiverInfos
|
10139
|
-
|
10139
|
+
|
10140
10140
|
def initialize(groupid=nil, _module=nil, receiverinfos=nil)
|
10141
10141
|
@GroupId = groupid
|
10142
10142
|
@Module = _module
|
@@ -10163,7 +10163,7 @@ module TencentCloud
|
|
10163
10163
|
# @type RequestId: String
|
10164
10164
|
|
10165
10165
|
attr_accessor :RequestId
|
10166
|
-
|
10166
|
+
|
10167
10167
|
def initialize(requestid=nil)
|
10168
10168
|
@RequestId = requestid
|
10169
10169
|
end
|
@@ -10181,7 +10181,7 @@ module TencentCloud
|
|
10181
10181
|
# @type InstanceName: String
|
10182
10182
|
|
10183
10183
|
attr_accessor :InstanceId, :InstanceName
|
10184
|
-
|
10184
|
+
|
10185
10185
|
def initialize(instanceid=nil, instancename=nil)
|
10186
10186
|
@InstanceId = instanceid
|
10187
10187
|
@InstanceName = instancename
|
@@ -10199,7 +10199,7 @@ module TencentCloud
|
|
10199
10199
|
# @type RequestId: String
|
10200
10200
|
|
10201
10201
|
attr_accessor :RequestId
|
10202
|
-
|
10202
|
+
|
10203
10203
|
def initialize(requestid=nil)
|
10204
10204
|
@RequestId = requestid
|
10205
10205
|
end
|
@@ -10229,7 +10229,7 @@ module TencentCloud
|
|
10229
10229
|
# @type RuleId: Integer
|
10230
10230
|
|
10231
10231
|
attr_accessor :MetricId, :CalcType, :CalcValue, :CalcPeriod, :ContinuePeriod, :AlarmNotifyType, :AlarmNotifyPeriod, :RuleId
|
10232
|
-
|
10232
|
+
|
10233
10233
|
def initialize(metricid=nil, calctype=nil, calcvalue=nil, calcperiod=nil, continueperiod=nil, alarmnotifytype=nil, alarmnotifyperiod=nil, ruleid=nil)
|
10234
10234
|
@MetricId = metricid
|
10235
10235
|
@CalcType = calctype
|
@@ -10265,7 +10265,7 @@ module TencentCloud
|
|
10265
10265
|
# @type RuleId: Integer
|
10266
10266
|
|
10267
10267
|
attr_accessor :EventId, :AlarmNotifyType, :AlarmNotifyPeriod, :RuleId
|
10268
|
-
|
10268
|
+
|
10269
10269
|
def initialize(eventid=nil, alarmnotifytype=nil, alarmnotifyperiod=nil, ruleid=nil)
|
10270
10270
|
@EventId = eventid
|
10271
10271
|
@AlarmNotifyType = alarmnotifytype
|
@@ -10301,7 +10301,7 @@ module TencentCloud
|
|
10301
10301
|
# @type ConditionTempGroupId: Integer
|
10302
10302
|
|
10303
10303
|
attr_accessor :Module, :GroupId, :ViewName, :GroupName, :IsUnionRule, :Conditions, :EventConditions, :ConditionTempGroupId
|
10304
|
-
|
10304
|
+
|
10305
10305
|
def initialize(_module=nil, groupid=nil, viewname=nil, groupname=nil, isunionrule=nil, conditions=nil, eventconditions=nil, conditiontempgroupid=nil)
|
10306
10306
|
@Module = _module
|
10307
10307
|
@GroupId = groupid
|
@@ -10347,7 +10347,7 @@ module TencentCloud
|
|
10347
10347
|
# @type RequestId: String
|
10348
10348
|
|
10349
10349
|
attr_accessor :GroupId, :RequestId
|
10350
|
-
|
10350
|
+
|
10351
10351
|
def initialize(groupid=nil, requestid=nil)
|
10352
10352
|
@GroupId = groupid
|
10353
10353
|
@RequestId = requestid
|
@@ -10369,7 +10369,7 @@ module TencentCloud
|
|
10369
10369
|
# @type ExternalLabels: Array
|
10370
10370
|
|
10371
10371
|
attr_accessor :InstanceId, :ClusterId, :ExternalLabels
|
10372
|
-
|
10372
|
+
|
10373
10373
|
def initialize(instanceid=nil, clusterid=nil, externallabels=nil)
|
10374
10374
|
@InstanceId = instanceid
|
10375
10375
|
@ClusterId = clusterid
|
@@ -10396,7 +10396,7 @@ module TencentCloud
|
|
10396
10396
|
# @type RequestId: String
|
10397
10397
|
|
10398
10398
|
attr_accessor :RequestId
|
10399
|
-
|
10399
|
+
|
10400
10400
|
def initialize(requestid=nil)
|
10401
10401
|
@RequestId = requestid
|
10402
10402
|
end
|
@@ -10414,7 +10414,7 @@ module TencentCloud
|
|
10414
10414
|
# @type AlertRule: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusAlertPolicyItem`
|
10415
10415
|
|
10416
10416
|
attr_accessor :InstanceId, :AlertRule
|
10417
|
-
|
10417
|
+
|
10418
10418
|
def initialize(instanceid=nil, alertrule=nil)
|
10419
10419
|
@InstanceId = instanceid
|
10420
10420
|
@AlertRule = alertrule
|
@@ -10435,7 +10435,7 @@ module TencentCloud
|
|
10435
10435
|
# @type RequestId: String
|
10436
10436
|
|
10437
10437
|
attr_accessor :RequestId
|
10438
|
-
|
10438
|
+
|
10439
10439
|
def initialize(requestid=nil)
|
10440
10440
|
@RequestId = requestid
|
10441
10441
|
end
|
@@ -10461,7 +10461,7 @@ module TencentCloud
|
|
10461
10461
|
# @type RawJobs: Array
|
10462
10462
|
|
10463
10463
|
attr_accessor :InstanceId, :ClusterType, :ClusterId, :ServiceMonitors, :PodMonitors, :RawJobs
|
10464
|
-
|
10464
|
+
|
10465
10465
|
def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil)
|
10466
10466
|
@InstanceId = instanceid
|
10467
10467
|
@ClusterType = clustertype
|
@@ -10508,7 +10508,7 @@ module TencentCloud
|
|
10508
10508
|
# @type RequestId: String
|
10509
10509
|
|
10510
10510
|
attr_accessor :RequestId
|
10511
|
-
|
10511
|
+
|
10512
10512
|
def initialize(requestid=nil)
|
10513
10513
|
@RequestId = requestid
|
10514
10514
|
end
|
@@ -10526,7 +10526,7 @@ module TencentCloud
|
|
10526
10526
|
# @type Notification: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusNotificationItem`
|
10527
10527
|
|
10528
10528
|
attr_accessor :InstanceId, :Notification
|
10529
|
-
|
10529
|
+
|
10530
10530
|
def initialize(instanceid=nil, notification=nil)
|
10531
10531
|
@InstanceId = instanceid
|
10532
10532
|
@Notification = notification
|
@@ -10547,7 +10547,7 @@ module TencentCloud
|
|
10547
10547
|
# @type RequestId: String
|
10548
10548
|
|
10549
10549
|
attr_accessor :RequestId
|
10550
|
-
|
10550
|
+
|
10551
10551
|
def initialize(requestid=nil)
|
10552
10552
|
@RequestId = requestid
|
10553
10553
|
end
|
@@ -10567,7 +10567,7 @@ module TencentCloud
|
|
10567
10567
|
# @type DataRetentionTime: Integer
|
10568
10568
|
|
10569
10569
|
attr_accessor :InstanceName, :InstanceId, :DataRetentionTime
|
10570
|
-
|
10570
|
+
|
10571
10571
|
def initialize(instancename=nil, instanceid=nil, dataretentiontime=nil)
|
10572
10572
|
@InstanceName = instancename
|
10573
10573
|
@InstanceId = instanceid
|
@@ -10587,7 +10587,7 @@ module TencentCloud
|
|
10587
10587
|
# @type RequestId: String
|
10588
10588
|
|
10589
10589
|
attr_accessor :RequestId
|
10590
|
-
|
10590
|
+
|
10591
10591
|
def initialize(requestid=nil)
|
10592
10592
|
@RequestId = requestid
|
10593
10593
|
end
|
@@ -10607,7 +10607,7 @@ module TencentCloud
|
|
10607
10607
|
# @type Content: String
|
10608
10608
|
|
10609
10609
|
attr_accessor :InstanceId, :Name, :Content
|
10610
|
-
|
10610
|
+
|
10611
10611
|
def initialize(instanceid=nil, name=nil, content=nil)
|
10612
10612
|
@InstanceId = instanceid
|
10613
10613
|
@Name = name
|
@@ -10627,7 +10627,7 @@ module TencentCloud
|
|
10627
10627
|
# @type RequestId: String
|
10628
10628
|
|
10629
10629
|
attr_accessor :RequestId
|
10630
|
-
|
10630
|
+
|
10631
10631
|
def initialize(requestid=nil)
|
10632
10632
|
@RequestId = requestid
|
10633
10633
|
end
|
@@ -10645,7 +10645,7 @@ module TencentCloud
|
|
10645
10645
|
# @type Template: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusTempModify`
|
10646
10646
|
|
10647
10647
|
attr_accessor :TemplateId, :Template
|
10648
|
-
|
10648
|
+
|
10649
10649
|
def initialize(templateid=nil, template=nil)
|
10650
10650
|
@TemplateId = templateid
|
10651
10651
|
@Template = template
|
@@ -10666,7 +10666,7 @@ module TencentCloud
|
|
10666
10666
|
# @type RequestId: String
|
10667
10667
|
|
10668
10668
|
attr_accessor :RequestId
|
10669
|
-
|
10669
|
+
|
10670
10670
|
def initialize(requestid=nil)
|
10671
10671
|
@RequestId = requestid
|
10672
10672
|
end
|
@@ -10686,7 +10686,7 @@ module TencentCloud
|
|
10686
10686
|
# @type SortId: Integer
|
10687
10687
|
|
10688
10688
|
attr_accessor :Id, :Name, :SortId
|
10689
|
-
|
10689
|
+
|
10690
10690
|
def initialize(id=nil, name=nil, sortid=nil)
|
10691
10691
|
@Id = id
|
10692
10692
|
@Name = name
|
@@ -10708,7 +10708,7 @@ module TencentCloud
|
|
10708
10708
|
# @type Namespace: String
|
10709
10709
|
|
10710
10710
|
attr_accessor :MonitorType, :Namespace
|
10711
|
-
|
10711
|
+
|
10712
10712
|
def initialize(monitortype=nil, namespace=nil)
|
10713
10713
|
@MonitorType = monitortype
|
10714
10714
|
@Namespace = namespace
|
@@ -10728,7 +10728,7 @@ module TencentCloud
|
|
10728
10728
|
# @type PolicyIds: Array
|
10729
10729
|
|
10730
10730
|
attr_accessor :NoticeId, :PolicyIds
|
10731
|
-
|
10731
|
+
|
10732
10732
|
def initialize(noticeid=nil, policyids=nil)
|
10733
10733
|
@NoticeId = noticeid
|
10734
10734
|
@PolicyIds = policyids
|
@@ -10748,7 +10748,7 @@ module TencentCloud
|
|
10748
10748
|
# @type Name: String
|
10749
10749
|
|
10750
10750
|
attr_accessor :Id, :Name
|
10751
|
-
|
10751
|
+
|
10752
10752
|
def initialize(id=nil, name=nil)
|
10753
10753
|
@Id = id
|
10754
10754
|
@Name = name
|
@@ -10768,7 +10768,7 @@ module TencentCloud
|
|
10768
10768
|
# @type StatType: Array
|
10769
10769
|
|
10770
10770
|
attr_accessor :Period, :StatType
|
10771
|
-
|
10771
|
+
|
10772
10772
|
def initialize(period=nil, stattype=nil)
|
10773
10773
|
@Period = period
|
10774
10774
|
@StatType = stattype
|
@@ -10789,7 +10789,7 @@ module TencentCloud
|
|
10789
10789
|
# @type Value: Float
|
10790
10790
|
|
10791
10791
|
attr_accessor :Timestamp, :Value
|
10792
|
-
|
10792
|
+
|
10793
10793
|
def initialize(timestamp=nil, value=nil)
|
10794
10794
|
@Timestamp = timestamp
|
10795
10795
|
@Value = value
|
@@ -10838,7 +10838,7 @@ module TencentCloud
|
|
10838
10838
|
# @type IsUnionRule: Integer
|
10839
10839
|
|
10840
10840
|
attr_accessor :CanSetDefault, :GroupID, :GroupName, :InsertTime, :IsDefault, :Enable, :LastEditUin, :NoShieldedInstanceCount, :ParentGroupID, :ProjectID, :ReceiverInfos, :Remark, :UpdateTime, :TotalInstanceCount, :ViewName, :IsUnionRule
|
10841
|
-
|
10841
|
+
|
10842
10842
|
def initialize(cansetdefault=nil, groupid=nil, groupname=nil, inserttime=nil, isdefault=nil, enable=nil, lastedituin=nil, noshieldedinstancecount=nil, parentgroupid=nil, projectid=nil, receiverinfos=nil, remark=nil, updatetime=nil, totalinstancecount=nil, viewname=nil, isunionrule=nil)
|
10843
10843
|
@CanSetDefault = cansetdefault
|
10844
10844
|
@GroupID = groupid
|
@@ -10921,7 +10921,7 @@ module TencentCloud
|
|
10921
10921
|
# @type UIDList: Array
|
10922
10922
|
|
10923
10923
|
attr_accessor :EndTime, :NeedSendNotice, :NotifyWay, :PersonInterval, :ReceiverGroupList, :ReceiverType, :ReceiverUserList, :RecoverNotify, :RoundInterval, :RoundNumber, :SendFor, :StartTime, :UIDList
|
10924
|
-
|
10924
|
+
|
10925
10925
|
def initialize(endtime=nil, needsendnotice=nil, notifyway=nil, personinterval=nil, receivergrouplist=nil, receivertype=nil, receiveruserlist=nil, recovernotify=nil, roundinterval=nil, roundnumber=nil, sendfor=nil, starttime=nil, uidlist=nil)
|
10926
10926
|
@EndTime = endtime
|
10927
10927
|
@NeedSendNotice = needsendnotice
|
@@ -10963,7 +10963,7 @@ module TencentCloud
|
|
10963
10963
|
# @type Value: String
|
10964
10964
|
|
10965
10965
|
attr_accessor :Key, :Value
|
10966
|
-
|
10966
|
+
|
10967
10967
|
def initialize(key=nil, value=nil)
|
10968
10968
|
@Key = key
|
10969
10969
|
@Value = value
|
@@ -10986,7 +10986,7 @@ module TencentCloud
|
|
10986
10986
|
# @type ProductEnName: String
|
10987
10987
|
|
10988
10988
|
attr_accessor :Namespace, :ProductName, :ProductEnName
|
10989
|
-
|
10989
|
+
|
10990
10990
|
def initialize(namespace=nil, productname=nil, productenname=nil)
|
10991
10991
|
@Namespace = namespace
|
10992
10992
|
@ProductName = productname
|
@@ -11025,7 +11025,7 @@ module TencentCloud
|
|
11025
11025
|
# @type Status: Integer
|
11026
11026
|
|
11027
11027
|
attr_accessor :Name, :AgentId, :InstanceId, :Ipv4, :HeartbeatTime, :LastError, :AgentVersion, :Status
|
11028
|
-
|
11028
|
+
|
11029
11029
|
def initialize(name=nil, agentid=nil, instanceid=nil, ipv4=nil, heartbeattime=nil, lasterror=nil, agentversion=nil, status=nil)
|
11030
11030
|
@Name = name
|
11031
11031
|
@AgentId = agentid
|
@@ -11059,7 +11059,7 @@ module TencentCloud
|
|
11059
11059
|
# @type Describe: String
|
11060
11060
|
|
11061
11061
|
attr_accessor :ClusterType, :ClusterId, :Describe
|
11062
|
-
|
11062
|
+
|
11063
11063
|
def initialize(clustertype=nil, clusterid=nil, describe=nil)
|
11064
11064
|
@ClusterType = clustertype
|
11065
11065
|
@ClusterId = clusterid
|
@@ -11103,7 +11103,7 @@ module TencentCloud
|
|
11103
11103
|
# @type Name: String
|
11104
11104
|
|
11105
11105
|
attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason, :Name
|
11106
|
-
|
11106
|
+
|
11107
11107
|
def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil, name=nil)
|
11108
11108
|
@ClusterType = clustertype
|
11109
11109
|
@ClusterId = clusterid
|
@@ -11148,7 +11148,7 @@ module TencentCloud
|
|
11148
11148
|
# @type ClusterId: String
|
11149
11149
|
|
11150
11150
|
attr_accessor :Url, :ClusterType, :ClusterId
|
11151
|
-
|
11151
|
+
|
11152
11152
|
def initialize(url=nil, clustertype=nil, clusterid=nil)
|
11153
11153
|
@Url = url
|
11154
11154
|
@ClusterType = clustertype
|
@@ -11185,7 +11185,7 @@ module TencentCloud
|
|
11185
11185
|
# @type ClusterId: String
|
11186
11186
|
|
11187
11187
|
attr_accessor :Name, :Rules, :Id, :TemplateId, :Notification, :UpdatedAt, :ClusterId
|
11188
|
-
|
11188
|
+
|
11189
11189
|
def initialize(name=nil, rules=nil, id=nil, templateid=nil, notification=nil, updatedat=nil, clusterid=nil)
|
11190
11190
|
@Name = name
|
11191
11191
|
@Rules = rules
|
@@ -11240,7 +11240,7 @@ module TencentCloud
|
|
11240
11240
|
# @type RuleState: Integer
|
11241
11241
|
|
11242
11242
|
attr_accessor :Name, :Rule, :Labels, :Template, :For, :Describe, :Annotations, :RuleState
|
11243
|
-
|
11243
|
+
|
11244
11244
|
def initialize(name=nil, rule=nil, labels=nil, template=nil, _for=nil, describe=nil, annotations=nil, rulestate=nil)
|
11245
11245
|
@Name = name
|
11246
11246
|
@Rule = rule
|
@@ -11300,7 +11300,7 @@ module TencentCloud
|
|
11300
11300
|
# @type OpenDefaultRecord: Boolean
|
11301
11301
|
|
11302
11302
|
attr_accessor :Region, :ClusterType, :ClusterId, :EnableExternal, :InClusterPodConfig, :ExternalLabels, :NotInstallBasicScrape, :NotScrape, :OpenDefaultRecord
|
11303
|
-
|
11303
|
+
|
11304
11304
|
def initialize(region=nil, clustertype=nil, clusterid=nil, enableexternal=nil, inclusterpodconfig=nil, externallabels=nil, notinstallbasicscrape=nil, notscrape=nil, opendefaultrecord=nil)
|
11305
11305
|
@Region = region
|
11306
11306
|
@ClusterType = clustertype
|
@@ -11346,7 +11346,7 @@ module TencentCloud
|
|
11346
11346
|
# @type Tolerations: Array
|
11347
11347
|
|
11348
11348
|
attr_accessor :HostNet, :NodeSelector, :Tolerations
|
11349
|
-
|
11349
|
+
|
11350
11350
|
def initialize(hostnet=nil, nodeselector=nil, tolerations=nil)
|
11351
11351
|
@HostNet = hostnet
|
11352
11352
|
@NodeSelector = nodeselector
|
@@ -11388,7 +11388,7 @@ module TencentCloud
|
|
11388
11388
|
# @type Targets: :class:`Tencentcloud::Monitor.v20180724.models.Targets`
|
11389
11389
|
|
11390
11390
|
attr_accessor :Name, :Config, :TemplateId, :Targets
|
11391
|
-
|
11391
|
+
|
11392
11392
|
def initialize(name=nil, config=nil, templateid=nil, targets=nil)
|
11393
11393
|
@Name = name
|
11394
11394
|
@Config = config
|
@@ -11423,7 +11423,7 @@ module TencentCloud
|
|
11423
11423
|
# @type HasApiOperation: Integer
|
11424
11424
|
|
11425
11425
|
attr_accessor :HasChargeOperation, :HasVpcDisplay, :HasGrafanaStatusChange, :HasAgentManage, :HasTkeManage, :HasApiOperation
|
11426
|
-
|
11426
|
+
|
11427
11427
|
def initialize(haschargeoperation=nil, hasvpcdisplay=nil, hasgrafanastatuschange=nil, hasagentmanage=nil, hastkemanage=nil, hasapioperation=nil)
|
11428
11428
|
@HasChargeOperation = haschargeoperation
|
11429
11429
|
@HasVpcDisplay = hasvpcdisplay
|
@@ -11462,7 +11462,7 @@ module TencentCloud
|
|
11462
11462
|
# @type Fee: Float
|
11463
11463
|
|
11464
11464
|
attr_accessor :InstanceId, :CalcDate, :Total, :Basic, :Fee
|
11465
|
-
|
11465
|
+
|
11466
11466
|
def initialize(instanceid=nil, calcdate=nil, total=nil, basic=nil, fee=nil)
|
11467
11467
|
@InstanceId = instanceid
|
11468
11468
|
@CalcDate = calcdate
|
@@ -11606,7 +11606,7 @@ module TencentCloud
|
|
11606
11606
|
# @type MigrationType: Integer
|
11607
11607
|
|
11608
11608
|
attr_accessor :InstanceId, :InstanceName, :InstanceChargeType, :RegionId, :Zone, :VpcId, :SubnetId, :DataRetentionTime, :InstanceStatus, :GrafanaURL, :CreatedAt, :EnableGrafana, :IPv4Address, :TagSpecification, :ExpireTime, :ChargeStatus, :SpecName, :AutoRenewFlag, :IsNearExpire, :AuthToken, :RemoteWrite, :ApiRootPath, :ProxyAddress, :GrafanaStatus, :GrafanaIpWhiteList, :Grant, :GrafanaInstanceId, :AlertRuleLimit, :RecordingRuleLimit, :MigrationType
|
11609
|
-
|
11609
|
+
|
11610
11610
|
def initialize(instanceid=nil, instancename=nil, instancechargetype=nil, regionid=nil, zone=nil, vpcid=nil, subnetid=nil, dataretentiontime=nil, instancestatus=nil, grafanaurl=nil, createdat=nil, enablegrafana=nil, ipv4address=nil, tagspecification=nil, expiretime=nil, chargestatus=nil, specname=nil, autorenewflag=nil, isnearexpire=nil, authtoken=nil, remotewrite=nil, apirootpath=nil, proxyaddress=nil, grafanastatus=nil, grafanaipwhitelist=nil, grant=nil, grafanainstanceid=nil, alertrulelimit=nil, recordingrulelimit=nil, migrationtype=nil)
|
11611
11611
|
@InstanceId = instanceid
|
11612
11612
|
@InstanceName = instancename
|
@@ -11730,7 +11730,7 @@ module TencentCloud
|
|
11730
11730
|
# @type ResourcePackageSpecName: String
|
11731
11731
|
|
11732
11732
|
attr_accessor :InstanceId, :InstanceName, :VpcId, :SubnetId, :InstanceStatus, :ChargeStatus, :EnableGrafana, :GrafanaURL, :InstanceChargeType, :SpecName, :DataRetentionTime, :ExpireTime, :AutoRenewFlag, :BoundTotal, :BoundNormal, :ResourcePackageStatus, :ResourcePackageSpecName
|
11733
|
-
|
11733
|
+
|
11734
11734
|
def initialize(instanceid=nil, instancename=nil, vpcid=nil, subnetid=nil, instancestatus=nil, chargestatus=nil, enablegrafana=nil, grafanaurl=nil, instancechargetype=nil, specname=nil, dataretentiontime=nil, expiretime=nil, autorenewflag=nil, boundtotal=nil, boundnormal=nil, resourcepackagestatus=nil, resourcepackagespecname=nil)
|
11735
11735
|
@InstanceId = instanceid
|
11736
11736
|
@InstanceName = instancename
|
@@ -11775,7 +11775,7 @@ module TencentCloud
|
|
11775
11775
|
# prometheus一个job的targets
|
11776
11776
|
class PrometheusJobTargets < TencentCloud::Common::AbstractModel
|
11777
11777
|
|
11778
|
-
|
11778
|
+
|
11779
11779
|
def initialize()
|
11780
11780
|
end
|
11781
11781
|
|
@@ -11832,7 +11832,7 @@ module TencentCloud
|
|
11832
11832
|
# @type PhoneArriveNotice: Boolean
|
11833
11833
|
|
11834
11834
|
attr_accessor :Enabled, :Type, :WebHook, :AlertManager, :RepeatInterval, :TimeRangeStart, :TimeRangeEnd, :NotifyWay, :ReceiverGroups, :PhoneNotifyOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :PhoneArriveNotice
|
11835
|
-
|
11835
|
+
|
11836
11836
|
def initialize(enabled=nil, type=nil, webhook=nil, alertmanager=nil, repeatinterval=nil, timerangestart=nil, timerangeend=nil, notifyway=nil, receivergroups=nil, phonenotifyorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, phonearrivenotice=nil)
|
11837
11837
|
@Enabled = enabled
|
11838
11838
|
@Type = type
|
@@ -11896,7 +11896,7 @@ module TencentCloud
|
|
11896
11896
|
# @type Count: Integer
|
11897
11897
|
|
11898
11898
|
attr_accessor :Name, :UpdateTime, :TemplateId, :Content, :ClusterId, :Status, :Id, :Count
|
11899
|
-
|
11899
|
+
|
11900
11900
|
def initialize(name=nil, updatetime=nil, templateid=nil, content=nil, clusterid=nil, status=nil, id=nil, count=nil)
|
11901
11901
|
@Name = name
|
11902
11902
|
@UpdateTime = updatetime
|
@@ -11928,7 +11928,7 @@ module TencentCloud
|
|
11928
11928
|
# @type Value: String
|
11929
11929
|
|
11930
11930
|
attr_accessor :Key, :Value
|
11931
|
-
|
11931
|
+
|
11932
11932
|
def initialize(key=nil, value=nil)
|
11933
11933
|
@Key = key
|
11934
11934
|
@Value = value
|
@@ -11980,7 +11980,7 @@ module TencentCloud
|
|
11980
11980
|
# @type UpdatedAt: String
|
11981
11981
|
|
11982
11982
|
attr_accessor :RuleId, :RuleName, :RuleState, :Type, :Labels, :Annotations, :Expr, :Duration, :Receivers, :Health, :CreatedAt, :UpdatedAt
|
11983
|
-
|
11983
|
+
|
11984
11984
|
def initialize(ruleid=nil, rulename=nil, rulestate=nil, type=nil, labels=nil, annotations=nil, expr=nil, duration=nil, receivers=nil, health=nil, createdat=nil, updatedat=nil)
|
11985
11985
|
@RuleId = ruleid
|
11986
11986
|
@RuleName = rulename
|
@@ -12040,7 +12040,7 @@ module TencentCloud
|
|
12040
12040
|
# @type Config: String
|
12041
12041
|
|
12042
12042
|
attr_accessor :Name, :AgentId, :JobId, :Config
|
12043
|
-
|
12043
|
+
|
12044
12044
|
def initialize(name=nil, agentid=nil, jobid=nil, config=nil)
|
12045
12045
|
@Name = name
|
12046
12046
|
@AgentId = agentid
|
@@ -12065,7 +12065,7 @@ module TencentCloud
|
|
12065
12065
|
# @type Value: String
|
12066
12066
|
|
12067
12067
|
attr_accessor :Key, :Value
|
12068
|
-
|
12068
|
+
|
12069
12069
|
def initialize(key=nil, value=nil)
|
12070
12070
|
@Key = key
|
12071
12071
|
@Value = value
|
@@ -12125,7 +12125,7 @@ module TencentCloud
|
|
12125
12125
|
# @type TargetsTotal: Integer
|
12126
12126
|
|
12127
12127
|
attr_accessor :Name, :Level, :Describe, :RecordRules, :ServiceMonitors, :PodMonitors, :RawJobs, :TemplateId, :UpdateTime, :Version, :IsDefault, :AlertDetailRules, :TargetsTotal
|
12128
|
-
|
12128
|
+
|
12129
12129
|
def initialize(name=nil, level=nil, describe=nil, recordrules=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, templateid=nil, updatetime=nil, version=nil, isdefault=nil, alertdetailrules=nil, targetstotal=nil)
|
12130
12130
|
@Name = name
|
12131
12131
|
@Level = level
|
@@ -12222,7 +12222,7 @@ module TencentCloud
|
|
12222
12222
|
# @type AlertDetailRules: Array
|
12223
12223
|
|
12224
12224
|
attr_accessor :Name, :Describe, :ServiceMonitors, :PodMonitors, :RawJobs, :RecordRules, :AlertDetailRules
|
12225
|
-
|
12225
|
+
|
12226
12226
|
def initialize(name=nil, describe=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, recordrules=nil, alertdetailrules=nil)
|
12227
12227
|
@Name = name
|
12228
12228
|
@Describe = describe
|
@@ -12305,7 +12305,7 @@ module TencentCloud
|
|
12305
12305
|
# @type ClusterName: String
|
12306
12306
|
|
12307
12307
|
attr_accessor :Region, :InstanceId, :ClusterId, :SyncTime, :Version, :ClusterType, :InstanceName, :ClusterName
|
12308
|
-
|
12308
|
+
|
12309
12309
|
def initialize(region=nil, instanceid=nil, clusterid=nil, synctime=nil, version=nil, clustertype=nil, instancename=nil, clustername=nil)
|
12310
12310
|
@Region = region
|
12311
12311
|
@InstanceId = instanceid
|
@@ -12343,7 +12343,7 @@ module TencentCloud
|
|
12343
12343
|
# @type ZoneName: String
|
12344
12344
|
|
12345
12345
|
attr_accessor :Zone, :ZoneId, :ZoneState, :RegionId, :ZoneName
|
12346
|
-
|
12346
|
+
|
12347
12347
|
def initialize(zone=nil, zoneid=nil, zonestate=nil, regionid=nil, zonename=nil)
|
12348
12348
|
@Zone = zone
|
12349
12349
|
@ZoneId = zoneid
|
@@ -12373,7 +12373,7 @@ module TencentCloud
|
|
12373
12373
|
# @type AnnounceInstance: String
|
12374
12374
|
|
12375
12375
|
attr_accessor :Metrics, :AnnounceIp, :AnnounceTimestamp, :AnnounceInstance
|
12376
|
-
|
12376
|
+
|
12377
12377
|
def initialize(metrics=nil, announceip=nil, announcetimestamp=nil, announceinstance=nil)
|
12378
12378
|
@Metrics = metrics
|
12379
12379
|
@AnnounceIp = announceip
|
@@ -12402,7 +12402,7 @@ module TencentCloud
|
|
12402
12402
|
# @type RequestId: String
|
12403
12403
|
|
12404
12404
|
attr_accessor :RequestId
|
12405
|
-
|
12405
|
+
|
12406
12406
|
def initialize(requestid=nil)
|
12407
12407
|
@RequestId = requestid
|
12408
12408
|
end
|
@@ -12446,7 +12446,7 @@ module TencentCloud
|
|
12446
12446
|
# @type ReceiveLanguage: String
|
12447
12447
|
|
12448
12448
|
attr_accessor :StartTime, :EndTime, :NotifyWay, :ReceiverType, :Id, :SendFor, :UidList, :RoundNumber, :PersonInterval, :RoundInterval, :RecoverNotify, :NeedSendNotice, :ReceiverGroupList, :ReceiverUserList, :ReceiveLanguage
|
12449
|
-
|
12449
|
+
|
12450
12450
|
def initialize(starttime=nil, endtime=nil, notifyway=nil, receivertype=nil, id=nil, sendfor=nil, uidlist=nil, roundnumber=nil, personinterval=nil, roundinterval=nil, recovernotify=nil, needsendnotice=nil, receivergrouplist=nil, receiveruserlist=nil, receivelanguage=nil)
|
12451
12451
|
@StartTime = starttime
|
12452
12452
|
@EndTime = endtime
|
@@ -12505,7 +12505,7 @@ module TencentCloud
|
|
12505
12505
|
# @type RuleName: String
|
12506
12506
|
|
12507
12507
|
attr_accessor :RuleId, :RuleState, :Name, :Group, :Total, :CreatedAt, :UpdatedAt, :RuleName
|
12508
|
-
|
12508
|
+
|
12509
12509
|
def initialize(ruleid=nil, rulestate=nil, name=nil, group=nil, total=nil, createdat=nil, updatedat=nil, rulename=nil)
|
12510
12510
|
@RuleId = ruleid
|
12511
12511
|
@RuleState = rulestate
|
@@ -12535,7 +12535,7 @@ module TencentCloud
|
|
12535
12535
|
# @type InstanceId: String
|
12536
12536
|
|
12537
12537
|
attr_accessor :InstanceId
|
12538
|
-
|
12538
|
+
|
12539
12539
|
def initialize(instanceid=nil)
|
12540
12540
|
@InstanceId = instanceid
|
12541
12541
|
end
|
@@ -12551,7 +12551,7 @@ module TencentCloud
|
|
12551
12551
|
# @type RequestId: String
|
12552
12552
|
|
12553
12553
|
attr_accessor :RequestId
|
12554
|
-
|
12554
|
+
|
12555
12555
|
def initialize(requestid=nil)
|
12556
12556
|
@RequestId = requestid
|
12557
12557
|
end
|
@@ -12569,7 +12569,7 @@ module TencentCloud
|
|
12569
12569
|
# @type SubnetId: String
|
12570
12570
|
|
12571
12571
|
attr_accessor :InstanceId, :SubnetId
|
12572
|
-
|
12572
|
+
|
12573
12573
|
def initialize(instanceid=nil, subnetid=nil)
|
12574
12574
|
@InstanceId = instanceid
|
12575
12575
|
@SubnetId = subnetid
|
@@ -12587,7 +12587,7 @@ module TencentCloud
|
|
12587
12587
|
# @type RequestId: String
|
12588
12588
|
|
12589
12589
|
attr_accessor :RequestId
|
12590
|
-
|
12590
|
+
|
12591
12591
|
def initialize(requestid=nil)
|
12592
12592
|
@RequestId = requestid
|
12593
12593
|
end
|
@@ -12607,7 +12607,7 @@ module TencentCloud
|
|
12607
12607
|
# @type Msg: String
|
12608
12608
|
|
12609
12609
|
attr_accessor :Module, :PolicyId, :Msg
|
12610
|
-
|
12610
|
+
|
12611
12611
|
def initialize(_module=nil, policyid=nil, msg=nil)
|
12612
12612
|
@Module = _module
|
12613
12613
|
@PolicyId = policyid
|
@@ -12627,7 +12627,7 @@ module TencentCloud
|
|
12627
12627
|
# @type RequestId: String
|
12628
12628
|
|
12629
12629
|
attr_accessor :RequestId
|
12630
|
-
|
12630
|
+
|
12631
12631
|
def initialize(requestid=nil)
|
12632
12632
|
@RequestId = requestid
|
12633
12633
|
end
|
@@ -12658,7 +12658,7 @@ module TencentCloud
|
|
12658
12658
|
# @type Yaml: String
|
12659
12659
|
|
12660
12660
|
attr_accessor :Name, :Namespace, :Kind, :NamespaceSelector, :Selector, :Endpoints, :Yaml
|
12661
|
-
|
12661
|
+
|
12662
12662
|
def initialize(name=nil, namespace=nil, kind=nil, namespaceselector=nil, selector=nil, endpoints=nil, yaml=nil)
|
12663
12663
|
@Name = name
|
12664
12664
|
@Namespace = namespace
|
@@ -12688,7 +12688,7 @@ module TencentCloud
|
|
12688
12688
|
# @type PolicyId: String
|
12689
12689
|
|
12690
12690
|
attr_accessor :Module, :PolicyId
|
12691
|
-
|
12691
|
+
|
12692
12692
|
def initialize(_module=nil, policyid=nil)
|
12693
12693
|
@Module = _module
|
12694
12694
|
@PolicyId = policyid
|
@@ -12706,7 +12706,7 @@ module TencentCloud
|
|
12706
12706
|
# @type RequestId: String
|
12707
12707
|
|
12708
12708
|
attr_accessor :RequestId
|
12709
|
-
|
12709
|
+
|
12710
12710
|
def initialize(requestid=nil)
|
12711
12711
|
@RequestId = requestid
|
12712
12712
|
end
|
@@ -12724,7 +12724,7 @@ module TencentCloud
|
|
12724
12724
|
# @type Targets: Array
|
12725
12725
|
|
12726
12726
|
attr_accessor :TemplateId, :Targets
|
12727
|
-
|
12727
|
+
|
12728
12728
|
def initialize(templateid=nil, targets=nil)
|
12729
12729
|
@TemplateId = templateid
|
12730
12730
|
@Targets = targets
|
@@ -12749,7 +12749,7 @@ module TencentCloud
|
|
12749
12749
|
# @type RequestId: String
|
12750
12750
|
|
12751
12751
|
attr_accessor :RequestId
|
12752
|
-
|
12752
|
+
|
12753
12753
|
def initialize(requestid=nil)
|
12754
12754
|
@RequestId = requestid
|
12755
12755
|
end
|
@@ -12767,7 +12767,7 @@ module TencentCloud
|
|
12767
12767
|
# @type Value: String
|
12768
12768
|
|
12769
12769
|
attr_accessor :Key, :Value
|
12770
|
-
|
12770
|
+
|
12771
12771
|
def initialize(key=nil, value=nil)
|
12772
12772
|
@Key = key
|
12773
12773
|
@Value = value
|
@@ -12804,7 +12804,7 @@ module TencentCloud
|
|
12804
12804
|
# @type TagStatus: Integer
|
12805
12805
|
|
12806
12806
|
attr_accessor :Key, :Value, :InstanceSum, :ServiceType, :RegionId, :BindingStatus, :TagStatus
|
12807
|
-
|
12807
|
+
|
12808
12808
|
def initialize(key=nil, value=nil, instancesum=nil, servicetype=nil, regionid=nil, bindingstatus=nil, tagstatus=nil)
|
12809
12809
|
@Key = key
|
12810
12810
|
@Value = value
|
@@ -12842,7 +12842,7 @@ module TencentCloud
|
|
12842
12842
|
# @type Unknown: Integer
|
12843
12843
|
|
12844
12844
|
attr_accessor :Total, :Up, :Down, :Unknown
|
12845
|
-
|
12845
|
+
|
12846
12846
|
def initialize(total=nil, up=nil, down=nil, unknown=nil)
|
12847
12847
|
@Total = total
|
12848
12848
|
@Up = up
|
@@ -12879,7 +12879,7 @@ module TencentCloud
|
|
12879
12879
|
# @type FailedMsg: String
|
12880
12880
|
|
12881
12881
|
attr_accessor :Step, :LifeState, :StartAt, :EndAt, :FailedMsg
|
12882
|
-
|
12882
|
+
|
12883
12883
|
def initialize(step=nil, lifestate=nil, startat=nil, endat=nil, failedmsg=nil)
|
12884
12884
|
@Step = step
|
12885
12885
|
@LifeState = lifestate
|
@@ -12926,7 +12926,7 @@ module TencentCloud
|
|
12926
12926
|
# @type IsUnionRule: Integer
|
12927
12927
|
|
12928
12928
|
attr_accessor :Conditions, :EventConditions, :PolicyGroups, :GroupID, :GroupName, :InsertTime, :LastEditUin, :Remark, :UpdateTime, :ViewName, :IsUnionRule
|
12929
|
-
|
12929
|
+
|
12930
12930
|
def initialize(conditions=nil, eventconditions=nil, policygroups=nil, groupid=nil, groupname=nil, inserttime=nil, lastedituin=nil, remark=nil, updatetime=nil, viewname=nil, isunionrule=nil)
|
12931
12931
|
@Conditions = conditions
|
12932
12932
|
@EventConditions = eventconditions
|
@@ -12983,7 +12983,7 @@ module TencentCloud
|
|
12983
12983
|
# @type InstanceIds: Array
|
12984
12984
|
|
12985
12985
|
attr_accessor :InstanceIds
|
12986
|
-
|
12986
|
+
|
12987
12987
|
def initialize(instanceids=nil)
|
12988
12988
|
@InstanceIds = instanceids
|
12989
12989
|
end
|
@@ -12999,7 +12999,7 @@ module TencentCloud
|
|
12999
12999
|
# @type RequestId: String
|
13000
13000
|
|
13001
13001
|
attr_accessor :RequestId
|
13002
|
-
|
13002
|
+
|
13003
13003
|
def initialize(requestid=nil)
|
13004
13004
|
@RequestId = requestid
|
13005
13005
|
end
|
@@ -13019,7 +13019,7 @@ module TencentCloud
|
|
13019
13019
|
# @type Effect: String
|
13020
13020
|
|
13021
13021
|
attr_accessor :Key, :Operator, :Effect
|
13022
|
-
|
13022
|
+
|
13023
13023
|
def initialize(key=nil, operator=nil, effect=nil)
|
13024
13024
|
@Key = key
|
13025
13025
|
@Operator = operator
|
@@ -13055,7 +13055,7 @@ module TencentCloud
|
|
13055
13055
|
# @type Weekday: Array
|
13056
13056
|
|
13057
13057
|
attr_accessor :URL, :IsValid, :ValidationCode, :StartTime, :EndTime, :Weekday
|
13058
|
-
|
13058
|
+
|
13059
13059
|
def initialize(url=nil, isvalid=nil, validationcode=nil, starttime=nil, endtime=nil, weekday=nil)
|
13060
13060
|
@URL = url
|
13061
13061
|
@IsValid = isvalid
|
@@ -13089,7 +13089,7 @@ module TencentCloud
|
|
13089
13089
|
# @type EbEventFlag: Integer
|
13090
13090
|
|
13091
13091
|
attr_accessor :Module, :GroupId, :PolicyId, :EbSubject, :EbEventFlag
|
13092
|
-
|
13092
|
+
|
13093
13093
|
def initialize(_module=nil, groupid=nil, policyid=nil, ebsubject=nil, ebeventflag=nil)
|
13094
13094
|
@Module = _module
|
13095
13095
|
@GroupId = groupid
|
@@ -13113,7 +13113,7 @@ module TencentCloud
|
|
13113
13113
|
# @type RequestId: String
|
13114
13114
|
|
13115
13115
|
attr_accessor :RequestId
|
13116
|
-
|
13116
|
+
|
13117
13117
|
def initialize(requestid=nil)
|
13118
13118
|
@RequestId = requestid
|
13119
13119
|
end
|
@@ -13141,7 +13141,7 @@ module TencentCloud
|
|
13141
13141
|
# @type EbEventFlag: Integer
|
13142
13142
|
|
13143
13143
|
attr_accessor :Module, :GroupId, :UniqueId, :InstanceGroupId, :PolicyId, :EbSubject, :EbEventFlag
|
13144
|
-
|
13144
|
+
|
13145
13145
|
def initialize(_module=nil, groupid=nil, uniqueid=nil, instancegroupid=nil, policyid=nil, ebsubject=nil, ebeventflag=nil)
|
13146
13146
|
@Module = _module
|
13147
13147
|
@GroupId = groupid
|
@@ -13169,7 +13169,7 @@ module TencentCloud
|
|
13169
13169
|
# @type RequestId: String
|
13170
13170
|
|
13171
13171
|
attr_accessor :RequestId
|
13172
|
-
|
13172
|
+
|
13173
13173
|
def initialize(requestid=nil)
|
13174
13174
|
@RequestId = requestid
|
13175
13175
|
end
|
@@ -13187,7 +13187,7 @@ module TencentCloud
|
|
13187
13187
|
# @type GrafanaId: String
|
13188
13188
|
|
13189
13189
|
attr_accessor :InstanceId, :GrafanaId
|
13190
|
-
|
13190
|
+
|
13191
13191
|
def initialize(instanceid=nil, grafanaid=nil)
|
13192
13192
|
@InstanceId = instanceid
|
13193
13193
|
@GrafanaId = grafanaid
|
@@ -13205,7 +13205,7 @@ module TencentCloud
|
|
13205
13205
|
# @type RequestId: String
|
13206
13206
|
|
13207
13207
|
attr_accessor :RequestId
|
13208
|
-
|
13208
|
+
|
13209
13209
|
def initialize(requestid=nil)
|
13210
13210
|
@RequestId = requestid
|
13211
13211
|
end
|
@@ -13240,7 +13240,7 @@ module TencentCloud
|
|
13240
13240
|
# @type IntegrationCodes: Array
|
13241
13241
|
|
13242
13242
|
attr_accessor :InstanceId, :IntegrationCodes
|
13243
|
-
|
13243
|
+
|
13244
13244
|
def initialize(instanceid=nil, integrationcodes=nil)
|
13245
13245
|
@InstanceId = instanceid
|
13246
13246
|
@IntegrationCodes = integrationcodes
|
@@ -13258,7 +13258,7 @@ module TencentCloud
|
|
13258
13258
|
# @type RequestId: String
|
13259
13259
|
|
13260
13260
|
attr_accessor :RequestId
|
13261
|
-
|
13261
|
+
|
13262
13262
|
def initialize(requestid=nil)
|
13263
13263
|
@RequestId = requestid
|
13264
13264
|
end
|
@@ -13276,7 +13276,7 @@ module TencentCloud
|
|
13276
13276
|
# @type InstanceId: String
|
13277
13277
|
|
13278
13278
|
attr_accessor :PluginIds, :InstanceId
|
13279
|
-
|
13279
|
+
|
13280
13280
|
def initialize(pluginids=nil, instanceid=nil)
|
13281
13281
|
@PluginIds = pluginids
|
13282
13282
|
@InstanceId = instanceid
|
@@ -13294,7 +13294,7 @@ module TencentCloud
|
|
13294
13294
|
# @type RequestId: String
|
13295
13295
|
|
13296
13296
|
attr_accessor :RequestId
|
13297
|
-
|
13297
|
+
|
13298
13298
|
def initialize(requestid=nil)
|
13299
13299
|
@RequestId = requestid
|
13300
13300
|
end
|
@@ -13334,7 +13334,7 @@ module TencentCloud
|
|
13334
13334
|
# @type Type: String
|
13335
13335
|
|
13336
13336
|
attr_accessor :RuleId, :InstanceId, :RuleState, :RuleName, :Expr, :Duration, :Receivers, :Labels, :Annotations, :Type
|
13337
|
-
|
13337
|
+
|
13338
13338
|
def initialize(ruleid=nil, instanceid=nil, rulestate=nil, rulename=nil, expr=nil, duration=nil, receivers=nil, labels=nil, annotations=nil, type=nil)
|
13339
13339
|
@RuleId = ruleid
|
13340
13340
|
@InstanceId = instanceid
|
@@ -13384,7 +13384,7 @@ module TencentCloud
|
|
13384
13384
|
# @type RequestId: String
|
13385
13385
|
|
13386
13386
|
attr_accessor :RuleId, :RequestId
|
13387
|
-
|
13387
|
+
|
13388
13388
|
def initialize(ruleid=nil, requestid=nil)
|
13389
13389
|
@RuleId = ruleid
|
13390
13390
|
@RequestId = requestid
|
@@ -13409,7 +13409,7 @@ module TencentCloud
|
|
13409
13409
|
# @type RuleState: Integer
|
13410
13410
|
|
13411
13411
|
attr_accessor :RuleIds, :InstanceId, :RuleState
|
13412
|
-
|
13412
|
+
|
13413
13413
|
def initialize(ruleids=nil, instanceid=nil, rulestate=nil)
|
13414
13414
|
@RuleIds = ruleids
|
13415
13415
|
@InstanceId = instanceid
|
@@ -13429,7 +13429,7 @@ module TencentCloud
|
|
13429
13429
|
# @type RequestId: String
|
13430
13430
|
|
13431
13431
|
attr_accessor :RequestId
|
13432
|
-
|
13432
|
+
|
13433
13433
|
def initialize(requestid=nil)
|
13434
13434
|
@RequestId = requestid
|
13435
13435
|
end
|
@@ -13447,7 +13447,7 @@ module TencentCloud
|
|
13447
13447
|
# @type NameServers: Array
|
13448
13448
|
|
13449
13449
|
attr_accessor :InstanceId, :NameServers
|
13450
|
-
|
13450
|
+
|
13451
13451
|
def initialize(instanceid=nil, nameservers=nil)
|
13452
13452
|
@InstanceId = instanceid
|
13453
13453
|
@NameServers = nameservers
|
@@ -13465,7 +13465,7 @@ module TencentCloud
|
|
13465
13465
|
# @type RequestId: String
|
13466
13466
|
|
13467
13467
|
attr_accessor :RequestId
|
13468
|
-
|
13468
|
+
|
13469
13469
|
def initialize(requestid=nil)
|
13470
13470
|
@RequestId = requestid
|
13471
13471
|
end
|
@@ -13492,7 +13492,7 @@ module TencentCloud
|
|
13492
13492
|
# @type ClusterId: String
|
13493
13493
|
|
13494
13494
|
attr_accessor :InstanceId, :Kind, :Content, :KubeType, :ClusterId
|
13495
|
-
|
13495
|
+
|
13496
13496
|
def initialize(instanceid=nil, kind=nil, content=nil, kubetype=nil, clusterid=nil)
|
13497
13497
|
@InstanceId = instanceid
|
13498
13498
|
@Kind = kind
|
@@ -13516,7 +13516,7 @@ module TencentCloud
|
|
13516
13516
|
# @type RequestId: String
|
13517
13517
|
|
13518
13518
|
attr_accessor :RequestId
|
13519
|
-
|
13519
|
+
|
13520
13520
|
def initialize(requestid=nil)
|
13521
13521
|
@RequestId = requestid
|
13522
13522
|
end
|
@@ -13534,7 +13534,7 @@ module TencentCloud
|
|
13534
13534
|
# @type Config: String
|
13535
13535
|
|
13536
13536
|
attr_accessor :InstanceId, :Config
|
13537
|
-
|
13537
|
+
|
13538
13538
|
def initialize(instanceid=nil, config=nil)
|
13539
13539
|
@InstanceId = instanceid
|
13540
13540
|
@Config = config
|
@@ -13552,7 +13552,7 @@ module TencentCloud
|
|
13552
13552
|
# @type RequestId: String
|
13553
13553
|
|
13554
13554
|
attr_accessor :RequestId
|
13555
|
-
|
13555
|
+
|
13556
13556
|
def initialize(requestid=nil)
|
13557
13557
|
@RequestId = requestid
|
13558
13558
|
end
|
@@ -13570,7 +13570,7 @@ module TencentCloud
|
|
13570
13570
|
# @type Envs: String
|
13571
13571
|
|
13572
13572
|
attr_accessor :InstanceId, :Envs
|
13573
|
-
|
13573
|
+
|
13574
13574
|
def initialize(instanceid=nil, envs=nil)
|
13575
13575
|
@InstanceId = instanceid
|
13576
13576
|
@Envs = envs
|
@@ -13588,7 +13588,7 @@ module TencentCloud
|
|
13588
13588
|
# @type RequestId: String
|
13589
13589
|
|
13590
13590
|
attr_accessor :RequestId
|
13591
|
-
|
13591
|
+
|
13592
13592
|
def initialize(requestid=nil)
|
13593
13593
|
@RequestId = requestid
|
13594
13594
|
end
|
@@ -13610,7 +13610,7 @@ module TencentCloud
|
|
13610
13610
|
# @type Content: String
|
13611
13611
|
|
13612
13612
|
attr_accessor :IntegrationId, :InstanceId, :Kind, :Content
|
13613
|
-
|
13613
|
+
|
13614
13614
|
def initialize(integrationid=nil, instanceid=nil, kind=nil, content=nil)
|
13615
13615
|
@IntegrationId = integrationid
|
13616
13616
|
@InstanceId = instanceid
|
@@ -13632,7 +13632,7 @@ module TencentCloud
|
|
13632
13632
|
# @type RequestId: String
|
13633
13633
|
|
13634
13634
|
attr_accessor :RequestId
|
13635
|
-
|
13635
|
+
|
13636
13636
|
def initialize(requestid=nil)
|
13637
13637
|
@RequestId = requestid
|
13638
13638
|
end
|
@@ -13658,7 +13658,7 @@ module TencentCloud
|
|
13658
13658
|
# @type OrganizationIds: Array
|
13659
13659
|
|
13660
13660
|
attr_accessor :ChannelId, :InstanceId, :ChannelName, :Receivers, :ExtraOrgIds, :OrganizationIds
|
13661
|
-
|
13661
|
+
|
13662
13662
|
def initialize(channelid=nil, instanceid=nil, channelname=nil, receivers=nil, extraorgids=nil, organizationids=nil)
|
13663
13663
|
@ChannelId = channelid
|
13664
13664
|
@InstanceId = instanceid
|
@@ -13684,7 +13684,7 @@ module TencentCloud
|
|
13684
13684
|
# @type RequestId: String
|
13685
13685
|
|
13686
13686
|
attr_accessor :RequestId
|
13687
|
-
|
13687
|
+
|
13688
13688
|
def initialize(requestid=nil)
|
13689
13689
|
@RequestId = requestid
|
13690
13690
|
end
|
@@ -13702,7 +13702,7 @@ module TencentCloud
|
|
13702
13702
|
# @type Whitelist: Array
|
13703
13703
|
|
13704
13704
|
attr_accessor :InstanceId, :Whitelist
|
13705
|
-
|
13705
|
+
|
13706
13706
|
def initialize(instanceid=nil, whitelist=nil)
|
13707
13707
|
@InstanceId = instanceid
|
13708
13708
|
@Whitelist = whitelist
|
@@ -13720,7 +13720,7 @@ module TencentCloud
|
|
13720
13720
|
# @type RequestId: String
|
13721
13721
|
|
13722
13722
|
attr_accessor :RequestId
|
13723
|
-
|
13723
|
+
|
13724
13724
|
def initialize(requestid=nil)
|
13725
13725
|
@RequestId = requestid
|
13726
13726
|
end
|
@@ -13742,7 +13742,7 @@ module TencentCloud
|
|
13742
13742
|
# @type Status: Integer
|
13743
13743
|
|
13744
13744
|
attr_accessor :InstanceId, :AgentIds, :Status
|
13745
|
-
|
13745
|
+
|
13746
13746
|
def initialize(instanceid=nil, agentids=nil, status=nil)
|
13747
13747
|
@InstanceId = instanceid
|
13748
13748
|
@AgentIds = agentids
|
@@ -13762,7 +13762,7 @@ module TencentCloud
|
|
13762
13762
|
# @type RequestId: String
|
13763
13763
|
|
13764
13764
|
attr_accessor :RequestId
|
13765
|
-
|
13765
|
+
|
13766
13766
|
def initialize(requestid=nil)
|
13767
13767
|
@RequestId = requestid
|
13768
13768
|
end
|
@@ -13784,7 +13784,7 @@ module TencentCloud
|
|
13784
13784
|
# @type Config: String
|
13785
13785
|
|
13786
13786
|
attr_accessor :InstanceId, :AgentId, :JobId, :Config
|
13787
|
-
|
13787
|
+
|
13788
13788
|
def initialize(instanceid=nil, agentid=nil, jobid=nil, config=nil)
|
13789
13789
|
@InstanceId = instanceid
|
13790
13790
|
@AgentId = agentid
|
@@ -13806,7 +13806,7 @@ module TencentCloud
|
|
13806
13806
|
# @type RequestId: String
|
13807
13807
|
|
13808
13808
|
attr_accessor :RequestId
|
13809
|
-
|
13809
|
+
|
13810
13810
|
def initialize(requestid=nil)
|
13811
13811
|
@RequestId = requestid
|
13812
13812
|
end
|
@@ -13834,7 +13834,7 @@ module TencentCloud
|
|
13834
13834
|
# @type RuleState: Integer
|
13835
13835
|
|
13836
13836
|
attr_accessor :Name, :Group, :InstanceId, :RuleId, :RuleState
|
13837
|
-
|
13837
|
+
|
13838
13838
|
def initialize(name=nil, group=nil, instanceid=nil, ruleid=nil, rulestate=nil)
|
13839
13839
|
@Name = name
|
13840
13840
|
@Group = group
|
@@ -13861,7 +13861,7 @@ module TencentCloud
|
|
13861
13861
|
# @type RequestId: String
|
13862
13862
|
|
13863
13863
|
attr_accessor :RuleId, :RequestId
|
13864
|
-
|
13864
|
+
|
13865
13865
|
def initialize(ruleid=nil, requestid=nil)
|
13866
13866
|
@RuleId = ruleid
|
13867
13867
|
@RequestId = requestid
|
@@ -13885,7 +13885,7 @@ module TencentCloud
|
|
13885
13885
|
# @type Notes: String
|
13886
13886
|
|
13887
13887
|
attr_accessor :InstanceId, :UserId, :Role, :Notes
|
13888
|
-
|
13888
|
+
|
13889
13889
|
def initialize(instanceid=nil, userid=nil, role=nil, notes=nil)
|
13890
13890
|
@InstanceId = instanceid
|
13891
13891
|
@UserId = userid
|
@@ -13914,7 +13914,7 @@ module TencentCloud
|
|
13914
13914
|
# @type RequestId: String
|
13915
13915
|
|
13916
13916
|
attr_accessor :RequestId
|
13917
|
-
|
13917
|
+
|
13918
13918
|
def initialize(requestid=nil)
|
13919
13919
|
@RequestId = requestid
|
13920
13920
|
end
|
@@ -13942,7 +13942,7 @@ module TencentCloud
|
|
13942
13942
|
# @type Yaml: String
|
13943
13943
|
|
13944
13944
|
attr_accessor :InstanceId, :KubeClusterId, :KubeType, :Type, :Yaml
|
13945
|
-
|
13945
|
+
|
13946
13946
|
def initialize(instanceid=nil, kubeclusterid=nil, kubetype=nil, type=nil, yaml=nil)
|
13947
13947
|
@InstanceId = instanceid
|
13948
13948
|
@KubeClusterId = kubeclusterid
|
@@ -13968,7 +13968,7 @@ module TencentCloud
|
|
13968
13968
|
# @type RequestId: String
|
13969
13969
|
|
13970
13970
|
attr_accessor :ServiceDiscovery, :RequestId
|
13971
|
-
|
13971
|
+
|
13972
13972
|
def initialize(servicediscovery=nil, requestid=nil)
|
13973
13973
|
@ServiceDiscovery = servicediscovery
|
13974
13974
|
@RequestId = requestid
|
@@ -14008,7 +14008,7 @@ module TencentCloud
|
|
14008
14008
|
# @type IntegrationCodes: Array
|
14009
14009
|
|
14010
14010
|
attr_accessor :InstanceId, :IntegrationCodes
|
14011
|
-
|
14011
|
+
|
14012
14012
|
def initialize(instanceid=nil, integrationcodes=nil)
|
14013
14013
|
@InstanceId = instanceid
|
14014
14014
|
@IntegrationCodes = integrationcodes
|
@@ -14026,7 +14026,7 @@ module TencentCloud
|
|
14026
14026
|
# @type RequestId: String
|
14027
14027
|
|
14028
14028
|
attr_accessor :RequestId
|
14029
|
-
|
14029
|
+
|
14030
14030
|
def initialize(requestid=nil)
|
14031
14031
|
@RequestId = requestid
|
14032
14032
|
end
|
@@ -14044,7 +14044,7 @@ module TencentCloud
|
|
14044
14044
|
# @type Alias: String
|
14045
14045
|
|
14046
14046
|
attr_accessor :InstanceId, :Alias
|
14047
|
-
|
14047
|
+
|
14048
14048
|
def initialize(instanceid=nil, _alias=nil)
|
14049
14049
|
@InstanceId = instanceid
|
14050
14050
|
@Alias = _alias
|
@@ -14062,7 +14062,7 @@ module TencentCloud
|
|
14062
14062
|
# @type RequestId: String
|
14063
14063
|
|
14064
14064
|
attr_accessor :RequestId
|
14065
|
-
|
14065
|
+
|
14066
14066
|
def initialize(requestid=nil)
|
14067
14067
|
@RequestId = requestid
|
14068
14068
|
end
|
@@ -14118,7 +14118,7 @@ module TencentCloud
|
|
14118
14118
|
# @type OnCallFormIDs: Array
|
14119
14119
|
|
14120
14120
|
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice, :PhoneCallType, :Weekday, :OnCallFormIDs
|
14121
|
-
|
14121
|
+
|
14122
14122
|
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil, phonecalltype=nil, weekday=nil, oncallformids=nil)
|
14123
14123
|
@ReceiverType = receivertype
|
14124
14124
|
@StartTime = starttime
|