class PaloAlto::XML::Config::Shared::PreRulebase::Sdwan::Rules::Entry::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 61633 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 61666 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 61670 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 61630 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 61658 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 61662 def traffic_distribution_profile=(val) prop_set('traffic-distribution-profile', val) end