class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Virus::Entry::Decoder::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 95012
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 95067
def action
        prop_get('action')
end
action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95070
def action=(val)
        prop_set('action', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 95009
def has_multiple_values?
        false
end
mlav_action() click to toggle source
# File lib/palo_alto/config.rb, line 95079
def mlav_action
        prop_get('mlav-action')
end
mlav_action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95082
def mlav_action=(val)
        prop_set('mlav-action', val)
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 95064
def name
        prop_get('@name')
end
wildfire_action() click to toggle source
# File lib/palo_alto/config.rb, line 95073
def wildfire_action
        prop_get('wildfire-action')
end
wildfire_action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95076
def wildfire_action=(val)
        prop_set('wildfire-action', val)
end