class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::RedistributionProfile::Entry::Ipv4::Unicast
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314819 def _section :'unicast' end
connected()
click to toggle source
# File lib/palo_alto/config.rb, line 314885 def connected @subclasses['connected'] ||= Connected.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314816 def has_multiple_values? false end
static()
click to toggle source
# File lib/palo_alto/config.rb, line 314852 def static @subclasses['static'] ||= Static.new(parent_instance: self, create_children: @create_children) end