class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 259590
def _section
        :'entry'
end
deviceconfig() click to toggle source
# File lib/palo_alto/config.rb, line 277601
def deviceconfig
        @subclasses['deviceconfig'] ||= Deviceconfig.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 259587
def has_multiple_values?
        false
end
name() click to toggle source

must be localhost.localdomain

# File lib/palo_alto/config.rb, line 344116
def name
        prop_get('@name')
end
network() click to toggle source
# File lib/palo_alto/config.rb, line 324560
def network
        @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children)
end
vsys() click to toggle source
# File lib/palo_alto/config.rb, line 344102
def vsys
        if @create_children
                @subclasses['vsys'] ||= Vsys.new(parent_instance: self, create_children: @create_children)
        else
                Vsys.new(parent_instance: self)
        end
end