class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::UrlFiltering::Entry::HttpHeaderInsertion::Entry::Type::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 97336 def _section :'entry' end
domains()
click to toggle source
# File lib/palo_alto/config.rb, line 97431 def domains if @create_children @subclasses['domains'] ||= Domains.new(parent_instance: self, create_children: @create_children) else Domains.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 97333 def has_multiple_values? false end
headers()
click to toggle source
# File lib/palo_alto/config.rb, line 97404 def headers if @create_children @subclasses['headers'] ||= Headers.new(parent_instance: self, create_children: @create_children) else Headers.new(parent_instance: self) end end
name()
click to toggle source
alphanumeric string begin with non-digit: [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 97450 def name prop_get('@name') end