class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Area::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 196775 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 196772 def has_multiple_values? false end
interface()
click to toggle source
# File lib/palo_alto/config.rb, line 197432 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 197666 def name prop_get('@name') end
range()
click to toggle source
# File lib/palo_alto/config.rb, line 197099 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 197032 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 197648 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