class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::CustomChecks::Criteria::Plist::Entry::Key::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 233343 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233340 def has_multiple_values? false end
name()
click to toggle source
Key
name
# File lib/palo_alto/config.rb, line 233366 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 233378 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 233382 def negate=(val) prop_set('negate', val) end
value()
click to toggle source
Key
value
# File lib/palo_alto/config.rb, line 233370 def value prop_get('value') end
value=(val)
click to toggle source
Key
value
# File lib/palo_alto/config.rb, line 233374 def value=(val) prop_set('value', val) end