Class: TencentCloud::Monitor::V20180724::DescribePrometheusAgentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribePrometheusAgentsRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DescribePrometheusAgents请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, name = nil, agentids = nil, offset = nil, limit = nil) ⇒ DescribePrometheusAgentsRequest
constructor
A new instance of DescribePrometheusAgentsRequest.
Constructor Details
#initialize(instanceid = nil, name = nil, agentids = nil, offset = nil, limit = nil) ⇒ DescribePrometheusAgentsRequest
Returns a new instance of DescribePrometheusAgentsRequest.
8059 8060 8061 8062 8063 8064 8065 |
# File 'lib/v20180724/models.rb', line 8059 def initialize(instanceid=nil, name=nil, agentids=nil, offset=nil, limit=nil) @InstanceId = instanceid @Name = name @AgentIds = agentids @Offset = offset @Limit = limit end |
Instance Attribute Details
#AgentIds ⇒ Object
8057 8058 8059 |
# File 'lib/v20180724/models.rb', line 8057 def AgentIds @AgentIds end |
#InstanceId ⇒ Object
8057 8058 8059 |
# File 'lib/v20180724/models.rb', line 8057 def InstanceId @InstanceId end |
#Limit ⇒ Object
8057 8058 8059 |
# File 'lib/v20180724/models.rb', line 8057 def Limit @Limit end |
#Name ⇒ Object
8057 8058 8059 |
# File 'lib/v20180724/models.rb', line 8057 def Name @Name end |
#Offset ⇒ Object
8057 8058 8059 |
# File 'lib/v20180724/models.rb', line 8057 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8067 8068 8069 8070 8071 8072 8073 |
# File 'lib/v20180724/models.rb', line 8067 def deserialize(params) @InstanceId = params['InstanceId'] @Name = params['Name'] @AgentIds = params['AgentIds'] @Offset = params['Offset'] @Limit = params['Limit'] end |