class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Multicast::Rp::LocalRp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 194822 def _section :'local-rp' end
candidate_rp()
click to toggle source
# File lib/palo_alto/config.rb, line 195015 def candidate_rp @subclasses['candidate-rp'] ||= CandidateRp.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 194819 def has_multiple_values? false end
static_rp()
click to toggle source
# File lib/palo_alto/config.rb, line 194910 def static_rp @subclasses['static-rp'] ||= StaticRp.new(parent_instance: self, create_children: @create_children) end