class PaloAlto::XML::Config::Shared::PreRulebase::Sdwan::Rules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 61187 def _section :'entry' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 61674 def action @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children) end
application()
click to toggle source
# File lib/palo_alto/config.rb, line 61557 def application if @create_children @subclasses['application'] ||= Application.new(parent_instance: self, create_children: @create_children) else Application.new(parent_instance: self) end end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 61763 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 61766 def description=(val) prop_set('description', val) end
destination()
click to toggle source
# File lib/palo_alto/config.rb, line 61519 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 61756 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
Disable the rule
# File lib/palo_alto/config.rb, line 61760 def disabled=(val) prop_set('disabled', val) end
error_correction_profile()
click to toggle source
attach sdwan error correction profile associated with this rule
# File lib/palo_alto/config.rb, line 61792 def error_correction_profile prop_get('error-correction-profile') end
error_correction_profile=(val)
click to toggle source
attach sdwan error correction profile associated with this rule
# File lib/palo_alto/config.rb, line 61796 def error_correction_profile=(val) prop_set('error-correction-profile', val) end
from()
click to toggle source
# File lib/palo_alto/config.rb, line 61358 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 61769 def group_tag prop_get('group-tag') end
group_tag=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 61772 def group_tag=(val) prop_set('group-tag', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 61184 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 61740 def name prop_get('@name') end
negate_destination()
click to toggle source
# File lib/palo_alto/config.rb, line 61749 def negate_destination prop_get('negate-destination') end
negate_destination=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 61752 def negate_destination=(val) prop_set('negate-destination', val) end
negate_source()
click to toggle source
# File lib/palo_alto/config.rb, line 61743 def negate_source prop_get('negate-source') end
negate_source=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 61746 def negate_source=(val) prop_set('negate-source', val) end
path_quality_profile()
click to toggle source
attach sdwan path quality profile associated with this rule
# File lib/palo_alto/config.rb, line 61776 def path_quality_profile prop_get('path-quality-profile') end
path_quality_profile=(val)
click to toggle source
attach sdwan path quality profile associated with this rule
# File lib/palo_alto/config.rb, line 61780 def path_quality_profile=(val) prop_set('path-quality-profile', val) end
saas_quality_profile()
click to toggle source
attach sdwan saas quality profile associated with this rule
# File lib/palo_alto/config.rb, line 61784 def saas_quality_profile prop_get('saas-quality-profile') end
saas_quality_profile=(val)
click to toggle source
attach sdwan saas quality profile associated with this rule
# File lib/palo_alto/config.rb, line 61788 def saas_quality_profile=(val) prop_set('saas-quality-profile', val) end
service()
click to toggle source
# File lib/palo_alto/config.rb, line 61594 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 61439 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 61481 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 61622 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 61321 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 61400 def to if @create_children @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children) else To.new(parent_instance: self) end end