class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Pbf::Rules::Entry::Action::Forward::Monitor

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 323298
def _section
        :'monitor'
end
disable_if_unreachable() click to toggle source

Disable this rule if nexthop/monitor ip is unreachable

# File lib/palo_alto/config.rb, line 323332
def disable_if_unreachable
        prop_get('disable-if-unreachable')
end
disable_if_unreachable=(val) click to toggle source

Disable this rule if nexthop/monitor ip is unreachable

# File lib/palo_alto/config.rb, line 323336
def disable_if_unreachable=(val)
        prop_set('disable-if-unreachable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 323295
def has_multiple_values?
        false
end
ip_address() click to toggle source

Monitor IP address

# File lib/palo_alto/config.rb, line 323340
def ip_address
        prop_get('ip-address')
end
ip_address=(val) click to toggle source

Monitor IP address

# File lib/palo_alto/config.rb, line 323344
def ip_address=(val)
        prop_set('ip-address', val)
end
profile() click to toggle source

Monitoring profile associated with this rule

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

Monitoring profile associated with this rule

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