class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 269158
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 269179
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 269183
def certificate=(val)
        prop_set('certificate', val)
end
certificate_profile() click to toggle source
# File lib/palo_alto/config.rb, line 269186
def certificate_profile
        prop_get('certificate-profile')
end
certificate_profile=(val) click to toggle source
# File lib/palo_alto/config.rb, line 269189
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 269155
def has_multiple_values?
        false
end