class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 301052 def _section :'pim' end
allowed_neighbors()
click to toggle source
# File lib/palo_alto/config.rb, line 301091 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 301149 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 301153 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 301181 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 301185 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 301173 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 301177 def dr_priority=(val) prop_set('dr-priority', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 301142 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 301145 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 301049 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 301157 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 301161 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 301165 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 301169 def join_prune_interval=(val) prop_set('join-prune-interval', val) end