class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles::MonitorProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 171096 def _section :'entry' end
action()
click to toggle source
configure action triggered when tunnel status change
# File lib/palo_alto/config.rb, line 171154 def action prop_get('action') end
action=(val)
click to toggle source
configure action triggered when tunnel status change
# File lib/palo_alto/config.rb, line 171158 def action=(val) prop_set('action', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 171093 def has_multiple_values? false end
interval()
click to toggle source
probing interval in seconds
# File lib/palo_alto/config.rb, line 171138 def interval prop_get('interval') end
interval=(val)
click to toggle source
probing interval in seconds
# File lib/palo_alto/config.rb, line 171142 def interval=(val) prop_set('interval', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 171134 def name prop_get('@name') end
threshold()
click to toggle source
number of failed probe to determine tunnel is down
# File lib/palo_alto/config.rb, line 171146 def threshold prop_get('threshold') end
threshold=(val)
click to toggle source
number of failed probe to determine tunnel is down
# File lib/palo_alto/config.rb, line 171150 def threshold=(val) prop_set('threshold', val) end