class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::PeerId

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 293532
def _section
        :'peer-id'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 293529
def has_multiple_values?
        false
end
id() click to toggle source

Peer ID string

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

Peer ID string

# File lib/palo_alto/config.rb, line 293575
def id=(val)
        prop_set('id', val)
end
matching() click to toggle source

Enable peer ID wildcard match for certificate authentication

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

Enable peer ID wildcard match for certificate authentication

# File lib/palo_alto/config.rb, line 293583
def matching=(val)
        prop_set('matching', val)
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 293564
def type
        prop_get('type')
end
type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 293567
def type=(val)
        prop_set('type', val)
end