class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast::MaximumPrefix::Action

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 314107
def _section
        :'action'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 314104
def has_multiple_values?
        false
end
restart() click to toggle source
# File lib/palo_alto/config.rb, line 314146
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 314119
def warning_only
        @subclasses['warning-only'] ||= WarningOnly.new(parent_instance: self, create_children: @create_children)
end