Class: TencentCloud::Cdn::V20180606::AccessControlRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::AccessControlRule
- Defined in:
- lib/v20180606/models.rb
Overview
访问控制规则
Instance Attribute Summary collapse
-
#Regex ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleContent ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleHeader ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RuleType ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruletype = nil, rulecontent = nil, regex = nil, ruleheader = nil) ⇒ AccessControlRule
constructor
A new instance of AccessControlRule.
Constructor Details
#initialize(ruletype = nil, rulecontent = nil, regex = nil, ruleheader = nil) ⇒ AccessControlRule
Returns a new instance of AccessControlRule.
74 75 76 77 78 79 |
# File 'lib/v20180606/models.rb', line 74 def initialize(ruletype=nil, rulecontent=nil, regex=nil, ruleheader=nil) @RuleType = ruletype @RuleContent = rulecontent @Regex = regex @RuleHeader = ruleheader end |
Instance Attribute Details
#Regex ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
72 73 74 |
# File 'lib/v20180606/models.rb', line 72 def Regex @Regex end |
#RuleContent ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
72 73 74 |
# File 'lib/v20180606/models.rb', line 72 def RuleContent @RuleContent end |
#RuleHeader ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
72 73 74 |
# File 'lib/v20180606/models.rb', line 72 def RuleHeader @RuleHeader end |
#RuleType ⇒ Object
url : 对访问url进行访问控制 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 off :字面匹配 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
72 73 74 |
# File 'lib/v20180606/models.rb', line 72 def RuleType @RuleType end |
Instance Method Details
#deserialize(params) ⇒ Object
81 82 83 84 85 86 |
# File 'lib/v20180606/models.rb', line 81 def deserialize(params) @RuleType = params['RuleType'] @RuleContent = params['RuleContent'] @Regex = params['Regex'] @RuleHeader = params['RuleHeader'] end |