class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast::SendCommunity
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314648 def _section :'send-community' end
all()
click to toggle source
# File lib/palo_alto/config.rb, line 314660 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 314672 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 314684 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 314645 def has_multiple_values? false end
large()
click to toggle source
# File lib/palo_alto/config.rb, line 314696 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 314708 def standard @subclasses['standard'] ||= Standard.new(parent_instance: self, create_children: @create_children) end