class PaloAlto::XML::Config::Devices::Entry::Template::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 235046
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 235102
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 235106
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 235110
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 235114
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 235043
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 235086
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 235090
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 235094
def ocsp_responder
        prop_get('ocsp-responder')
end
ocsp_responder=(val) click to toggle source

OCSP responder

# File lib/palo_alto/config.rb, line 235098
def ocsp_responder=(val)
        prop_set('ocsp-responder', val)
end