class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Vulnerability::Entry::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 96258
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 96483
def action
        if @create_children
                @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children)
        else
                Action.new(parent_instance: self)
        end
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 96542
def category
        prop_get('category')
end
category=(val) click to toggle source
# File lib/palo_alto/config.rb, line 96545
def category=(val)
        prop_set('category', val)
end
cve() click to toggle source
# File lib/palo_alto/config.rb, line 96286
def cve
        if @create_children
                @subclasses['cve'] ||= Cve.new(parent_instance: self, create_children: @create_children)
        else
                Cve.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 96255
def has_multiple_values?
        false
end
host() click to toggle source
# File lib/palo_alto/config.rb, line 96536
def host
        prop_get('host')
end
host=(val) click to toggle source
# File lib/palo_alto/config.rb, line 96539
def host=(val)
        prop_set('host', val)
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 96525
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 96548
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 96551
def packet_capture=(val)
        prop_set('packet-capture', val)
end
severity() click to toggle source
# File lib/palo_alto/config.rb, line 96348
def severity
        if @create_children
                @subclasses['severity'] ||= Severity.new(parent_instance: self, create_children: @create_children)
        else
                Severity.new(parent_instance: self)
        end
end
threat_name() click to toggle source

Threat name

# File lib/palo_alto/config.rb, line 96529
def threat_name
        prop_get('threat-name')
end
threat_name=(val) click to toggle source

Threat name

# File lib/palo_alto/config.rb, line 96533
def threat_name=(val)
        prop_set('threat-name', val)
end
vendor_id() click to toggle source
# File lib/palo_alto/config.rb, line 96318
def vendor_id
        if @create_children
                @subclasses['vendor-id'] ||= VendorId.new(parent_instance: self, create_children: @create_children)
        else
                VendorId.new(parent_instance: self)
        end
end