class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 339634 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 339631 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 339657 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 339661 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 339653 def name prop_get('@name') end