Class: TencentCloud::Cdb::V20170320::Parameter

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170320/models.rb

Overview

数据库实例参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, currentvalue = nil) ⇒ Parameter



12166
12167
12168
12169
# File 'lib/v20170320/models.rb', line 12166

def initialize(name=nil, currentvalue=nil)
  @Name = name
  @CurrentValue = currentvalue
end

Instance Attribute Details

#CurrentValueObject



12164
12165
12166
# File 'lib/v20170320/models.rb', line 12164

def CurrentValue
  @CurrentValue
end

#NameObject



12164
12165
12166
# File 'lib/v20170320/models.rb', line 12164

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



12171
12172
12173
12174
# File 'lib/v20170320/models.rb', line 12171

def deserialize(params)
  @Name = params['Name']
  @CurrentValue = params['CurrentValue']
end