class PaloAlto::XML::Config::Panorama::SslDecrypt

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 14432
def _section
        :'ssl-decrypt'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 14429
def has_multiple_values?
        false
end
trusted_root_CA() click to toggle source
# File lib/palo_alto/config.rb, line 14460
def trusted_root_CA
        if @create_children
                @subclasses['trusted-root-CA'] ||= TrustedRootCA.new(parent_instance: self, create_children: @create_children)
        else
                TrustedRootCA.new(parent_instance: self)
        end
end