class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 153098 def _section :'entry' end
deviceconfig()
click to toggle source
# File lib/palo_alto/config.rb, line 171068 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 153095 def has_multiple_values? false end
name()
click to toggle source
must be localhost.localdomain
# File lib/palo_alto/config.rb, line 237500 def name prop_get('@name') end
network()
click to toggle source
# File lib/palo_alto/config.rb, line 217960 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 237486 def vsys if @create_children @subclasses['vsys'] ||= Vsys.new(parent_instance: self, create_children: @create_children) else Vsys.new(parent_instance: self) end end