class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ipv6::StaticRoute::Entry::PathMonitor::MonitorDestinations::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 300386 def _section :'entry' end
count()
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 300473 def count prop_get('count') end
count=(val)
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 300477 def count=(val) prop_set('count', val) end
destination()
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 300457 def destination prop_get('destination') end
destination=(val)
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 300461 def destination=(val) prop_set('destination', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 300442 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 300445 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 300383 def has_multiple_values? false end
interval()
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 300465 def interval prop_get('interval') end
interval=(val)
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 300469 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 300439 def name prop_get('@name') end
source()
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 300449 def source prop_get('source') end
source=(val)
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 300453 def source=(val) prop_set('source', val) end