class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualWire::Entry::MulticastFirewalling

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 192946
def _section
        :'multicast-firewalling'
end
enable() click to toggle source

Enable firewalling for non-unicast traffic

# File lib/palo_alto/config.rb, line 192956
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Enable firewalling for non-unicast traffic

# File lib/palo_alto/config.rb, line 192960
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 192943
def has_multiple_values?
        false
end