class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Pbf::Rules::Entry::Action::Forward::Monitor
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 122854 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 122888 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 122892 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 122851 def has_multiple_values? false end
ip_address()
click to toggle source
Monitor
IP address
# File lib/palo_alto/config.rb, line 122896 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 122900 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 122880 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 122884 def profile=(val) prop_set('profile', val) end