class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Netflow::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 221074
def _section
        :'entry'
end
active_timeout() click to toggle source

Active timeout in minutes

# File lib/palo_alto/config.rb, line 221211
def active_timeout
        prop_get('active-timeout')
end
active_timeout=(val) click to toggle source

Active timeout in minutes

# File lib/palo_alto/config.rb, line 221215
def active_timeout=(val)
        prop_set('active-timeout', val)
end
export_enterprise_fields() click to toggle source

Export PAN-OS Specific Field Types

# File lib/palo_alto/config.rb, line 221219
def export_enterprise_fields
        prop_get('export-enterprise-fields')
end
export_enterprise_fields=(val) click to toggle source

Export PAN-OS Specific Field Types

# File lib/palo_alto/config.rb, line 221223
def export_enterprise_fields=(val)
        prop_set('export-enterprise-fields', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 221071
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 221207
def name
        prop_get('@name')
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 221180
def server
        if @create_children
                @subclasses['server'] ||= Server.new(parent_instance: self, create_children: @create_children)
        else
                Server.new(parent_instance: self)
        end
end
template_refresh_rate() click to toggle source
# File lib/palo_alto/config.rb, line 221109
def template_refresh_rate
        @subclasses['template-refresh-rate'] ||= TemplateRefreshRate.new(parent_instance: self, create_children: @create_children)
end