class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Authentication::Rules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 119607 def _section :'entry' end
authentication_enforcement()
click to toggle source
Authentication
enforcement object to use for authentication.
# File lib/palo_alto/config.rb, line 120279 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 120283 def authentication_enforcement=(val) prop_set('authentication-enforcement', val) end
category()
click to toggle source
# File lib/palo_alto/config.rb, line 120138 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 120266 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 120269 def description=(val) prop_set('description', val) end
destination()
click to toggle source
# File lib/palo_alto/config.rb, line 119958 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 120029 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 120259 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
Disable the rule
# File lib/palo_alto/config.rb, line 120263 def disabled=(val) prop_set('disabled', val) end
from()
click to toggle source
# File lib/palo_alto/config.rb, line 119782 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 120272 def group_tag prop_get('group-tag') end
group_tag=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 120275 def group_tag=(val) prop_set('group-tag', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 119604 def has_multiple_values? false end
hip_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 120173 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 120302 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 120305 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 120287 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 120291 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 120243 def name prop_get('@name') end
negate_destination()
click to toggle source
# File lib/palo_alto/config.rb, line 120252 def negate_destination prop_get('negate-destination') end
negate_destination=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 120255 def negate_destination=(val) prop_set('negate-destination', val) end
negate_source()
click to toggle source
# File lib/palo_alto/config.rb, line 120246 def negate_source prop_get('negate-source') end
negate_source=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 120249 def negate_source=(val) prop_set('negate-source', val) end
service()
click to toggle source
# File lib/palo_alto/config.rb, line 120098 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 119874 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 119996 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 119915 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 120059 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 119741 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 120295 def timeout prop_get('timeout') end
timeout=(val)
click to toggle source
expiration timer (minutes)
# File lib/palo_alto/config.rb, line 120299 def timeout=(val) prop_set('timeout', val) end
to()
click to toggle source
# File lib/palo_alto/config.rb, line 119828 def to if @create_children @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children) else To.new(parent_instance: self) end end