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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 339813
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 339810
def has_multiple_values?
        false
end
name() click to toggle source

Registry value name

# File lib/palo_alto/config.rb, line 339836
def name
        prop_get('@name')
end
negate() click to toggle source

Value does not exist or match specified value data

# File lib/palo_alto/config.rb, line 339848
def negate
        prop_get('negate')
end
negate=(val) click to toggle source

Value does not exist or match specified value data

# File lib/palo_alto/config.rb, line 339852
def negate=(val)
        prop_set('negate', val)
end
value_data() click to toggle source

Registry value data

# File lib/palo_alto/config.rb, line 339840
def value_data
        prop_get('value-data')
end
value_data=(val) click to toggle source

Registry value data

# File lib/palo_alto/config.rb, line 339844
def value_data=(val)
        prop_set('value-data', val)
end