class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::SdwanLinkSettings::UpstreamNat

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 175864
def _section
        :'upstream-nat'
end
ddns() click to toggle source
# File lib/palo_alto/config.rb, line 175925
def ddns
        @subclasses['ddns'] ||= Ddns.new(parent_instance: self, create_children: @create_children)
end
enable() click to toggle source

Enable upstream NAT IP config

# File lib/palo_alto/config.rb, line 175935
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Enable upstream NAT IP config

# File lib/palo_alto/config.rb, line 175939
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 175861
def has_multiple_values?
        false
end
static_ip() click to toggle source
# File lib/palo_alto/config.rb, line 175913
def static_ip
        @subclasses['static-ip'] ||= StaticIp.new(parent_instance: self, create_children: @create_children)
end