class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 294951
def _section
        :'tunnel__5'
end
global_protect_gateway() click to toggle source
# File lib/palo_alto/config.rb, line 297486
def global_protect_gateway
        if @create_children
                @subclasses['global-protect-gateway'] ||= GlobalProtectGateway.new(parent_instance: self, create_children: @create_children)
        else
                GlobalProtectGateway.new(parent_instance: self)
        end
end
global_protect_site_to_site() click to toggle source
# File lib/palo_alto/config.rb, line 298090
def global_protect_site_to_site
        if @create_children
                @subclasses['global-protect-site-to-site'] ||= GlobalProtectSiteToSite.new(parent_instance: self, create_children: @create_children)
        else
                GlobalProtectSiteToSite.new(parent_instance: self)
        end
end
gre() click to toggle source
# File lib/palo_alto/config.rb, line 295354
def gre
        if @create_children
                @subclasses['gre'] ||= Gre.new(parent_instance: self, create_children: @create_children)
        else
                Gre.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 294948
def has_multiple_values?
        false
end
hop() click to toggle source
# File lib/palo_alto/config.rb, line 295073
def hop
        if @create_children
                @subclasses['hop'] ||= Hop.new(parent_instance: self, create_children: @create_children)
        else
                Hop.new(parent_instance: self)
        end
end
ipsec() click to toggle source
# File lib/palo_alto/config.rb, line 296827
def ipsec
        if @create_children
                @subclasses['ipsec'] ||= Ipsec.new(parent_instance: self, create_children: @create_children)
        else
                Ipsec.new(parent_instance: self)
        end
end