class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 343166
def _section
        :'source-ip-enforcement'
end
custom() click to toggle source
# File lib/palo_alto/config.rb, line 343217
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 343178
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 343226
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Allow Authentication Cookie Usage Only

# File lib/palo_alto/config.rb, line 343230
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 343163
def has_multiple_values?
        false
end