Class: IControl::LocalLB::VirtualServer::VirtualServerRule
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::VirtualServer::VirtualServerRule
- Defined in:
- lib/icontrol/local_lb/virtual_server.rb,
lib/icontrol/local_lb/virtual_server.rb
Overview
A struct that describes the virtual server’s rule and its attributes.
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.
1041 1042 1043 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1041 def priority @priority end |
#rule_name ⇒ String
The rule name.
1041 1042 1043 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1041 def rule_name @rule_name end |