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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 94946
def _section
        :'entry'
end
application() click to toggle source
# File lib/palo_alto/config.rb, line 95156
def application
        if @create_children
                @subclasses['application'] ||= Application.new(parent_instance: self, create_children: @create_children)
        else
                Application.new(parent_instance: self)
        end
end
decoder() click to toggle source
# File lib/palo_alto/config.rb, line 95094
def decoder
        if @create_children
                @subclasses['decoder'] ||= Decoder.new(parent_instance: self, create_children: @create_children)
        else
                Decoder.new(parent_instance: self)
        end
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 95298
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95301
def description=(val)
        prop_set('description', val)
end
disable_override() click to toggle source

disable object override in child device groups

# File lib/palo_alto/config.rb, line 95291
def disable_override
        prop_get('disable-override')
end
disable_override=(val) click to toggle source

disable object override in child device groups

# File lib/palo_alto/config.rb, line 95295
def disable_override=(val)
        prop_set('disable-override', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 94943
def has_multiple_values?
        false
end
mlav_engine_filebased_enabled() click to toggle source
# File lib/palo_alto/config.rb, line 94994
def mlav_engine_filebased_enabled
        if @create_children
                @subclasses['mlav-engine-filebased-enabled'] ||= MlavEngineFilebasedEnabled.new(parent_instance: self, create_children: @create_children)
        else
                MlavEngineFilebasedEnabled.new(parent_instance: self)
        end
end
mlav_exception() click to toggle source
# File lib/palo_alto/config.rb, line 95257
def mlav_exception
        if @create_children
                @subclasses['mlav-exception'] ||= MlavException.new(parent_instance: self, create_children: @create_children)
        else
                MlavException.new(parent_instance: self)
        end
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 95287
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 95304
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95307
def packet_capture=(val)
        prop_set('packet-capture', val)
end
threat_exception() click to toggle source
# File lib/palo_alto/config.rb, line 95195
def threat_exception
        if @create_children
                @subclasses['threat-exception'] ||= ThreatException.new(parent_instance: self, create_children: @create_children)
        else
                ThreatException.new(parent_instance: self)
        end
end