class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28::Ikev2Gateway::Entry::PeerId

Public Instance Methods

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

Peer ID string

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

Peer ID string

# File lib/palo_alto/config.rb, line 366290
def id=(val)
        prop_set('id', val)
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 366279
def type
        prop_get('type')
end
type=(val) click to toggle source
# File lib/palo_alto/config.rb, line 366282
def type=(val)
        prop_set('type', val)
end