class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::Zone::Entry::Network
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 230770 def _section :'network' end
enable_packet_buffer_protection()
click to toggle source
# File lib/palo_alto/config.rb, line 230968 def enable_packet_buffer_protection prop_get('enable-packet-buffer-protection') end
enable_packet_buffer_protection=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 230971 def enable_packet_buffer_protection=(val) prop_set('enable-packet-buffer-protection', val) end
external()
click to toggle source
# File lib/palo_alto/config.rb, line 230916 def external if @create_children @subclasses['external'] ||= External.new(parent_instance: self, create_children: @create_children) else External.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 230767 def has_multiple_values? false end
layer2()
click to toggle source
# File lib/palo_alto/config.rb, line 230849 def layer2 if @create_children @subclasses['layer2'] ||= Layer2.new(parent_instance: self, create_children: @create_children) else Layer2.new(parent_instance: self) end end
layer3()
click to toggle source
# File lib/palo_alto/config.rb, line 230887 def layer3 if @create_children @subclasses['layer3'] ||= Layer3.new(parent_instance: self, create_children: @create_children) else Layer3.new(parent_instance: self) end end
log_setting()
click to toggle source
Log
setting for forwarding scan logs
# File lib/palo_alto/config.rb, line 230975 def log_setting prop_get('log-setting') end
log_setting=(val)
click to toggle source
Log
setting for forwarding scan logs
# File lib/palo_alto/config.rb, line 230979 def log_setting=(val) prop_set('log-setting', val) end
tap()
click to toggle source
# File lib/palo_alto/config.rb, line 230793 def tap if @create_children @subclasses['tap'] ||= Tap.new(parent_instance: self, create_children: @create_children) else Tap.new(parent_instance: self) end end
tunnel()
click to toggle source
# File lib/palo_alto/config.rb, line 230932 def tunnel @subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, create_children: @create_children) end
virtual_wire()
click to toggle source
# File lib/palo_alto/config.rb, line 230821 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
zone_protection_profile()
click to toggle source
Zone
protection profile
# File lib/palo_alto/config.rb, line 230961 def zone_protection_profile prop_get('zone-protection-profile') end
zone_protection_profile=(val)
click to toggle source
Zone
protection profile
# File lib/palo_alto/config.rb, line 230965 def zone_protection_profile=(val) prop_set('zone-protection-profile', val) end