class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ip::StaticRoute::Entry::PathMonitor::MonitorDestinations::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 193369 def _section :'entry' end
count()
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 193458 def count prop_get('count') end
count=(val)
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 193462 def count=(val) prop_set('count', val) end
destination()
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 193442 def destination prop_get('destination') end
destination=(val)
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 193446 def destination=(val) prop_set('destination', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 193427 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 193430 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 193366 def has_multiple_values? false end
interval()
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 193450 def interval prop_get('interval') end
interval=(val)
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 193454 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 193424 def name prop_get('@name') end
source()
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 193434 def source prop_get('source') end
source=(val)
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 193438 def source=(val) prop_set('source', val) end