class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Multicast::Rp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 301367 def _section :'rp' end
external_rp()
click to toggle source
# File lib/palo_alto/config.rb, line 301659 def external_rp if @create_children @subclasses['external-rp'] ||= ExternalRp.new(parent_instance: self, create_children: @create_children) else ExternalRp.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 301364 def has_multiple_values? false end
local_rp()
click to toggle source
# File lib/palo_alto/config.rb, line 301574 def local_rp @subclasses['local-rp'] ||= LocalRp.new(parent_instance: self, create_children: @create_children) end