Class: TencentCloud::Cdn::V20180606::ScdnIpStrategy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ScdnIpStrategy
- Defined in:
- lib/v20180606/models.rb
Overview
scdn的IP白名单策略
Instance Attribute Summary collapse
-
#Domain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IpList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StrategyId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, strategyid = nil, iplist = nil, updatetime = nil, remark = nil, ruletype = nil, rulevalue = nil) ⇒ ScdnIpStrategy
constructor
A new instance of ScdnIpStrategy.
Constructor Details
#initialize(domain = nil, strategyid = nil, iplist = nil, updatetime = nil, remark = nil, ruletype = nil, rulevalue = nil) ⇒ ScdnIpStrategy
Returns a new instance of ScdnIpStrategy.
12193 12194 12195 12196 12197 12198 12199 12200 12201 |
# File 'lib/v20180606/models.rb', line 12193 def initialize(domain=nil, strategyid=nil, iplist=nil, updatetime=nil, remark=nil, ruletype=nil, rulevalue=nil) @Domain = domain @StrategyId = strategyid @IpList = iplist @UpdateTime = updatetime @Remark = remark @RuleType = ruletype @RuleValue = rulevalue end |
Instance Attribute Details
#Domain ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def Domain @Domain end |
#IpList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def IpList @IpList end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def Remark @Remark end |
#RuleType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def RuleType @RuleType end |
#RuleValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def RuleValue @RuleValue end |
#StrategyId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def StrategyId @StrategyId end |
#UpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12191 12192 12193 |
# File 'lib/v20180606/models.rb', line 12191 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
12203 12204 12205 12206 12207 12208 12209 12210 12211 |
# File 'lib/v20180606/models.rb', line 12203 def deserialize(params) @Domain = params['Domain'] @StrategyId = params['StrategyId'] @IpList = params['IpList'] @UpdateTime = params['UpdateTime'] @Remark = params['Remark'] @RuleType = params['RuleType'] @RuleValue = params['RuleValue'] end |