class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::CustomChecks::Criteria::RegistryKey::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 339799
def _section
        :'entry'
end
default_value_data() click to toggle source

Registry key default value data

# File lib/palo_alto/config.rb, line 339895
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 339899
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 339796
def has_multiple_values?
        false
end
name() click to toggle source

Registry key

# File lib/palo_alto/config.rb, line 339891
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 339903
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 339907
def negate=(val)
        prop_set('negate', val)
end
registry_value() click to toggle source
# File lib/palo_alto/config.rb, line 339864
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