class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 282398 def _section :'upstream-nat' end
ddns()
click to toggle source
# File lib/palo_alto/config.rb, line 282459 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 282469 def enable prop_get('enable') end
enable=(val)
click to toggle source
Enable upstream NAT IP config
# File lib/palo_alto/config.rb, line 282473 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 282395 def has_multiple_values? false end
static_ip()
click to toggle source
# File lib/palo_alto/config.rb, line 282447 def static_ip @subclasses['static-ip'] ||= StaticIp.new(parent_instance: self, create_children: @create_children) end