Class: IControl::LocalLB::MatchPatternString
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::MatchPatternString
- Defined in:
- lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb
Overview
A struct that describes a pattern, represented either as a glob or a regular expression.
Instance Attribute Summary (collapse)
-
- (Object) is_glob
The flag to indicate whether this is a glob or a regular expression.
-
- (String) pattern
The match pattern string.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Object) is_glob
The flag to indicate whether this is a glob or a regular expression.
212 213 214 |
# File 'lib/icontrol/local_lb.rb', line 212 def is_glob @is_glob end |
- (String) pattern
The match pattern string.
212 213 214 |
# File 'lib/icontrol/local_lb.rb', line 212 def pattern @pattern end |