class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Threats::Vulnerability::Entry::Signature::Combination::AndCondition::Entry::OrCondition::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 90721 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 90718 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 90745 def name prop_get('@name') end
threat_id()
click to toggle source
threat id
# File lib/palo_alto/config.rb, line 90749 def threat_id prop_get('threat-id') end
threat_id=(val)
click to toggle source
threat id
# File lib/palo_alto/config.rb, line 90753 def threat_id=(val) prop_set('threat-id', val) end