class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast::MaximumPrefix::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314489 def _section :'action' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314486 def has_multiple_values? false end
restart()
click to toggle source
# File lib/palo_alto/config.rb, line 314528 def restart @subclasses['restart'] ||= Restart.new(parent_instance: self, create_children: @create_children) end
warning_only()
click to toggle source
# File lib/palo_alto/config.rb, line 314501 def warning_only @subclasses['warning-only'] ||= WarningOnly.new(parent_instance: self, create_children: @create_children) end