class PaloAlto::XML::Config::Devices::Entry::Template::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 233191
def _section
        :'entry'
end
default_value_data() click to toggle source

Registry key default value data

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

Registry key

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