class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::ManagementTunnel__32::Ikev2Gateway::Entry::Protocol::Ikev2

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 75287
def _section
        :'ikev2'
end
dpd() click to toggle source
# File lib/palo_alto/config.rb, line 75327
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 75284
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 75352
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 75356
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 75368
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 75372
def send_peer_id=(val)
        prop_set('send-peer-id', val)
end