Class: TencentCloud::Cdn::V20180606::ScdnIpStrategyFilter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ScdnIpStrategyFilter
- Defined in:
- lib/v20180606/models.rb
Overview
IP策略查询过滤参数
Instance Attribute Summary collapse
-
#Fuzzy ⇒ Object
模糊查询时,Value长度最大为1.
-
#Name ⇒ Object
模糊查询时,Value长度最大为1.
-
#Value ⇒ Object
模糊查询时,Value长度最大为1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil, fuzzy = nil) ⇒ ScdnIpStrategyFilter
constructor
A new instance of ScdnIpStrategyFilter.
Constructor Details
#initialize(name = nil, value = nil, fuzzy = nil) ⇒ ScdnIpStrategyFilter
Returns a new instance of ScdnIpStrategyFilter.
12207 12208 12209 12210 12211 |
# File 'lib/v20180606/models.rb', line 12207 def initialize(name=nil, value=nil, fuzzy=nil) @Name = name @Value = value @Fuzzy = fuzzy end |
Instance Attribute Details
#Fuzzy ⇒ Object
模糊查询时,Value长度最大为1
12205 12206 12207 |
# File 'lib/v20180606/models.rb', line 12205 def Fuzzy @Fuzzy end |
#Name ⇒ Object
模糊查询时,Value长度最大为1
12205 12206 12207 |
# File 'lib/v20180606/models.rb', line 12205 def Name @Name end |
#Value ⇒ Object
模糊查询时,Value长度最大为1
12205 12206 12207 |
# File 'lib/v20180606/models.rb', line 12205 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12213 12214 12215 12216 12217 |
# File 'lib/v20180606/models.rb', line 12213 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Fuzzy = params['Fuzzy'] end |