Class: TencentCloud::Dbbrain::V20210527::DescribeMongoDBProcessListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeMongoDBProcessListRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeMongoDBProcessList请求参数结构体
Instance Attribute Summary collapse
- #DB ⇒ Object
- #Host ⇒ Object
- #ID ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Product ⇒ Object
- #Time ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, product = nil, id = nil, host = nil, db = nil, type = nil, time = nil, limit = nil) ⇒ DescribeMongoDBProcessListRequest
constructor
A new instance of DescribeMongoDBProcessListRequest.
Constructor Details
#initialize(instanceid = nil, product = nil, id = nil, host = nil, db = nil, type = nil, time = nil, limit = nil) ⇒ DescribeMongoDBProcessListRequest
Returns a new instance of DescribeMongoDBProcessListRequest.
3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'lib/v20210527/models.rb', line 3084 def initialize(instanceid=nil, product=nil, id=nil, host=nil, db=nil, type=nil, time=nil, limit=nil) @InstanceId = instanceid @Product = product @ID = id @Host = host @DB = db @Type = type @Time = time @Limit = limit end |
Instance Attribute Details
#DB ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def DB @DB end |
#Host ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def Host @Host end |
#ID ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def ID @ID end |
#InstanceId ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def InstanceId @InstanceId end |
#Limit ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def Limit @Limit end |
#Product ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def Product @Product end |
#Time ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def Time @Time end |
#Type ⇒ Object
3082 3083 3084 |
# File 'lib/v20210527/models.rb', line 3082 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'lib/v20210527/models.rb', line 3095 def deserialize(params) @InstanceId = params['InstanceId'] @Product = params['Product'] @ID = params['ID'] @Host = params['Host'] @DB = params['DB'] @Type = params['Type'] @Time = params['Time'] @Limit = params['Limit'] end |