class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 282391
def _section
        :'sdwan-link-settings'
end
enable() click to toggle source

Enable sdwan on this ethernet interface

# File lib/palo_alto/config.rb, line 282497
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 282501
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 282388
def has_multiple_values?
        false
end
sdwan_interface_profile() click to toggle source

Sdwan link characteristics

# File lib/palo_alto/config.rb, line 282505
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 282509
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 282477
def upstream_nat
        @subclasses['upstream-nat'] ||= UpstreamNat.new(parent_instance: self, create_children: @create_children)
end