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.
5213 5214 5215 5216 5217 5218 5219 5220 5221 |
# File 'lib/v20180525/models.rb', line 5213 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
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def ClusterType @ClusterType end |
#InstanceId ⇒ Object
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def InstanceId @InstanceId end |
#PodMonitors ⇒ Object
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def PodMonitors @PodMonitors end |
#Probes ⇒ Object
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def Probes @Probes end |
#RawJobs ⇒ Object
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def RawJobs @RawJobs end |
#ServiceMonitors ⇒ Object
5211 5212 5213 |
# File 'lib/v20180525/models.rb', line 5211 def ServiceMonitors @ServiceMonitors end |
Instance Method Details
#deserialize(params) ⇒ Object
5223 5224 5225 5226 5227 5228 5229 5230 5231 |
# File 'lib/v20180525/models.rb', line 5223 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 |