class PaloAlto::XML::Config::Shared::Profiles::UrlFiltering::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 24216 def _section :'entry' end
alert()
click to toggle source
# File lib/palo_alto/config.rb, line 24276 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 24244 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 24308 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 24340 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 24597 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 24950 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 24953 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 24943 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 24947 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 24957 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 24961 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 24213 def has_multiple_values? false end
http_header_insertion()
click to toggle source
# File lib/palo_alto/config.rb, line 24795 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 24965 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 24969 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 24997 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 25001 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 24989 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 24993 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 24981 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 24985 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 24825 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 24874 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 24939 def name prop_get('@name') end
override()
click to toggle source
# File lib/palo_alto/config.rb, line 24372 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 24973 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 24977 def safe_search_enforcement=(val) prop_set('safe-search-enforcement', val) end