class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 338177
def _section
        :'entry'
end
client_config() click to toggle source
# File lib/palo_alto/config.rb, line 341610
def client_config
        @subclasses['client-config'] ||= ClientConfig.new(parent_instance: self, create_children: @create_children)
end
clientless_vpn() click to toggle source
# File lib/palo_alto/config.rb, line 339613
def clientless_vpn
        @subclasses['clientless-vpn'] ||= ClientlessVpn.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 338174
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string begin with letter: [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 342058
def name
        prop_get('@name')
end
portal_config() click to toggle source
# File lib/palo_alto/config.rb, line 338810
def portal_config
        @subclasses['portal-config'] ||= PortalConfig.new(parent_instance: self, create_children: @create_children)
end
satellite_config() click to toggle source
# File lib/palo_alto/config.rb, line 342048
def satellite_config
        @subclasses['satellite-config'] ||= SatelliteConfig.new(parent_instance: self, create_children: @create_children)
end