class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::SecurityRestrictions::SourceIpEnforcement
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 236550 def _section :'source-ip-enforcement' end
custom()
click to toggle source
# File lib/palo_alto/config.rb, line 236601 def custom @subclasses['custom'] ||= Custom.new(parent_instance: self, create_children: @create_children) end
default()
click to toggle source
# File lib/palo_alto/config.rb, line 236562 def default @subclasses['default'] ||= Default.new(parent_instance: self, create_children: @create_children) end
enable()
click to toggle source
Allow Authentication Cookie Usage Only
# File lib/palo_alto/config.rb, line 236610 def enable prop_get('enable') end
enable=(val)
click to toggle source
Allow Authentication Cookie Usage Only
# File lib/palo_alto/config.rb, line 236614 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 236547 def has_multiple_values? false end