class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::SdwanLinkSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 175857 def _section :'sdwan-link-settings' end
enable()
click to toggle source
Enable sdwan on this ethernet interface
# File lib/palo_alto/config.rb, line 175963 def enable prop_get('enable') end
enable=(val)
click to toggle source
Enable sdwan on this ethernet interface
# File lib/palo_alto/config.rb, line 175967 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 175854 def has_multiple_values? false end
sdwan_interface_profile()
click to toggle source
Sdwan
link characteristics
# File lib/palo_alto/config.rb, line 175971 def sdwan_interface_profile prop_get('sdwan-interface-profile') end
sdwan_interface_profile=(val)
click to toggle source
Sdwan
link characteristics
# File lib/palo_alto/config.rb, line 175975 def sdwan_interface_profile=(val) prop_set('sdwan-interface-profile', val) end
upstream_nat()
click to toggle source
# File lib/palo_alto/config.rb, line 175943 def upstream_nat @subclasses['upstream-nat'] ||= UpstreamNat.new(parent_instance: self, create_children: @create_children) end