class PaloAlto::XML::Config::Shared::Threats::Spyware::Entry::Signature::Combination::AndCondition::Entry::OrCondition::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 18859
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 18856
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 18881
def name
        prop_get('@name')
end
threat_id() click to toggle source

threat id

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

threat id

# File lib/palo_alto/config.rb, line 18889
def threat_id=(val)
        prop_set('threat-id', val)
end