class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Hawkeye

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 266307
def _section
        :'hawkeye'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 266304
def has_multiple_values?
        false
end
public_cloud_server() click to toggle source

Hawkeye FQDN/Server. Default hawkeye.services-edge.paloaltonetworks.com

# File lib/palo_alto/config.rb, line 266325
def public_cloud_server
        prop_get('public-cloud-server')
end
public_cloud_server=(val) click to toggle source

Hawkeye FQDN/Server. Default hawkeye.services-edge.paloaltonetworks.com

# File lib/palo_alto/config.rb, line 266329
def public_cloud_server=(val)
        prop_set('public-cloud-server', val)
end