class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::RootCa::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 233026
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 233023
def has_multiple_values?
        false
end
install_in_cert_store() click to toggle source

Install in Trusted CA Certificate Store

# File lib/palo_alto/config.rb, line 233049
def install_in_cert_store
        prop_get('install-in-cert-store')
end
install_in_cert_store=(val) click to toggle source

Install in Trusted CA Certificate Store

# File lib/palo_alto/config.rb, line 233053
def install_in_cert_store=(val)
        prop_set('install-in-cert-store', val)
end
name() click to toggle source

CA cert

# File lib/palo_alto/config.rb, line 233045
def name
        prop_get('@name')
end