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

Key name

# File lib/palo_alto/config.rb, line 339974
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 339986
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 339990
def negate=(val)
        prop_set('negate', val)
end
value() click to toggle source

Key value

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

Key value

# File lib/palo_alto/config.rb, line 339982
def value=(val)
        prop_set('value', val)
end