class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28::Ikev2Gateway::Entry::Protocol::Ikev2
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 366455 def _section :'ikev2' end
dpd()
click to toggle source
# File lib/palo_alto/config.rb, line 366495 def dpd @subclasses['dpd'] ||= Dpd.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 366452 def has_multiple_values? false end
ikev2_crypto_profile()
click to toggle source
MP-IKEv2 SA crypto profile name
# File lib/palo_alto/config.rb, line 366520 def ikev2_crypto_profile prop_get('ikev2-crypto-profile') end
ikev2_crypto_profile=(val)
click to toggle source
MP-IKEv2 SA crypto profile name
# File lib/palo_alto/config.rb, line 366524 def ikev2_crypto_profile=(val) prop_set('ikev2-crypto-profile', val) end
send_peer_id()
click to toggle source
Send peer ID
# File lib/palo_alto/config.rb, line 366536 def send_peer_id prop_get('send-peer-id') end
send_peer_id=(val)
click to toggle source
Send peer ID
# File lib/palo_alto/config.rb, line 366540 def send_peer_id=(val) prop_set('send-peer-id', val) end