class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Dos::Rules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 123870 def _section :'entry' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 124545 def action @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children) end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 124626 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 124629 def description=(val) prop_set('description', val) end
destination()
click to toggle source
# File lib/palo_alto/config.rb, line 124333 def destination if @create_children @subclasses['destination'] ||= Destination.new(parent_instance: self, create_children: @create_children) else Destination.new(parent_instance: self) end end
disabled()
click to toggle source
Disable the rule
# File lib/palo_alto/config.rb, line 124619 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
Disable the rule
# File lib/palo_alto/config.rb, line 124623 def disabled=(val) prop_set('disabled', val) end
from()
click to toggle source
# File lib/palo_alto/config.rb, line 124100 def from @subclasses['from'] ||= From.new(parent_instance: self, create_children: @create_children) end
group_tag()
click to toggle source
# File lib/palo_alto/config.rb, line 124632 def group_tag prop_get('group-tag') end
group_tag=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 124635 def group_tag=(val) prop_set('group-tag', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 123867 def has_multiple_values? false end
log_setting()
click to toggle source
# File lib/palo_alto/config.rb, line 124638 def log_setting prop_get('log-setting') end
log_setting=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 124641 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 124597 def name prop_get('@name') end
negate_destination()
click to toggle source
# File lib/palo_alto/config.rb, line 124612 def negate_destination prop_get('negate-destination') end
negate_destination=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 124615 def negate_destination=(val) prop_set('negate-destination', val) end
negate_source()
click to toggle source
# File lib/palo_alto/config.rb, line 124606 def negate_source prop_get('negate-source') end
negate_source=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 124609 def negate_source=(val) prop_set('negate-source', val) end
protection()
click to toggle source
# File lib/palo_alto/config.rb, line 124497 def protection @subclasses['protection'] ||= Protection.new(parent_instance: self, create_children: @create_children) end
schedule()
click to toggle source
# File lib/palo_alto/config.rb, line 124600 def schedule prop_get('schedule') end
schedule=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 124603 def schedule=(val) prop_set('schedule', val) end
service()
click to toggle source
# File lib/palo_alto/config.rb, line 124369 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 124246 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_user()
click to toggle source
# File lib/palo_alto/config.rb, line 124287 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 124399 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 124004 def target @subclasses['target'] ||= Target.new(parent_instance: self, create_children: @create_children) end
to()
click to toggle source
# File lib/palo_alto/config.rb, line 124201 def to @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children) end