class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::Protocol::Ikev2
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 187425 def _section :'ikev2' end
dpd()
click to toggle source
# File lib/palo_alto/config.rb, line 187465 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 187422 def has_multiple_values? false end
ike_crypto_profile()
click to toggle source
IKE SA crypto profile name
# File lib/palo_alto/config.rb, line 187493 def ike_crypto_profile prop_get('ike-crypto-profile') end
ike_crypto_profile=(val)
click to toggle source
IKE SA crypto profile name
# File lib/palo_alto/config.rb, line 187497 def ike_crypto_profile=(val) prop_set('ike-crypto-profile', val) end
send_peer_id()
click to toggle source
Send peer ID
# File lib/palo_alto/config.rb, line 187509 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 187513 def send_peer_id=(val) prop_set('send-peer-id', val) end