class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::SatelliteConfig::ClientCertificate::Scep
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 341739 def _section :'scep' end
certificate_renewal_period()
click to toggle source
GlobalProtect satellite certificate renewal period in days
# File lib/palo_alto/config.rb, line 341766 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 341770 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 341736 def has_multiple_values? false end
scep()
click to toggle source
# File lib/palo_alto/config.rb, line 341759 def scep prop_get('scep') end
scep=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 341762 def scep=(val) prop_set('scep', val) end