class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::RoutingTable::Ipv6::StaticRoute::Entry::PathMonitor

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 313283
def _section
        :'path-monitor'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 313424
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 313427
def enable=(val)
        prop_set('enable', val)
end
failure_condition() click to toggle source

failure condition

# File lib/palo_alto/config.rb, line 313431
def failure_condition
        prop_get('failure-condition')
end
failure_condition=(val) click to toggle source

failure condition

# File lib/palo_alto/config.rb, line 313435
def failure_condition=(val)
        prop_set('failure-condition', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 313280
def has_multiple_values?
        false
end
hold_time() click to toggle source

hold time (minutes)

# File lib/palo_alto/config.rb, line 313439
def hold_time
        prop_get('hold-time')
end
hold_time=(val) click to toggle source

hold time (minutes)

# File lib/palo_alto/config.rb, line 313443
def hold_time=(val)
        prop_set('hold-time', val)
end
monitor_destinations() click to toggle source
# File lib/palo_alto/config.rb, line 313400
def monitor_destinations
        if @create_children
                @subclasses['monitor-destinations'] ||= MonitorDestinations.new(parent_instance: self, create_children: @create_children)
        else
                MonitorDestinations.new(parent_instance: self)
        end
end