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.
12226 12227 12228 12229 12230 |
# File 'lib/v20180606/models.rb', line 12226 def initialize(name=nil, value=nil, fuzzy=nil) @Name = name @Value = value @Fuzzy = fuzzy end |
Instance Attribute Details
#Fuzzy ⇒ Object
模糊查询时,Value长度最大为1
12224 12225 12226 |
# File 'lib/v20180606/models.rb', line 12224 def Fuzzy @Fuzzy end |
#Name ⇒ Object
模糊查询时,Value长度最大为1
12224 12225 12226 |
# File 'lib/v20180606/models.rb', line 12224 def Name @Name end |
#Value ⇒ Object
模糊查询时,Value长度最大为1
12224 12225 12226 |
# File 'lib/v20180606/models.rb', line 12224 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12232 12233 12234 12235 12236 |
# File 'lib/v20180606/models.rb', line 12232 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Fuzzy = params['Fuzzy'] end |