class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::CustomChecks::Criteria::Plist::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 94155 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 94152 def has_multiple_values? false end
key()
click to toggle source
# File lib/palo_alto/config.rb, line 94220 def key if @create_children @subclasses['key'] ||= Key.new(parent_instance: self, create_children: @create_children) else Key.new(parent_instance: self) end end
name()
click to toggle source
Preference list
# File lib/palo_alto/config.rb, line 94240 def name prop_get('@name') end
negate()
click to toggle source
Plist
does not exist
# File lib/palo_alto/config.rb, line 94244 def negate prop_get('negate') end
negate=(val)
click to toggle source
Plist
does not exist
# File lib/palo_alto/config.rb, line 94248 def negate=(val) prop_set('negate', val) end