class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast::SendCommunity

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 314266
def _section
        :'send-community'
end
all() click to toggle source
# File lib/palo_alto/config.rb, line 314278
def all
        @subclasses['all'] ||= All.new(parent_instance: self, create_children: @create_children)
end
both() click to toggle source
# File lib/palo_alto/config.rb, line 314290
def both
        @subclasses['both'] ||= Both.new(parent_instance: self, create_children: @create_children)
end
extended() click to toggle source
# File lib/palo_alto/config.rb, line 314302
def extended
        @subclasses['extended'] ||= Extended.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 314263
def has_multiple_values?
        false
end
large() click to toggle source
# File lib/palo_alto/config.rb, line 314314
def large
        @subclasses['large'] ||= Large.new(parent_instance: self, create_children: @create_children)
end
standard() click to toggle source
# File lib/palo_alto/config.rb, line 314326
def standard
        @subclasses['standard'] ||= Standard.new(parent_instance: self, create_children: @create_children)
end