class PaloAlto::XML::Config::Devices::Entry::Deviceconfig

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 74115
def _section
        :'deviceconfig'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 74112
def has_multiple_values?
        false
end
high_availability() click to toggle source
# File lib/palo_alto/config.rb, line 87965
def high_availability
        @subclasses['high-availability'] ||= HighAvailability.new(parent_instance: self, create_children: @create_children)
end
setting() click to toggle source
# File lib/palo_alto/config.rb, line 87508
def setting
        @subclasses['setting'] ||= Setting.new(parent_instance: self, create_children: @create_children)
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 83805
def system
        @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
end