class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::RedistributionProfile::Entry::Ipv6::Unicast
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314909 def _section :'unicast' end
connected()
click to toggle source
# File lib/palo_alto/config.rb, line 314975 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 314906 def has_multiple_values? false end
static()
click to toggle source
# File lib/palo_alto/config.rb, line 314942 def static @subclasses['static'] ||= Static.new(parent_instance: self, create_children: @create_children) end