Class: IControl::Networking::ProfileWCCPGRE::ProfileWCCPGREForwarding

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#default_flagObject

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.

Returns:

  • (Object)

    the current value of default_flag



208
209
210
# File 'lib/icontrol/networking/profile_wccpgre.rb', line 208

def default_flag
  @default_flag
end

#valueIControl::Networking::ProfileWCCPGRE::WCCPGREForwarding

WCCP-GRE tunnel forwarding options

Returns:



208
209
210
# File 'lib/icontrol/networking/profile_wccpgre.rb', line 208

def value
  @value
end