class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::Setting::Management::SecureConnClient

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 364332
def _section
        :'secure-conn-client'
end
certificate_type() click to toggle source
# File lib/palo_alto/config.rb, line 364444
def certificate_type
        @subclasses['certificate-type'] ||= CertificateType.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 364329
def has_multiple_values?
        false
end