class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::ManagementTunnel__19::Ikev2Gateway::Entry::Protocol::Ikev2
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 361084 def _section :'ikev2' end
dpd()
click to toggle source
# File lib/palo_alto/config.rb, line 361124 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 361081 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 361149 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 361153 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 361165 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 361169 def send_peer_id=(val) prop_set('send-peer-id', val) end