class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::Protocol::Ikev1

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 187292
def _section
        :'ikev1'
end
commit_bit() click to toggle source

Send commit bit

# File lib/palo_alto/config.rb, line 187402
def commit_bit
        prop_get('commit-bit')
end
commit_bit=(val) click to toggle source

Send commit bit

# File lib/palo_alto/config.rb, line 187406
def commit_bit=(val)
        prop_set('commit-bit', val)
end
dpd() click to toggle source
# File lib/palo_alto/config.rb, line 187348
def dpd
        @subclasses['dpd'] ||= Dpd.new(parent_instance: self, create_children: @create_children)
end
exchange_mode() click to toggle source

Exchange mode

# File lib/palo_alto/config.rb, line 187386
def exchange_mode
        prop_get('exchange-mode')
end
exchange_mode=(val) click to toggle source

Exchange mode

# File lib/palo_alto/config.rb, line 187390
def exchange_mode=(val)
        prop_set('exchange-mode', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 187289
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 187394
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 187398
def ike_crypto_profile=(val)
        prop_set('ike-crypto-profile', val)
end
initial_contact() click to toggle source

Send initial contact

# File lib/palo_alto/config.rb, line 187410
def initial_contact
        prop_get('initial-contact')
end
initial_contact=(val) click to toggle source

Send initial contact

# File lib/palo_alto/config.rb, line 187414
def initial_contact=(val)
        prop_set('initial-contact', val)
end