Class: TencentCloud::Dbbrain::V20191016::DescribeMySqlProcessListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::DescribeMySqlProcessListRequest
- Defined in:
- lib/v20191016/models.rb
Overview
DescribeMySqlProcessList请求参数结构体
Instance Attribute Summary collapse
- #Command ⇒ Object
- #DB ⇒ Object
- #Host ⇒ Object
- #ID ⇒ Object
- #Info ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Product ⇒ Object
- #State ⇒ Object
- #Time ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, id = nil, user = nil, host = nil, db = nil, state = nil, command = nil, time = nil, info = nil, limit = nil, product = nil) ⇒ DescribeMySqlProcessListRequest
constructor
A new instance of DescribeMySqlProcessListRequest.
Constructor Details
#initialize(instanceid = nil, id = nil, user = nil, host = nil, db = nil, state = nil, command = nil, time = nil, info = nil, limit = nil, product = nil) ⇒ DescribeMySqlProcessListRequest
Returns a new instance of DescribeMySqlProcessListRequest.
983 984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'lib/v20191016/models.rb', line 983 def initialize(instanceid=nil, id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil, limit=nil, product=nil) @InstanceId = instanceid @ID = id @User = user @Host = host @DB = db @State = state @Command = command @Time = time @Info = info @Limit = limit @Product = product end |
Instance Attribute Details
#Command ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def Command @Command end |
#DB ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def DB @DB end |
#Host ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def Host @Host end |
#ID ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def ID @ID end |
#Info ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def Info @Info end |
#InstanceId ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def InstanceId @InstanceId end |
#Limit ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def Limit @Limit end |
#Product ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def Product @Product end |
#State ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def State @State end |
#Time ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def Time @Time end |
#User ⇒ Object
981 982 983 |
# File 'lib/v20191016/models.rb', line 981 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/v20191016/models.rb', line 997 def deserialize(params) @InstanceId = params['InstanceId'] @ID = params['ID'] @User = params['User'] @Host = params['Host'] @DB = params['DB'] @State = params['State'] @Command = params['Command'] @Time = params['Time'] @Info = params['Info'] @Limit = params['Limit'] @Product = params['Product'] end |