class PaloAlto::XML::Config::Devices::Entry::Template::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 193838 def _section :'entry' end
count()
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 193925 def count prop_get('count') end
count=(val)
click to toggle source
ping count
# File lib/palo_alto/config.rb, line 193929 def count=(val) prop_set('count', val) end
destination()
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 193909 def destination prop_get('destination') end
destination=(val)
click to toggle source
Destination IP address
# File lib/palo_alto/config.rb, line 193913 def destination=(val) prop_set('destination', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 193894 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 193897 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 193835 def has_multiple_values? false end
interval()
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 193917 def interval prop_get('interval') end
interval=(val)
click to toggle source
ping interval
# File lib/palo_alto/config.rb, line 193921 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 193891 def name prop_get('@name') end
source()
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 193901 def source prop_get('source') end
source=(val)
click to toggle source
Source IP address
# File lib/palo_alto/config.rb, line 193905 def source=(val) prop_set('source', val) end