Class: TencentCloud::Dts::V20211206::ModifyMigrateRateLimitRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::ModifyMigrateRateLimitRequest
- Defined in:
- lib/v20211206/models.rb
Overview
ModifyMigrateRateLimit请求参数结构体
Instance Attribute Summary collapse
- #DumpRps ⇒ Object
- #DumpThread ⇒ Object
- #JobId ⇒ Object
- #LoadRps ⇒ Object
- #LoadThread ⇒ Object
- #SinkerThread ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobid = nil, dumpthread = nil, dumprps = nil, loadthread = nil, sinkerthread = nil, loadrps = nil) ⇒ ModifyMigrateRateLimitRequest
constructor
A new instance of ModifyMigrateRateLimitRequest.
Constructor Details
#initialize(jobid = nil, dumpthread = nil, dumprps = nil, loadthread = nil, sinkerthread = nil, loadrps = nil) ⇒ ModifyMigrateRateLimitRequest
Returns a new instance of ModifyMigrateRateLimitRequest.
5153 5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/v20211206/models.rb', line 5153 def initialize(jobid=nil, dumpthread=nil, dumprps=nil, loadthread=nil, sinkerthread=nil, loadrps=nil) @JobId = jobid @DumpThread = dumpthread @DumpRps = dumprps @LoadThread = loadthread @SinkerThread = sinkerthread @LoadRps = loadrps end |
Instance Attribute Details
#DumpRps ⇒ Object
5151 5152 5153 |
# File 'lib/v20211206/models.rb', line 5151 def DumpRps @DumpRps end |
#DumpThread ⇒ Object
5151 5152 5153 |
# File 'lib/v20211206/models.rb', line 5151 def DumpThread @DumpThread end |
#JobId ⇒ Object
5151 5152 5153 |
# File 'lib/v20211206/models.rb', line 5151 def JobId @JobId end |
#LoadRps ⇒ Object
5151 5152 5153 |
# File 'lib/v20211206/models.rb', line 5151 def LoadRps @LoadRps end |
#LoadThread ⇒ Object
5151 5152 5153 |
# File 'lib/v20211206/models.rb', line 5151 def LoadThread @LoadThread end |
#SinkerThread ⇒ Object
5151 5152 5153 |
# File 'lib/v20211206/models.rb', line 5151 def SinkerThread @SinkerThread end |
Instance Method Details
#deserialize(params) ⇒ Object
5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/v20211206/models.rb', line 5162 def deserialize(params) @JobId = params['JobId'] @DumpThread = params['DumpThread'] @DumpRps = params['DumpRps'] @LoadThread = params['LoadThread'] @SinkerThread = params['SinkerThread'] @LoadRps = params['LoadRps'] end |