class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 188920
def _section
        :'auto-key'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 188917
def has_multiple_values?
        false
end
ike_gateway() click to toggle source
# File lib/palo_alto/config.rb, line 188974
def ike_gateway
        if @create_children
                @subclasses['ike-gateway'] ||= IkeGateway.new(parent_instance: self, create_children: @create_children)
        else
                IkeGateway.new(parent_instance: self)
        end
end
ipsec_crypto_profile() click to toggle source

IPSec crypto profile name

# File lib/palo_alto/config.rb, line 189375
def ipsec_crypto_profile
        prop_get('ipsec-crypto-profile')
end
ipsec_crypto_profile=(val) click to toggle source

IPSec crypto profile name

# File lib/palo_alto/config.rb, line 189379
def ipsec_crypto_profile=(val)
        prop_set('ipsec-crypto-profile', val)
end
proxy_id() click to toggle source
# File lib/palo_alto/config.rb, line 189165
def proxy_id
        if @create_children
                @subclasses['proxy-id'] ||= ProxyId.new(parent_instance: self, create_children: @create_children)
        else
                ProxyId.new(parent_instance: self)
        end
end
proxy_id_v6() click to toggle source
# File lib/palo_alto/config.rb, line 189356
def proxy_id_v6
        if @create_children
                @subclasses['proxy-id-v6'] ||= ProxyIdV6.new(parent_instance: self, create_children: @create_children)
        else
                ProxyIdV6.new(parent_instance: self)
        end
end