class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanSaasQuality::Entry::MonitorMode::StaticIp::IpAddress::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 101545
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 101542
def has_multiple_values?
        false
end
name() click to toggle source

Monitor IP address

# File lib/palo_alto/config.rb, line 101569
def name
        prop_get('@name')
end
probe_interval() click to toggle source

Interval in seconds between two probes

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

Interval in seconds between two probes

# File lib/palo_alto/config.rb, line 101577
def probe_interval=(val)
        prop_set('probe-interval', val)
end