class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 314482
def _section
        :'maximum-prefix'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 314533
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 314479
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 314553
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 314557
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 314561
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 314565
def threshold=(val)
        prop_set('threshold', val)
end