class PaloAlto::XML::Config::Shared::PostRulebase::Authentication::Rules::Entry

Public Instance Methods

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

Authentication enforcement object to use for authentication.

# File lib/palo_alto/config.rb, line 67207
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 67211
def authentication_enforcement=(val)
        prop_set('authentication-enforcement', val)
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 67069
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 67194
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 67197
def description=(val)
        prop_set('description', val)
end
destination() click to toggle source
# File lib/palo_alto/config.rb, line 66900
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 66968
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 67187
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 67191
def disabled=(val)
        prop_set('disabled', val)
end
from() click to toggle source
# File lib/palo_alto/config.rb, line 66739
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 67200
def group_tag
        prop_get('group-tag')
end
group_tag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 67203
def group_tag=(val)
        prop_set('group-tag', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 66565
def has_multiple_values?
        false
end
hip_profiles() click to toggle source
# File lib/palo_alto/config.rb, line 67103
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 67230
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 67233
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 67215
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 67219
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 67171
def name
        prop_get('@name')
end
negate_destination() click to toggle source
# File lib/palo_alto/config.rb, line 67180
def negate_destination
        prop_get('negate-destination')
end
negate_destination=(val) click to toggle source
# File lib/palo_alto/config.rb, line 67183
def negate_destination=(val)
        prop_set('negate-destination', val)
end
negate_source() click to toggle source
# File lib/palo_alto/config.rb, line 67174
def negate_source
        prop_get('negate-source')
end
negate_source=(val) click to toggle source
# File lib/palo_alto/config.rb, line 67177
def negate_source=(val)
        prop_set('negate-source', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 67033
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 66820
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 66936
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 66862
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 66996
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 66702
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 67223
def timeout
        prop_get('timeout')
end
timeout=(val) click to toggle source

expiration timer (minutes)

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