class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 293826
def _section
        :'ikev1'
end
commit_bit() click to toggle source

Send commit bit

# File lib/palo_alto/config.rb, line 293936
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 293940
def commit_bit=(val)
        prop_set('commit-bit', val)
end
dpd() click to toggle source
# File lib/palo_alto/config.rb, line 293882
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 293920
def exchange_mode
        prop_get('exchange-mode')
end
exchange_mode=(val) click to toggle source

Exchange mode

# File lib/palo_alto/config.rb, line 293924
def exchange_mode=(val)
        prop_set('exchange-mode', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 293823
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 293928
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 293932
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 293944
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 293948
def initial_contact=(val)
        prop_set('initial-contact', val)
end