class PaloAlto::XML::Config::Devices::Entry::Template::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 233205
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 233202
def has_multiple_values?
        false
end
name() click to toggle source

Registry value name

# File lib/palo_alto/config.rb, line 233228
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 233240
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 233244
def negate=(val)
        prop_set('negate', val)
end
value_data() click to toggle source

Registry value data

# File lib/palo_alto/config.rb, line 233232
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 233236
def value_data=(val)
        prop_set('value-data', val)
end