Class: TencentCloud::Monitor::V20180724::DescribePrometheusScrapeJobsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribePrometheusScrapeJobsRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DescribePrometheusScrapeJobs请求参数结构体
Instance Attribute Summary collapse
- #AgentId ⇒ Object
- #InstanceId ⇒ Object
- #JobIds ⇒ Object
- #Limit ⇒ Object
- #Name ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, agentid = nil, name = nil, jobids = nil, offset = nil, limit = nil) ⇒ DescribePrometheusScrapeJobsRequest
constructor
A new instance of DescribePrometheusScrapeJobsRequest.
Constructor Details
#initialize(instanceid = nil, agentid = nil, name = nil, jobids = nil, offset = nil, limit = nil) ⇒ DescribePrometheusScrapeJobsRequest
Returns a new instance of DescribePrometheusScrapeJobsRequest.
9103 9104 9105 9106 9107 9108 9109 9110 |
# File 'lib/v20180724/models.rb', line 9103 def initialize(instanceid=nil, agentid=nil, name=nil, jobids=nil, offset=nil, limit=nil) @InstanceId = instanceid @AgentId = agentid @Name = name @JobIds = jobids @Offset = offset @Limit = limit end |
Instance Attribute Details
#AgentId ⇒ Object
9101 9102 9103 |
# File 'lib/v20180724/models.rb', line 9101 def AgentId @AgentId end |
#InstanceId ⇒ Object
9101 9102 9103 |
# File 'lib/v20180724/models.rb', line 9101 def InstanceId @InstanceId end |
#JobIds ⇒ Object
9101 9102 9103 |
# File 'lib/v20180724/models.rb', line 9101 def JobIds @JobIds end |
#Limit ⇒ Object
9101 9102 9103 |
# File 'lib/v20180724/models.rb', line 9101 def Limit @Limit end |
#Name ⇒ Object
9101 9102 9103 |
# File 'lib/v20180724/models.rb', line 9101 def Name @Name end |
#Offset ⇒ Object
9101 9102 9103 |
# File 'lib/v20180724/models.rb', line 9101 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
9112 9113 9114 9115 9116 9117 9118 9119 |
# File 'lib/v20180724/models.rb', line 9112 def deserialize(params) @InstanceId = params['InstanceId'] @AgentId = params['AgentId'] @Name = params['Name'] @JobIds = params['JobIds'] @Offset = params['Offset'] @Limit = params['Limit'] end |