class PaloAlto::XML::Config::Devices::Entry::Template::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 208061 def _section :'send-community' end
all()
click to toggle source
# File lib/palo_alto/config.rb, line 208073 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 208085 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 208097 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 208058 def has_multiple_values? false end
large()
click to toggle source
# File lib/palo_alto/config.rb, line 208109 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 208121 def standard @subclasses['standard'] ||= Standard.new(parent_instance: self, create_children: @create_children) end