class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanSaasQuality::Entry::MonitorMode::HttpHttps

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 101652
def _section
        :'http-https'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 101649
def has_multiple_values?
        false
end
monitored_url() click to toggle source

http or https URL : Ex : www.paloaltonetworks.com

# File lib/palo_alto/config.rb, line 101670
def monitored_url
        prop_get('monitored-url')
end
monitored_url=(val) click to toggle source

http or https URL : Ex : www.paloaltonetworks.com

# File lib/palo_alto/config.rb, line 101674
def monitored_url=(val)
        prop_set('monitored-url', val)
end
probe_interval() click to toggle source

Interval in seconds between two probes

# File lib/palo_alto/config.rb, line 101678
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 101682
def probe_interval=(val)
        prop_set('probe-interval', val)
end