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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 340285
def _section
        :'external'
end
cutoff_time() click to toggle source

Gateway discovery cutoff time in seconds

# File lib/palo_alto/config.rb, line 340485
def cutoff_time
        prop_get('cutoff-time')
end
cutoff_time=(val) click to toggle source

Gateway discovery cutoff time in seconds

# File lib/palo_alto/config.rb, line 340489
def cutoff_time=(val)
        prop_set('cutoff-time', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 340282
def has_multiple_values?
        false
end
list() click to toggle source
# File lib/palo_alto/config.rb, line 340469
def list
        if @create_children
                @subclasses['list'] ||= List.new(parent_instance: self, create_children: @create_children)
        else
                List.new(parent_instance: self)
        end
end