class PaloAlto::XML::Config::Devices::Entry::Template::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 233675 def _section :'external' end
cutoff_time()
click to toggle source
Gateway discovery cutoff time in seconds
# File lib/palo_alto/config.rb, line 233873 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 233877 def cutoff_time=(val) prop_set('cutoff-time', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233672 def has_multiple_values? false end
list()
click to toggle source
# File lib/palo_alto/config.rb, line 233857 def list if @create_children @subclasses['list'] ||= List.new(parent_instance: self, create_children: @create_children) else List.new(parent_instance: self) end end