class PaloAlto::XML::Config::Shared::PreRulebase::Nat::Rules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 59367 def _section :'entry' end
active_active_device_binding()
click to toggle source
Device binding configuration in HA Active-Active mode
# File lib/palo_alto/config.rb, line 60273 def active_active_device_binding prop_get('active-active-device-binding') end
active_active_device_binding=(val)
click to toggle source
Device binding configuration in HA Active-Active mode
# File lib/palo_alto/config.rb, line 60277 def active_active_device_binding=(val) prop_set('active-active-device-binding', val) end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 60288 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 60291 def description=(val) prop_set('description', val) end
destination()
click to toggle source
# File lib/palo_alto/config.rb, line 59648 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_translation()
click to toggle source
# File lib/palo_alto/config.rb, line 60070 def destination_translation @subclasses['destination-translation'] ||= DestinationTranslation.new(parent_instance: self, create_children: @create_children) end
disabled()
click to toggle source
Disable the rule
# File lib/palo_alto/config.rb, line 60281 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
Disable the rule
# File lib/palo_alto/config.rb, line 60285 def disabled=(val) prop_set('disabled', val) end
dynamic_destination_translation()
click to toggle source
# File lib/palo_alto/config.rb, line 60130 def dynamic_destination_translation @subclasses['dynamic-destination-translation'] ||= DynamicDestinationTranslation.new(parent_instance: self, create_children: @create_children) end
from()
click to toggle source
# File lib/palo_alto/config.rb, line 59535 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 60294 def group_tag prop_get('group-tag') end
group_tag=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 60297 def group_tag=(val) prop_set('group-tag', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 59364 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 60247 def name prop_get('@name') end
nat_type()
click to toggle source
type of nat
# File lib/palo_alto/config.rb, line 60257 def nat_type prop_get('nat-type') end
nat_type=(val)
click to toggle source
type of nat
# File lib/palo_alto/config.rb, line 60261 def nat_type=(val) prop_set('nat-type', val) end
service()
click to toggle source
# File lib/palo_alto/config.rb, line 60250 def service prop_get('service') end
service=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 60253 def service=(val) prop_set('service', val) end
source()
click to toggle source
# File lib/palo_alto/config.rb, line 59610 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_translation()
click to toggle source
# File lib/palo_alto/config.rb, line 60005 def source_translation @subclasses['source-translation'] ||= SourceTranslation.new(parent_instance: self, create_children: @create_children) end
tag()
click to toggle source
# File lib/palo_alto/config.rb, line 60154 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 59501 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 59571 def to if @create_children @subclasses['to'] ||= To.new(parent_instance: self, create_children: @create_children) else To.new(parent_instance: self) end end
to_interface()
click to toggle source
Egress interface from route lookup
# File lib/palo_alto/config.rb, line 60265 def to_interface prop_get('to-interface') end
to_interface=(val)
click to toggle source
Egress interface from route lookup
# File lib/palo_alto/config.rb, line 60269 def to_interface=(val) prop_set('to-interface', val) end