class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::CustomChecks::Criteria::RegistryKey::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 94017 def _section :'entry' end
default_value_data()
click to toggle source
Registry key default value data
# File lib/palo_alto/config.rb, line 94113 def default_value_data prop_get('default-value-data') end
default_value_data=(val)
click to toggle source
Registry key default value data
# File lib/palo_alto/config.rb, line 94117 def default_value_data=(val) prop_set('default-value-data', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 94014 def has_multiple_values? false end
name()
click to toggle source
Registry key
# File lib/palo_alto/config.rb, line 94109 def name prop_get('@name') end
negate()
click to toggle source
Key does not exist or match specified value data
# File lib/palo_alto/config.rb, line 94121 def negate prop_get('negate') end
negate=(val)
click to toggle source
Key does not exist or match specified value data
# File lib/palo_alto/config.rb, line 94125 def negate=(val) prop_set('negate', val) end
registry_value()
click to toggle source
# File lib/palo_alto/config.rb, line 94082 def registry_value if @create_children @subclasses['registry-value'] ||= RegistryValue.new(parent_instance: self, create_children: @create_children) else RegistryValue.new(parent_instance: self) end end