class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Nat::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 121306
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 122253
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 122257
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 122268
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 122271
def description=(val)
        prop_set('description', val)
end
destination() click to toggle source
# File lib/palo_alto/config.rb, line 121607
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 122044
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 122261
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 122265
def disabled=(val)
        prop_set('disabled', val)
end
dynamic_destination_translation() click to toggle source
# File lib/palo_alto/config.rb, line 122106
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 121478
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 122274
def group_tag
        prop_get('group-tag')
end
group_tag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 122277
def group_tag=(val)
        prop_set('group-tag', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 121303
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 122227
def name
        prop_get('@name')
end
nat_type() click to toggle source

type of nat

# File lib/palo_alto/config.rb, line 122237
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 122241
def nat_type=(val)
        prop_set('nat-type', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 122230
def service
        prop_get('service')
end
service=(val) click to toggle source
# File lib/palo_alto/config.rb, line 122233
def service=(val)
        prop_set('service', val)
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 121564
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 121977
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 122132
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 121440
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 121518
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 122245
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 122249
def to_interface=(val)
        prop_set('to-interface', val)
end