Class: TencentCloud::Cdwch::V20200915::ConfigSubmitContext
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ConfigSubmitContext
- Defined in:
- lib/v20200915/models.rb
Overview
配置文件修改信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filename = nil, oldconfvalue = nil, newconfvalue = nil, filepath = nil, ip = nil) ⇒ ConfigSubmitContext
constructor
A new instance of ConfigSubmitContext.
Constructor Details
#initialize(filename = nil, oldconfvalue = nil, newconfvalue = nil, filepath = nil, ip = nil) ⇒ ConfigSubmitContext
Returns a new instance of ConfigSubmitContext.
469 470 471 472 473 474 475 |
# File 'lib/v20200915/models.rb', line 469 def initialize(filename=nil, oldconfvalue=nil, newconfvalue=nil, filepath=nil, ip=nil) @FileName = filename @OldConfValue = oldconfvalue @NewConfValue = newconfvalue @FilePath = filepath @Ip = ip end |
Instance Attribute Details
#FileName ⇒ Object
467 468 469 |
# File 'lib/v20200915/models.rb', line 467 def FileName @FileName end |
#FilePath ⇒ Object
467 468 469 |
# File 'lib/v20200915/models.rb', line 467 def FilePath @FilePath end |
#Ip ⇒ Object
467 468 469 |
# File 'lib/v20200915/models.rb', line 467 def Ip @Ip end |
#NewConfValue ⇒ Object
467 468 469 |
# File 'lib/v20200915/models.rb', line 467 def NewConfValue @NewConfValue end |
#OldConfValue ⇒ Object
467 468 469 |
# File 'lib/v20200915/models.rb', line 467 def OldConfValue @OldConfValue end |
Instance Method Details
#deserialize(params) ⇒ Object
477 478 479 480 481 482 483 |
# File 'lib/v20200915/models.rb', line 477 def deserialize(params) @FileName = params['FileName'] @OldConfValue = params['OldConfValue'] @NewConfValue = params['NewConfValue'] @FilePath = params['FilePath'] @Ip = params['Ip'] end |