class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast::MaximumPrefix
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 207513 def _section :'maximum-prefix' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 207564 def action @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 207510 def has_multiple_values? false end
num_prefixes()
click to toggle source
Max allowed prefixes from this peer
# File lib/palo_alto/config.rb, line 207584 def num_prefixes prop_get('num_prefixes') end
num_prefixes=(val)
click to toggle source
Max allowed prefixes from this peer
# File lib/palo_alto/config.rb, line 207588 def num_prefixes=(val) prop_set('num_prefixes', val) end
threshold()
click to toggle source
Threshold value (%) at which to generate a warning msg
# File lib/palo_alto/config.rb, line 207592 def threshold prop_get('threshold') end
threshold=(val)
click to toggle source
Threshold value (%) at which to generate a warning msg
# File lib/palo_alto/config.rb, line 207596 def threshold=(val) prop_set('threshold', val) end