class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 277608 def _section :'network' end
dhcp()
click to toggle source
# File lib/palo_alto/config.rb, line 316463 def dhcp @subclasses['dhcp'] ||= Dhcp.new(parent_instance: self, create_children: @create_children) end
dns_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 315551 def dns_proxy if @create_children @subclasses['dns-proxy'] ||= DnsProxy.new(parent_instance: self, create_children: @create_children) else DnsProxy.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 277605 def has_multiple_values? false end
ike__4()
click to toggle source
# File lib/palo_alto/config.rb, line 294944 def ike__4 @subclasses['ike__4'] ||= Ike__4.new(parent_instance: self, create_children: @create_children) end
interface()
click to toggle source
# File lib/palo_alto/config.rb, line 293362 def interface @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children) end
lldp()
click to toggle source
# File lib/palo_alto/config.rb, line 324467 def lldp @subclasses['lldp'] ||= Lldp.new(parent_instance: self, create_children: @create_children) end
logical_router()
click to toggle source
# File lib/palo_alto/config.rb, line 313826 def logical_router if @create_children @subclasses['logical-router'] ||= LogicalRouter.new(parent_instance: self, create_children: @create_children) else LogicalRouter.new(parent_instance: self) end end
profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 279965 def profiles @subclasses['profiles'] ||= Profiles.new(parent_instance: self, create_children: @create_children) end
qos()
click to toggle source
# File lib/palo_alto/config.rb, line 299205 def qos @subclasses['qos'] ||= Qos.new(parent_instance: self, create_children: @create_children) end
routing_profile()
click to toggle source
# File lib/palo_alto/config.rb, line 315021 def routing_profile @subclasses['routing-profile'] ||= RoutingProfile.new(parent_instance: self, create_children: @create_children) end
spanning_tree()
click to toggle source
# File lib/palo_alto/config.rb, line 299469 def spanning_tree if @create_children @subclasses['spanning-tree'] ||= SpanningTree.new(parent_instance: self, create_children: @create_children) else SpanningTree.new(parent_instance: self) end end
tunnel__5()
click to toggle source
# File lib/palo_alto/config.rb, line 298099 def tunnel__5 @subclasses['tunnel__5'] ||= Tunnel__5.new(parent_instance: self, create_children: @create_children) end
underlay_net()
click to toggle source
# File lib/palo_alto/config.rb, line 324555 def underlay_net @subclasses['underlay-net'] ||= UnderlayNet.new(parent_instance: self, create_children: @create_children) end
virtual_router()
click to toggle source
# File lib/palo_alto/config.rb, line 311834 def virtual_router if @create_children @subclasses['virtual-router'] ||= VirtualRouter.new(parent_instance: self, create_children: @create_children) else VirtualRouter.new(parent_instance: self) end end
virtual_wire()
click to toggle source
# File lib/palo_alto/config.rb, line 299611 def virtual_wire if @create_children @subclasses['virtual-wire'] ||= VirtualWire.new(parent_instance: self, create_children: @create_children) else VirtualWire.new(parent_instance: self) end end
vlan()
click to toggle source
# File lib/palo_alto/config.rb, line 298247 def vlan if @create_children @subclasses['vlan'] ||= Vlan.new(parent_instance: self, create_children: @create_children) else Vlan.new(parent_instance: self) end end