class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast::MaximumPrefix
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 207895 def _section :'maximum-prefix' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 207946 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 207892 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 207966 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 207970 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 207974 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 207978 def threshold=(val) prop_set('threshold', val) end