class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 301374
def _section
        :'local-rp'
end
candidate_rp() click to toggle source
# File lib/palo_alto/config.rb, line 301569
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 301371
def has_multiple_values?
        false
end
static_rp() click to toggle source
# File lib/palo_alto/config.rb, line 301463
def static_rp
        @subclasses['static-rp'] ||= StaticRp.new(parent_instance: self, create_children: @create_children)
end