class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Sdwan::Rules::Entry::Action
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 324108 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 324142 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 324146 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 324105 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 324134 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 324138 def traffic_distribution_profile=(val) prop_set('traffic-distribution-profile', val) end