class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualWire::Entry::MulticastFirewalling
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 299494 def _section :'multicast-firewalling' end
enable()
click to toggle source
Enable firewalling for non-unicast traffic
# File lib/palo_alto/config.rb, line 299504 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 299508 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299491 def has_multiple_values? false end