class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Sdwan::Rules::Entry::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 114478 def _section :'action' end
app_failover_for_nat_sessions()
click to toggle source
For NAT sessions, specify whether to move to a better path
# File lib/palo_alto/config.rb, line 114512 def app_failover_for_nat_sessions prop_get('app-failover-for-nat-sessions') end
app_failover_for_nat_sessions=(val)
click to toggle source
For NAT sessions, specify whether to move to a better path
# File lib/palo_alto/config.rb, line 114516 def app_failover_for_nat_sessions=(val) prop_set('app-failover-for-nat-sessions', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 114475 def has_multiple_values? false end
traffic_distribution_profile()
click to toggle source
attach sdwan traffic distribution associated with this rule
# File lib/palo_alto/config.rb, line 114504 def traffic_distribution_profile prop_get('traffic-distribution-profile') end
traffic_distribution_profile=(val)
click to toggle source
attach sdwan traffic distribution associated with this rule
# File lib/palo_alto/config.rb, line 114508 def traffic_distribution_profile=(val) prop_set('traffic-distribution-profile', val) end