class PaloAlto::XML::Config::Shared::PostRulebase::Sdwan::Rules::Entry::Action

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 70466
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 70499
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 70503
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 70463
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 70491
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 70495
def traffic_distribution_profile=(val)
        prop_set('traffic-distribution-profile', val)
end