class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui::Objects::Sdwan

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 49919
def _section
        :'sdwan'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 49916
def has_multiple_values?
        false
end
sdwan_dist_profile() click to toggle source
# File lib/palo_alto/config.rb, line 49966
def sdwan_dist_profile
        prop_get('sdwan-dist-profile')
end
sdwan_dist_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49969
def sdwan_dist_profile=(val)
        prop_set('sdwan-dist-profile', val)
end
sdwan_error_correction_profile() click to toggle source
# File lib/palo_alto/config.rb, line 49972
def sdwan_error_correction_profile
        prop_get('sdwan-error-correction-profile')
end
sdwan_error_correction_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49975
def sdwan_error_correction_profile=(val)
        prop_set('sdwan-error-correction-profile', val)
end
sdwan_profile() click to toggle source
# File lib/palo_alto/config.rb, line 49954
def sdwan_profile
        prop_get('sdwan-profile')
end
sdwan_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49957
def sdwan_profile=(val)
        prop_set('sdwan-profile', val)
end
sdwan_saas_quality_profile() click to toggle source
# File lib/palo_alto/config.rb, line 49960
def sdwan_saas_quality_profile
        prop_get('sdwan-saas-quality-profile')
end
sdwan_saas_quality_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49963
def sdwan_saas_quality_profile=(val)
        prop_set('sdwan-saas-quality-profile', val)
end