class PaloAlto::XML::Config::Devices::Entry::Template::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 217508
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 217542
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 217546
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 217505
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 217534
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 217538
def traffic_distribution_profile=(val)
        prop_set('traffic-distribution-profile', val)
end