class PaloAlto::XML::Config::Shared::PreRulebase::Nat::Rules::Entry::DestinationTranslation

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 60012
def _section
        :'destination-translation'
end
dns_rewrite() click to toggle source
# File lib/palo_alto/config.rb, line 60039
def dns_rewrite
        @subclasses['dns-rewrite'] ||= DnsRewrite.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 60009
def has_multiple_values?
        false
end
translated_address() click to toggle source
# File lib/palo_alto/config.rb, line 60057
def translated_address
        prop_get('translated-address')
end
translated_address=(val) click to toggle source
# File lib/palo_alto/config.rb, line 60060
def translated_address=(val)
        prop_set('translated-address', val)
end
translated_port() click to toggle source
# File lib/palo_alto/config.rb, line 60063
def translated_port
        prop_get('translated-port')
end
translated_port=(val) click to toggle source
# File lib/palo_alto/config.rb, line 60066
def translated_port=(val)
        prop_set('translated-port', val)
end