class PaloAlto::XML::Config::Devices::Entry::Template::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 207679 def _section :'send-community' end
all()
click to toggle source
# File lib/palo_alto/config.rb, line 207691 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 207703 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 207715 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 207676 def has_multiple_values? false end
large()
click to toggle source
# File lib/palo_alto/config.rb, line 207727 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 207739 def standard @subclasses['standard'] ||= Standard.new(parent_instance: self, create_children: @create_children) end