Class: IControl::Networking::ProfileWCCPGRE::ProfileWCCPGREForwarding
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::ProfileWCCPGRE::ProfileWCCPGREForwarding
- Defined in:
- lib/icontrol/networking/profile_wccpgre.rb,
lib/icontrol/networking/profile_wccpgre.rb
Overview
A structure that specifies the WCCP-GRE tunnel forwarding options
Instance Attribute Summary collapse
-
#default_flag ⇒ Object
How to interpret “value”.
-
#value ⇒ IControl::Networking::ProfileWCCPGRE::WCCPGREForwarding
WCCP-GRE tunnel forwarding options.
Instance Attribute Details
#default_flag ⇒ Object
How to interpret “value”. For queries, if true, “value” is the parent profile’s value; if false, “value” has been explicitly set. For creation and modification, if true, the parent profile’s value is used to set the attribute value, and “value” is thus ignored; if false, “value” will be used.
208 209 210 |
# File 'lib/icontrol/networking/profile_wccpgre.rb', line 208 def default_flag @default_flag end |
#value ⇒ IControl::Networking::ProfileWCCPGRE::WCCPGREForwarding
WCCP-GRE tunnel forwarding options
208 209 210 |
# File 'lib/icontrol/networking/profile_wccpgre.rb', line 208 def value @value end |