class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 299917 def _section :'entry' end
count()
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 300006 def count prop_get('count') end
count=(val)
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 300010 def count=(val) prop_set('count', val) end
destination()
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 299990 def destination prop_get('destination') end
destination=(val)
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 299994 def destination=(val) prop_set('destination', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 299975 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 299978 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299914 def has_multiple_values? false end
interval()
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 299998 def interval prop_get('interval') end
interval=(val)
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 300002 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 299972 def name prop_get('@name') end
source()
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 299982 def source prop_get('source') end
source=(val)
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 299986 def source=(val) prop_set('source', val) end