Class: TencentCloud::Tke::V20180525::DeletePrometheusConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeletePrometheusConfigRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DeletePrometheusConfig请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #ClusterType ⇒ Object
- #InstanceId ⇒ Object
- #PodMonitors ⇒ Object
- #Probes ⇒ Object
- #RawJobs ⇒ Object
- #ServiceMonitors ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, clustertype = nil, clusterid = nil, servicemonitors = nil, podmonitors = nil, rawjobs = nil, probes = nil) ⇒ DeletePrometheusConfigRequest
constructor
A new instance of DeletePrometheusConfigRequest.
Constructor Details
#initialize(instanceid = nil, clustertype = nil, clusterid = nil, servicemonitors = nil, podmonitors = nil, rawjobs = nil, probes = nil) ⇒ DeletePrometheusConfigRequest
Returns a new instance of DeletePrometheusConfigRequest.
4797 4798 4799 4800 4801 4802 4803 4804 4805 |
# File 'lib/v20180525/models.rb', line 4797 def initialize(instanceid=nil, clustertype=nil, clusterid=nil, servicemonitors=nil, podmonitors=nil, rawjobs=nil, probes=nil) @InstanceId = instanceid @ClusterType = clustertype @ClusterId = clusterid @ServiceMonitors = servicemonitors @PodMonitors = podmonitors @RawJobs = rawjobs @Probes = probes end |
Instance Attribute Details
#ClusterId ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def ClusterType @ClusterType end |
#InstanceId ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def InstanceId @InstanceId end |
#PodMonitors ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def PodMonitors @PodMonitors end |
#Probes ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def Probes @Probes end |
#RawJobs ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def RawJobs @RawJobs end |
#ServiceMonitors ⇒ Object
4795 4796 4797 |
# File 'lib/v20180525/models.rb', line 4795 def ServiceMonitors @ServiceMonitors end |
Instance Method Details
#deserialize(params) ⇒ Object
4807 4808 4809 4810 4811 4812 4813 4814 4815 |
# File 'lib/v20180525/models.rb', line 4807 def deserialize(params) @InstanceId = params['InstanceId'] @ClusterType = params['ClusterType'] @ClusterId = params['ClusterId'] @ServiceMonitors = params['ServiceMonitors'] @PodMonitors = params['PodMonitors'] @RawJobs = params['RawJobs'] @Probes = params['Probes'] end |