class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::UrlFiltering::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 96908 def _section :'entry' end
alert()
click to toggle source
# File lib/palo_alto/config.rb, line 96972 def alert if @create_children @subclasses['alert'] ||= Alert.new(parent_instance: self, create_children: @create_children) else Alert.new(parent_instance: self) end end
allow()
click to toggle source
# File lib/palo_alto/config.rb, line 96938 def allow if @create_children @subclasses['allow'] ||= Allow.new(parent_instance: self, create_children: @create_children) else Allow.new(parent_instance: self) end end
block()
click to toggle source
# File lib/palo_alto/config.rb, line 97006 def block if @create_children @subclasses['block'] ||= Block.new(parent_instance: self, create_children: @create_children) else Block.new(parent_instance: self) end end
continue()
click to toggle source
# File lib/palo_alto/config.rb, line 97040 def continue if @create_children @subclasses['continue'] ||= Continue.new(parent_instance: self, create_children: @create_children) else Continue.new(parent_instance: self) end end
credential_enforcement()
click to toggle source
# File lib/palo_alto/config.rb, line 97308 def credential_enforcement @subclasses['credential-enforcement'] ||= CredentialEnforcement.new(parent_instance: self, create_children: @create_children) end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 97663 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 97666 def description=(val) prop_set('description', val) end
disable_override()
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 97656 def disable_override prop_get('disable-override') end
disable_override=(val)
click to toggle source
disable object override in child device groups
# File lib/palo_alto/config.rb, line 97660 def disable_override=(val) prop_set('disable-override', val) end
enable_container_page()
click to toggle source
Track container page
# File lib/palo_alto/config.rb, line 97670 def enable_container_page prop_get('enable-container-page') end
enable_container_page=(val)
click to toggle source
Track container page
# File lib/palo_alto/config.rb, line 97674 def enable_container_page=(val) prop_set('enable-container-page', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 96905 def has_multiple_values? false end
http_header_insertion()
click to toggle source
# File lib/palo_alto/config.rb, line 97506 def http_header_insertion if @create_children @subclasses['http-header-insertion'] ||= HttpHeaderInsertion.new(parent_instance: self, create_children: @create_children) else HttpHeaderInsertion.new(parent_instance: self) end end
log_container_page_only()
click to toggle source
Log
container page only
# File lib/palo_alto/config.rb, line 97678 def log_container_page_only prop_get('log-container-page-only') end
log_container_page_only=(val)
click to toggle source
Log
container page only
# File lib/palo_alto/config.rb, line 97682 def log_container_page_only=(val) prop_set('log-container-page-only', val) end
log_http_hdr_referer()
click to toggle source
Log
HTTP Header Referer field
# File lib/palo_alto/config.rb, line 97710 def log_http_hdr_referer prop_get('log-http-hdr-referer') end
log_http_hdr_referer=(val)
click to toggle source
Log
HTTP Header Referer field
# File lib/palo_alto/config.rb, line 97714 def log_http_hdr_referer=(val) prop_set('log-http-hdr-referer', val) end
log_http_hdr_user_agent()
click to toggle source
Log
HTTP Header User-Agent field
# File lib/palo_alto/config.rb, line 97702 def log_http_hdr_user_agent prop_get('log-http-hdr-user-agent') end
log_http_hdr_user_agent=(val)
click to toggle source
Log
HTTP Header User-Agent field
# File lib/palo_alto/config.rb, line 97706 def log_http_hdr_user_agent=(val) prop_set('log-http-hdr-user-agent', val) end
log_http_hdr_xff()
click to toggle source
Log
HTTP Header X-Forwarded-For field
# File lib/palo_alto/config.rb, line 97694 def log_http_hdr_xff prop_get('log-http-hdr-xff') end
log_http_hdr_xff=(val)
click to toggle source
Log
HTTP Header X-Forwarded-For field
# File lib/palo_alto/config.rb, line 97698 def log_http_hdr_xff=(val) prop_set('log-http-hdr-xff', val) end
mlav_category_exception()
click to toggle source
# File lib/palo_alto/config.rb, line 97538 def mlav_category_exception if @create_children @subclasses['mlav-category-exception'] ||= MlavCategoryException.new(parent_instance: self, create_children: @create_children) else MlavCategoryException.new(parent_instance: self) end end
mlav_engine_urlbased_enabled()
click to toggle source
# File lib/palo_alto/config.rb, line 97587 def mlav_engine_urlbased_enabled if @create_children @subclasses['mlav-engine-urlbased-enabled'] ||= MlavEngineUrlbasedEnabled.new(parent_instance: self, create_children: @create_children) else MlavEngineUrlbasedEnabled.new(parent_instance: self) end end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 97652 def name prop_get('@name') end
override()
click to toggle source
# File lib/palo_alto/config.rb, line 97074 def override if @create_children @subclasses['override'] ||= Override.new(parent_instance: self, create_children: @create_children) else Override.new(parent_instance: self) end end
safe_search_enforcement()
click to toggle source
Safe-Search will be enforced if it is set
# File lib/palo_alto/config.rb, line 97686 def safe_search_enforcement prop_get('safe-search-enforcement') end
safe_search_enforcement=(val)
click to toggle source
Safe-Search will be enforced if it is set
# File lib/palo_alto/config.rb, line 97690 def safe_search_enforcement=(val) prop_set('safe-search-enforcement', val) end