Class: IControl::GlobalLB::WideIP::WideIPRule
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::WideIP::WideIPRule
- Defined in:
- lib/icontrol/global_lb/wide_ip.rb,
lib/icontrol/global_lb/wide_ip.rb
Overview
A struct that describes a wide IP’s rule.
Instance Attribute Summary collapse
-
#priority ⇒ Numeric
The priority value of this rule, used to indicate the order of rule evaluation.
-
#rule_name ⇒ String
The rule name.
Instance Attribute Details
#priority ⇒ Numeric
The priority value of this rule, used to indicate the order of rule evaluation.
448 449 450 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 448 def priority @priority end |
#rule_name ⇒ String
The rule name.
448 449 450 |
# File 'lib/icontrol/global_lb/wide_ip.rb', line 448 def rule_name @rule_name end |