Class: TencentCloud::Cdwch::V20200915::InstanceConfigItem

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

Overview

KV配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(confkey = nil, confvalue = nil) ⇒ InstanceConfigItem

Returns a new instance of InstanceConfigItem.



1073
1074
1075
1076
# File 'lib/v20200915/models.rb', line 1073

def initialize(confkey=nil, confvalue=nil)
  @ConfKey = confkey
  @ConfValue = confvalue
end

Instance Attribute Details

#ConfKeyObject

Parameters:

  • ConfKey:

    key

  • ConfValue:

    value



1071
1072
1073
# File 'lib/v20200915/models.rb', line 1071

def ConfKey
  @ConfKey
end

#ConfValueObject

Parameters:

  • ConfKey:

    key

  • ConfValue:

    value



1071
1072
1073
# File 'lib/v20200915/models.rb', line 1071

def ConfValue
  @ConfValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1078
1079
1080
1081
# File 'lib/v20200915/models.rb', line 1078

def deserialize(params)
  @ConfKey = params['ConfKey']
  @ConfValue = params['ConfValue']
end