class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Multicast::InterfaceGroup::Entry::Pim
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 194501 def _section :'pim' end
allowed_neighbors()
click to toggle source
# File lib/palo_alto/config.rb, line 194540 def allowed_neighbors if @create_children @subclasses['allowed-neighbors'] ||= AllowedNeighbors.new(parent_instance: self, create_children: @create_children) else AllowedNeighbors.new(parent_instance: self) end end
assert_interval()
click to toggle source
interval between PIM Assert messages, in seconds
# File lib/palo_alto/config.rb, line 194598 def assert_interval prop_get('assert-interval') end
assert_interval=(val)
click to toggle source
interval between PIM Assert messages, in seconds
# File lib/palo_alto/config.rb, line 194602 def assert_interval=(val) prop_set('assert-interval', val) end
bsr_border()
click to toggle source
interface is bootstrap border
# File lib/palo_alto/config.rb, line 194630 def bsr_border prop_get('bsr-border') end
bsr_border=(val)
click to toggle source
interface is bootstrap border
# File lib/palo_alto/config.rb, line 194634 def bsr_border=(val) prop_set('bsr-border', val) end
dr_priority()
click to toggle source
Designated Router priority
# File lib/palo_alto/config.rb, line 194622 def dr_priority prop_get('dr-priority') end
dr_priority=(val)
click to toggle source
Designated Router priority
# File lib/palo_alto/config.rb, line 194626 def dr_priority=(val) prop_set('dr-priority', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 194591 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 194594 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 194498 def has_multiple_values? false end
hello_interval()
click to toggle source
interval between PIM Hello messages, in seconds, a value of 0 represents an 'infinite' interval
# File lib/palo_alto/config.rb, line 194606 def hello_interval prop_get('hello-interval') end
hello_interval=(val)
click to toggle source
interval between PIM Hello messages, in seconds, a value of 0 represents an 'infinite' interval
# File lib/palo_alto/config.rb, line 194610 def hello_interval=(val) prop_set('hello-interval', val) end
join_prune_interval()
click to toggle source
interval between PIM Join/Prune messages, in seconds
# File lib/palo_alto/config.rb, line 194614 def join_prune_interval prop_get('join-prune-interval') end
join_prune_interval=(val)
click to toggle source
interval between PIM Join/Prune messages, in seconds
# File lib/palo_alto/config.rb, line 194618 def join_prune_interval=(val) prop_set('join-prune-interval', val) end