class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::SatelliteConfig::ClientCertificate::Local
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 341660 def _section :'local' end
certificate_life_time()
click to toggle source
Issued GlobalProtect satellite certificate life time in days
# File lib/palo_alto/config.rb, line 341716 def certificate_life_time prop_get('certificate-life-time') end
certificate_life_time=(val)
click to toggle source
Issued GlobalProtect satellite certificate life time in days
# File lib/palo_alto/config.rb, line 341720 def certificate_life_time=(val) prop_set('certificate-life-time', val) end
certificate_renewal_period()
click to toggle source
GlobalProtect satellite certificate renewal period in days
# File lib/palo_alto/config.rb, line 341724 def certificate_renewal_period prop_get('certificate-renewal-period') end
certificate_renewal_period=(val)
click to toggle source
GlobalProtect satellite certificate renewal period in days
# File lib/palo_alto/config.rb, line 341728 def certificate_renewal_period=(val) prop_set('certificate-renewal-period', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 341657 def has_multiple_values? false end
issuing_certificate()
click to toggle source
Issuing certificate to issue GlobalProtect satellite certificate
# File lib/palo_alto/config.rb, line 341700 def issuing_certificate prop_get('issuing-certificate') end
issuing_certificate=(val)
click to toggle source
Issuing certificate to issue GlobalProtect satellite certificate
# File lib/palo_alto/config.rb, line 341704 def issuing_certificate=(val) prop_set('issuing-certificate', val) end
ocsp_responder()
click to toggle source
OCSP responder
# File lib/palo_alto/config.rb, line 341708 def ocsp_responder prop_get('ocsp-responder') end
ocsp_responder=(val)
click to toggle source
OCSP responder
# File lib/palo_alto/config.rb, line 341712 def ocsp_responder=(val) prop_set('ocsp-responder', val) end