class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::SecureConnClient::CertificateType::Local

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 162647
def _section
        :'local'
end
certificate() click to toggle source

Custom certificate used in management connections to Panorama and Log collectors

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

Custom certificate used in management connections to Panorama and Log collectors

# File lib/palo_alto/config.rb, line 162672
def certificate=(val)
        prop_set('certificate', val)
end
certificate_profile() click to toggle source
# File lib/palo_alto/config.rb, line 162675
def certificate_profile
        prop_get('certificate-profile')
end
certificate_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 162678
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 162644
def has_multiple_values?
        false
end