class PaloAlto::XML::Config::Shared::PostRulebase::Qos::Rules::Entry::DscpTos::Codepoints::Entry::Ef

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 67859
def _section
        :'ef'
end
codepoint() click to toggle source
# File lib/palo_alto/config.rb, line 67866
def codepoint
        prop_get('codepoint')
end
codepoint=(val) click to toggle source
# File lib/palo_alto/config.rb, line 67869
def codepoint=(val)
        prop_set('codepoint', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 67856
def has_multiple_values?
        false
end