class PaloAlto::XML::Config::Devices::Entry::Template::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 235125
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 235152
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 235156
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 235122
def has_multiple_values?
        false
end
scep() click to toggle source
# File lib/palo_alto/config.rb, line 235145
def scep
        prop_get('scep')
end
scep=(val) click to toggle source
# File lib/palo_alto/config.rb, line 235148
def scep=(val)
        prop_set('scep', val)
end