class PaloAlto::XML::Config::Devices::Entry::Template::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 231570
def _section
        :'entry'
end
client_config() click to toggle source
# File lib/palo_alto/config.rb, line 234996
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 233005
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 231567
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 235442
def name
        prop_get('@name')
end
portal_config() click to toggle source
# File lib/palo_alto/config.rb, line 232203
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 235432
def satellite_config
        @subclasses['satellite-config'] ||= SatelliteConfig.new(parent_instance: self, create_children: @create_children)
end