class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 231556
def _section
        :'global-protect__36'
end
clientless_app() click to toggle source
# File lib/palo_alto/config.rb, line 237386
def clientless_app
        if @create_children
                @subclasses['clientless-app'] ||= ClientlessApp.new(parent_instance: self, create_children: @create_children)
        else
                ClientlessApp.new(parent_instance: self)
        end
end
clientless_app_group() click to toggle source
# File lib/palo_alto/config.rb, line 237455
def clientless_app_group
        if @create_children
                @subclasses['clientless-app-group'] ||= ClientlessAppGroup.new(parent_instance: self, create_children: @create_children)
        else
                ClientlessAppGroup.new(parent_instance: self)
        end
end
global_protect_gateway() click to toggle source
# File lib/palo_alto/config.rb, line 237175
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_mdm() click to toggle source
# File lib/palo_alto/config.rb, line 237304
def global_protect_mdm
        if @create_children
                @subclasses['global-protect-mdm'] ||= GlobalProtectMdm.new(parent_instance: self, create_children: @create_children)
        else
                GlobalProtectMdm.new(parent_instance: self)
        end
end
global_protect_portal() click to toggle source
# File lib/palo_alto/config.rb, line 235454
def global_protect_portal
        if @create_children
                @subclasses['global-protect-portal'] ||= GlobalProtectPortal.new(parent_instance: self, create_children: @create_children)
        else
                GlobalProtectPortal.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 231553
def has_multiple_values?
        false
end