class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Pbf::Rules::Entry::Action::Forward::Monitor
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 216698 def _section :'monitor' end
disable_if_unreachable()
click to toggle source
Disable this rule if nexthop/monitor ip is unreachable
# File lib/palo_alto/config.rb, line 216732 def disable_if_unreachable prop_get('disable-if-unreachable') end
disable_if_unreachable=(val)
click to toggle source
Disable this rule if nexthop/monitor ip is unreachable
# File lib/palo_alto/config.rb, line 216736 def disable_if_unreachable=(val) prop_set('disable-if-unreachable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 216695 def has_multiple_values? false end
ip_address()
click to toggle source
Monitor
IP address
# File lib/palo_alto/config.rb, line 216740 def ip_address prop_get('ip-address') end
ip_address=(val)
click to toggle source
Monitor
IP address
# File lib/palo_alto/config.rb, line 216744 def ip_address=(val) prop_set('ip-address', val) end
profile()
click to toggle source
Monitoring profile associated with this rule
# File lib/palo_alto/config.rb, line 216724 def profile prop_get('profile') end
profile=(val)
click to toggle source
Monitoring profile associated with this rule
# File lib/palo_alto/config.rb, line 216728 def profile=(val) prop_set('profile', val) end