Class: TencentCloud::Monitor::V20180724::DescribePrometheusClusterAgentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribePrometheusClusterAgentsRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DescribePrometheusClusterAgents请求参数结构体
Instance Attribute Summary collapse
- #ClusterIds ⇒ Object
- #ClusterName ⇒ Object
- #ClusterTypes ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, offset = nil, limit = nil, clusterids = nil, clustertypes = nil, clustername = nil) ⇒ DescribePrometheusClusterAgentsRequest
constructor
A new instance of DescribePrometheusClusterAgentsRequest.
Constructor Details
#initialize(instanceid = nil, offset = nil, limit = nil, clusterids = nil, clustertypes = nil, clustername = nil) ⇒ DescribePrometheusClusterAgentsRequest
Returns a new instance of DescribePrometheusClusterAgentsRequest.
8263 8264 8265 8266 8267 8268 8269 8270 |
# File 'lib/v20180724/models.rb', line 8263 def initialize(instanceid=nil, offset=nil, limit=nil, clusterids=nil, clustertypes=nil, clustername=nil) @InstanceId = instanceid @Offset = offset @Limit = limit @ClusterIds = clusterids @ClusterTypes = clustertypes @ClusterName = clustername end |
Instance Attribute Details
#ClusterIds ⇒ Object
8261 8262 8263 |
# File 'lib/v20180724/models.rb', line 8261 def ClusterIds @ClusterIds end |
#ClusterName ⇒ Object
8261 8262 8263 |
# File 'lib/v20180724/models.rb', line 8261 def ClusterName @ClusterName end |
#ClusterTypes ⇒ Object
8261 8262 8263 |
# File 'lib/v20180724/models.rb', line 8261 def ClusterTypes @ClusterTypes end |
#InstanceId ⇒ Object
8261 8262 8263 |
# File 'lib/v20180724/models.rb', line 8261 def InstanceId @InstanceId end |
#Limit ⇒ Object
8261 8262 8263 |
# File 'lib/v20180724/models.rb', line 8261 def Limit @Limit end |
#Offset ⇒ Object
8261 8262 8263 |
# File 'lib/v20180724/models.rb', line 8261 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8272 8273 8274 8275 8276 8277 8278 8279 |
# File 'lib/v20180724/models.rb', line 8272 def deserialize(params) @InstanceId = params['InstanceId'] @Offset = params['Offset'] @Limit = params['Limit'] @ClusterIds = params['ClusterIds'] @ClusterTypes = params['ClusterTypes'] @ClusterName = params['ClusterName'] end |