class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::Gateways

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 233495
def _section
        :'gateways'
end
external() click to toggle source
# File lib/palo_alto/config.rb, line 233881
def external
        @subclasses['external'] ||= External.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 233492
def has_multiple_values?
        false
end
internal() click to toggle source
# File lib/palo_alto/config.rb, line 233668
def internal
        @subclasses['internal'] ||= Internal.new(parent_instance: self, create_children: @create_children)
end