Class: TencentCloud::Cdn::V20180606::AdvanceConfig

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

Overview

高级配置集合

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ AdvanceConfig

Returns a new instance of AdvanceConfig.



501
502
503
504
# File 'lib/v20180606/models.rb', line 501

def initialize(name=nil, value=nil)
  @Name = name
  @Value = value
end

Instance Attribute Details

#NameObject

注意:此字段可能返回 null,表示取不到有效值。 on:支持 off:不支持 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    高级配置名称。

  • Value:

    是否支持高级配置,



499
500
501
# File 'lib/v20180606/models.rb', line 499

def Name
  @Name
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。 on:支持 off:不支持 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    高级配置名称。

  • Value:

    是否支持高级配置,



499
500
501
# File 'lib/v20180606/models.rb', line 499

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



506
507
508
509
# File 'lib/v20180606/models.rb', line 506

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