class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 293959
def _section
        :'ikev2'
end
dpd() click to toggle source
# File lib/palo_alto/config.rb, line 293999
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 293956
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 294027
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 294031
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 294043
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 294047
def send_peer_id=(val)
        prop_set('send-peer-id', val)
end