class PaloAlto::XML::Config::Shared::Profiles::UrlFiltering::Entry::HttpHeaderInsertion::Entry::Type::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 24625
def _section
        :'entry'
end
domains() click to toggle source
# File lib/palo_alto/config.rb, line 24720
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 24622
def has_multiple_values?
        false
end
headers() click to toggle source
# File lib/palo_alto/config.rb, line 24693
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 24739
def name
        prop_get('@name')
end