class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Multicast::SptThreshold::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 194761
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 194758
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 194786
def name
        prop_get('@name')
end
threshold() click to toggle source
# File lib/palo_alto/config.rb, line 194789
def threshold
        prop_get('threshold')
end
threshold=(val) click to toggle source
# File lib/palo_alto/config.rb, line 194792
def threshold=(val)
        prop_set('threshold', val)
end