class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::GlobalProtectSatellite::ExternalCa

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 190082
def _section
        :'external-ca'
end
certificate_profile() click to toggle source

Profile for authenticating GlobalProtect gateway certificates

# File lib/palo_alto/config.rb, line 190111
def certificate_profile
        prop_get('certificate-profile')
end
certificate_profile=(val) click to toggle source

Profile for authenticating GlobalProtect gateway certificates

# File lib/palo_alto/config.rb, line 190115
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 190079
def has_multiple_values?
        false
end
local_certificate() click to toggle source

GlobalProtect satellite certificate file name

# File lib/palo_alto/config.rb, line 190103
def local_certificate
        prop_get('local-certificate')
end
local_certificate=(val) click to toggle source

GlobalProtect satellite certificate file name

# File lib/palo_alto/config.rb, line 190107
def local_certificate=(val)
        prop_set('local-certificate', val)
end