class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Profiles::MonitorProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 277629
def _section
        :'entry'
end
action() click to toggle source

configure action triggered when tunnel status change

# File lib/palo_alto/config.rb, line 277687
def action
        prop_get('action')
end
action=(val) click to toggle source

configure action triggered when tunnel status change

# File lib/palo_alto/config.rb, line 277691
def action=(val)
        prop_set('action', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 277626
def has_multiple_values?
        false
end
interval() click to toggle source

probing interval in seconds

# File lib/palo_alto/config.rb, line 277671
def interval
        prop_get('interval')
end
interval=(val) click to toggle source

probing interval in seconds

# File lib/palo_alto/config.rb, line 277675
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 277667
def name
        prop_get('@name')
end
threshold() click to toggle source

number of failed probe to determine tunnel is down

# File lib/palo_alto/config.rb, line 277679
def threshold
        prop_get('threshold')
end
threshold=(val) click to toggle source

number of failed probe to determine tunnel is down

# File lib/palo_alto/config.rb, line 277683
def threshold=(val)
        prop_set('threshold', val)
end