Class: TencentCloud::Cdwch::V20200915::InstanceConfigInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::InstanceConfigInfo
- Defined in:
- lib/v20200915/models.rb
Overview
集群配置信息
Instance Attribute Summary collapse
- #ConfDesc ⇒ Object
- #ConfKey ⇒ Object
- #ConfValue ⇒ Object
- #DefaultValue ⇒ Object
- #Editable ⇒ Object
- #FileName ⇒ Object
- #ModifyRuleType ⇒ Object
- #ModifyRuleValue ⇒ Object
- #ModifyTime ⇒ Object
- #NeedRestart ⇒ Object
- #Uin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(confkey = nil, confvalue = nil, defaultvalue = nil, needrestart = nil, editable = nil, confdesc = nil, filename = nil, modifyruletype = nil, modifyrulevalue = nil, uin = nil, modifytime = nil) ⇒ InstanceConfigInfo
constructor
A new instance of InstanceConfigInfo.
Constructor Details
#initialize(confkey = nil, confvalue = nil, defaultvalue = nil, needrestart = nil, editable = nil, confdesc = nil, filename = nil, modifyruletype = nil, modifyrulevalue = nil, uin = nil, modifytime = nil) ⇒ InstanceConfigInfo
Returns a new instance of InstanceConfigInfo.
1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'lib/v20200915/models.rb', line 1771 def initialize(confkey=nil, confvalue=nil, defaultvalue=nil, needrestart=nil, editable=nil, confdesc=nil, filename=nil, modifyruletype=nil, modifyrulevalue=nil, uin=nil, modifytime=nil) @ConfKey = confkey @ConfValue = confvalue @DefaultValue = defaultvalue @NeedRestart = needrestart @Editable = editable @ConfDesc = confdesc @FileName = filename @ModifyRuleType = modifyruletype @ModifyRuleValue = modifyrulevalue @Uin = uin @ModifyTime = modifytime end |
Instance Attribute Details
#ConfDesc ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def ConfDesc @ConfDesc end |
#ConfKey ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def ConfKey @ConfKey end |
#ConfValue ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def ConfValue @ConfValue end |
#DefaultValue ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def DefaultValue @DefaultValue end |
#Editable ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def Editable @Editable end |
#FileName ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def FileName @FileName end |
#ModifyRuleType ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def ModifyRuleType @ModifyRuleType end |
#ModifyRuleValue ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def ModifyRuleValue @ModifyRuleValue end |
#ModifyTime ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def ModifyTime @ModifyTime end |
#NeedRestart ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def NeedRestart @NeedRestart end |
#Uin ⇒ Object
1769 1770 1771 |
# File 'lib/v20200915/models.rb', line 1769 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/v20200915/models.rb', line 1785 def deserialize(params) @ConfKey = params['ConfKey'] @ConfValue = params['ConfValue'] @DefaultValue = params['DefaultValue'] @NeedRestart = params['NeedRestart'] @Editable = params['Editable'] @ConfDesc = params['ConfDesc'] @FileName = params['FileName'] @ModifyRuleType = params['ModifyRuleType'] @ModifyRuleValue = params['ModifyRuleValue'] @Uin = params['Uin'] @ModifyTime = params['ModifyTime'] end |