class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 198448 def _section :'entry' end
authentication()
click to toggle source
Authentication options
# File lib/palo_alto/config.rb, line 199415 def authentication prop_get('authentication') end
authentication=(val)
click to toggle source
Authentication options
# File lib/palo_alto/config.rb, line 199419 def authentication=(val) prop_set('authentication', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 198445 def has_multiple_values? false end
interface()
click to toggle source
# File lib/palo_alto/config.rb, line 199137 def interface if @create_children @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children) else Interface.new(parent_instance: self) end end
name()
click to toggle source
Area
ID
# File lib/palo_alto/config.rb, line 199411 def name prop_get('@name') end
range()
click to toggle source
# File lib/palo_alto/config.rb, line 198799 def range if @create_children @subclasses['range'] ||= Range.new(parent_instance: self, create_children: @create_children) else Range.new(parent_instance: self) end end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 198732 def type if @create_children @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children) else Type.new(parent_instance: self) end end
virtual_link()
click to toggle source
# File lib/palo_alto/config.rb, line 199385 def virtual_link if @create_children @subclasses['virtual-link'] ||= VirtualLink.new(parent_instance: self, create_children: @create_children) else VirtualLink.new(parent_instance: self) end end