Class: TencentCloud::Dbbrain::V20210527::KillMySqlThreadsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::KillMySqlThreadsRequest
- Defined in:
- lib/v20210527/models.rb
Overview
KillMySqlThreads请求参数结构体
Instance Attribute Summary collapse
-
#InstanceId ⇒ Object
此参数用于Prepare阶段。.
-
#Product ⇒ Object
此参数用于Prepare阶段。.
-
#RecordHistory ⇒ Object
此参数用于Prepare阶段。.
-
#SqlExecId ⇒ Object
此参数用于Prepare阶段。.
-
#Stage ⇒ Object
此参数用于Prepare阶段。.
-
#Threads ⇒ Object
此参数用于Prepare阶段。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, stage = nil, threads = nil, sqlexecid = nil, product = nil, recordhistory = nil) ⇒ KillMySqlThreadsRequest
constructor
A new instance of KillMySqlThreadsRequest.
Constructor Details
#initialize(instanceid = nil, stage = nil, threads = nil, sqlexecid = nil, product = nil, recordhistory = nil) ⇒ KillMySqlThreadsRequest
Returns a new instance of KillMySqlThreadsRequest.
5871 5872 5873 5874 5875 5876 5877 5878 |
# File 'lib/v20210527/models.rb', line 5871 def initialize(instanceid=nil, stage=nil, threads=nil, sqlexecid=nil, product=nil, recordhistory=nil) @InstanceId = instanceid @Stage = stage @Threads = threads @SqlExecId = sqlexecid @Product = product @RecordHistory = recordhistory end |
Instance Attribute Details
#InstanceId ⇒ Object
此参数用于Prepare阶段。
5869 5870 5871 |
# File 'lib/v20210527/models.rb', line 5869 def InstanceId @InstanceId end |
#Product ⇒ Object
此参数用于Prepare阶段。
5869 5870 5871 |
# File 'lib/v20210527/models.rb', line 5869 def Product @Product end |
#RecordHistory ⇒ Object
此参数用于Prepare阶段。
5869 5870 5871 |
# File 'lib/v20210527/models.rb', line 5869 def RecordHistory @RecordHistory end |
#SqlExecId ⇒ Object
此参数用于Prepare阶段。
5869 5870 5871 |
# File 'lib/v20210527/models.rb', line 5869 def SqlExecId @SqlExecId end |
#Stage ⇒ Object
此参数用于Prepare阶段。
5869 5870 5871 |
# File 'lib/v20210527/models.rb', line 5869 def Stage @Stage end |
#Threads ⇒ Object
此参数用于Prepare阶段。
5869 5870 5871 |
# File 'lib/v20210527/models.rb', line 5869 def Threads @Threads end |
Instance Method Details
#deserialize(params) ⇒ Object
5880 5881 5882 5883 5884 5885 5886 5887 |
# File 'lib/v20210527/models.rb', line 5880 def deserialize(params) @InstanceId = params['InstanceId'] @Stage = params['Stage'] @Threads = params['Threads'] @SqlExecId = params['SqlExecId'] @Product = params['Product'] @RecordHistory = params['RecordHistory'] end |