class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::Zone::Entry::Network

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 337377
def _section
        :'network'
end
enable_packet_buffer_protection() click to toggle source
# File lib/palo_alto/config.rb, line 337575
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 337578
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 337523
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 337374
def has_multiple_values?
        false
end
layer2() click to toggle source
# File lib/palo_alto/config.rb, line 337456
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 337494
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 337582
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 337586
def log_setting=(val)
        prop_set('log-setting', val)
end
tap() click to toggle source
# File lib/palo_alto/config.rb, line 337400
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 337539
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 337428
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 337568
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 337572
def zone_protection_profile=(val)
        prop_set('zone-protection-profile', val)
end