class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Authentication::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 110424
def _section
        :'entry'
end
authentication_enforcement() click to toggle source

Authentication enforcement object to use for authentication.

# File lib/palo_alto/config.rb, line 111096
def authentication_enforcement
        prop_get('authentication-enforcement')
end
authentication_enforcement=(val) click to toggle source

Authentication enforcement object to use for authentication.

# File lib/palo_alto/config.rb, line 111100
def authentication_enforcement=(val)
        prop_set('authentication-enforcement', val)
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 110955
def category
        if @create_children
                @subclasses['category'] ||= Category.new(parent_instance: self, create_children: @create_children)
        else
                Category.new(parent_instance: self)
        end
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 111083
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 111086
def description=(val)
        prop_set('description', val)
end
destination() click to toggle source
# File lib/palo_alto/config.rb, line 110775
def destination
        if @create_children
                @subclasses['destination'] ||= Destination.new(parent_instance: self, create_children: @create_children)
        else
                Destination.new(parent_instance: self)
        end
end
destination_hip() click to toggle source
# File lib/palo_alto/config.rb, line 110846
def destination_hip
        if @create_children
                @subclasses['destination-hip'] ||= DestinationHip.new(parent_instance: self, create_children: @create_children)
        else
                DestinationHip.new(parent_instance: self)
        end
end
disabled() click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 111076
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 111080
def disabled=(val)
        prop_set('disabled', val)
end
from() click to toggle source
# File lib/palo_alto/config.rb, line 110599
def from
        if @create_children
                @subclasses['from'] ||= From.new(parent_instance: self, create_children: @create_children)
        else
                From.new(parent_instance: self)
        end
end
group_tag() click to toggle source
# File lib/palo_alto/config.rb, line 111089
def group_tag
        prop_get('group-tag')
end
group_tag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 111092
def group_tag=(val)
        prop_set('group-tag', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 110421
def has_multiple_values?
        false
end
hip_profiles() click to toggle source
# File lib/palo_alto/config.rb, line 110990
def hip_profiles
        if @create_children
                @subclasses['hip-profiles'] ||= HipProfiles.new(parent_instance: self, create_children: @create_children)
        else
                HipProfiles.new(parent_instance: self)
        end
end
log_authentication_timeout() click to toggle source
# File lib/palo_alto/config.rb, line 111119
def log_authentication_timeout
        prop_get('log-authentication-timeout')
end
log_authentication_timeout=(val) click to toggle source
# File lib/palo_alto/config.rb, line 111122
def log_authentication_timeout=(val)
        prop_set('log-authentication-timeout', val)
end
log_setting() click to toggle source

Log setting for forwarding authentication logs

# File lib/palo_alto/config.rb, line 111104
def log_setting
        prop_get('log-setting')
end
log_setting=(val) click to toggle source

Log setting for forwarding authentication logs

# File lib/palo_alto/config.rb, line 111108
def log_setting=(val)
        prop_set('log-setting', val)
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 111060
def name
        prop_get('@name')
end
negate_destination() click to toggle source
# File lib/palo_alto/config.rb, line 111069
def negate_destination
        prop_get('negate-destination')
end
negate_destination=(val) click to toggle source
# File lib/palo_alto/config.rb, line 111072
def negate_destination=(val)
        prop_set('negate-destination', val)
end
negate_source() click to toggle source
# File lib/palo_alto/config.rb, line 111063
def negate_source
        prop_get('negate-source')
end
negate_source=(val) click to toggle source
# File lib/palo_alto/config.rb, line 111066
def negate_source=(val)
        prop_set('negate-source', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 110915
def service
        if @create_children
                @subclasses['service'] ||= Service.new(parent_instance: self, create_children: @create_children)
        else
                Service.new(parent_instance: self)
        end
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 110691
def source
        if @create_children
                @subclasses['source'] ||= Source.new(parent_instance: self, create_children: @create_children)
        else
                Source.new(parent_instance: self)
        end
end
source_hip() click to toggle source
# File lib/palo_alto/config.rb, line 110813
def source_hip
        if @create_children
                @subclasses['source-hip'] ||= SourceHip.new(parent_instance: self, create_children: @create_children)
        else
                SourceHip.new(parent_instance: self)
        end
end
source_user() click to toggle source
# File lib/palo_alto/config.rb, line 110732
def source_user
        if @create_children
                @subclasses['source-user'] ||= SourceUser.new(parent_instance: self, create_children: @create_children)
        else
                SourceUser.new(parent_instance: self)
        end
end
tag() click to toggle source
# File lib/palo_alto/config.rb, line 110876
def tag
        if @create_children
                @subclasses['tag'] ||= Tag.new(parent_instance: self, create_children: @create_children)
        else
                Tag.new(parent_instance: self)
        end
end
target() click to toggle source
# File lib/palo_alto/config.rb, line 110558
def target
        @subclasses['target'] ||= Target.new(parent_instance: self, create_children: @create_children)
end
timeout() click to toggle source

expiration timer (minutes)

# File lib/palo_alto/config.rb, line 111112
def timeout
        prop_get('timeout')
end
timeout=(val) click to toggle source

expiration timer (minutes)

# File lib/palo_alto/config.rb, line 111116
def timeout=(val)
        prop_set('timeout', val)
end
to() click to toggle source
# File lib/palo_alto/config.rb, line 110645
def to
        if @create_children
                @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children)
        else
                To.new(parent_instance: self)
        end
end