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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 316574
def _section
        :'network'
end
enable_packet_buffer_protection() click to toggle source
# File lib/palo_alto/config.rb, line 316669
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 316672
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 316636
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 316571
def has_multiple_values?
        false
end
layer3() click to toggle source
# File lib/palo_alto/config.rb, line 316604
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 316676
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 316680
def log_setting=(val)
        prop_set('log-setting', val)
end
zone_protection_profile() click to toggle source

Zone protection profile

# File lib/palo_alto/config.rb, line 316662
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 316666
def zone_protection_profile=(val)
        prop_set('zone-protection-profile', val)
end