class PaloAlto::XML::Config::Devices::Entry::Template::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 194917 def _section :'candidate-rp' end
address()
click to toggle source
candidate RP address
# File lib/palo_alto/config.rb, line 194991 def address prop_get('address') end
address=(val)
click to toggle source
candidate RP address
# File lib/palo_alto/config.rb, line 194995 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 195007 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 195011 def advertisement_interval=(val) prop_set('advertisement-interval', val) end
group_addresses()
click to toggle source
# File lib/palo_alto/config.rb, line 194942 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 194914 def has_multiple_values? false end
interface()
click to toggle source
candidate RP interface
# File lib/palo_alto/config.rb, line 194983 def interface prop_get('interface') end
interface=(val)
click to toggle source
candidate RP interface
# File lib/palo_alto/config.rb, line 194987 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 194999 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 195003 def priority=(val) prop_set('priority', val) end