class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Multicast::Rp::LocalRp::CandidateRp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 301470 def _section :'candidate-rp' end
address()
click to toggle source
candidate RP address
# File lib/palo_alto/config.rb, line 301545 def address prop_get('address') end
address=(val)
click to toggle source
candidate RP address
# File lib/palo_alto/config.rb, line 301549 def address=(val) prop_set('address', val) end
advertisement_interval()
click to toggle source
The time interval in seconds between candidate rp advertisements
# File lib/palo_alto/config.rb, line 301561 def advertisement_interval prop_get('advertisement-interval') end
advertisement_interval=(val)
click to toggle source
The time interval in seconds between candidate rp advertisements
# File lib/palo_alto/config.rb, line 301565 def advertisement_interval=(val) prop_set('advertisement-interval', val) end
group_addresses()
click to toggle source
# File lib/palo_alto/config.rb, line 301496 def group_addresses if @create_children @subclasses['group-addresses'] ||= GroupAddresses.new(parent_instance: self, create_children: @create_children) else GroupAddresses.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 301467 def has_multiple_values? false end
interface()
click to toggle source
candidate RP interface
# File lib/palo_alto/config.rb, line 301537 def interface prop_get('interface') end
interface=(val)
click to toggle source
candidate RP interface
# File lib/palo_alto/config.rb, line 301541 def interface=(val) prop_set('interface', val) end
priority()
click to toggle source
The priority for this candidate rt
# File lib/palo_alto/config.rb, line 301553 def priority prop_get('priority') end
priority=(val)
click to toggle source
The priority for this candidate rt
# File lib/palo_alto/config.rb, line 301557 def priority=(val) prop_set('priority', val) end