class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Nat::Rules::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 321755
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 322704
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 322708
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 322719
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 322722
def description=(val)
        prop_set('description', val)
end
destination() click to toggle source
# File lib/palo_alto/config.rb, line 322056
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 322493
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 322712
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the rule

# File lib/palo_alto/config.rb, line 322716
def disabled=(val)
        prop_set('disabled', val)
end
dynamic_destination_translation() click to toggle source
# File lib/palo_alto/config.rb, line 322555
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 321927
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 322725
def group_tag
        prop_get('group-tag')
end
group_tag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 322728
def group_tag=(val)
        prop_set('group-tag', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 321752
def has_multiple_values?
        false
end
name() click to toggle source

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

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

type of nat

# File lib/palo_alto/config.rb, line 322688
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 322692
def nat_type=(val)
        prop_set('nat-type', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 322681
def service
        prop_get('service')
end
service=(val) click to toggle source
# File lib/palo_alto/config.rb, line 322684
def service=(val)
        prop_set('service', val)
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 322013
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 322426
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 322581
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 321889
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 321967
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 322696
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 322700
def to_interface=(val)
        prop_set('to-interface', val)
end