class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 296622 def _section :'external-ca' end
certificate_profile()
click to toggle source
Profile for authenticating GlobalProtect gateway certificates
# File lib/palo_alto/config.rb, line 296651 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 296655 def certificate_profile=(val) prop_set('certificate-profile', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 296619 def has_multiple_values? false end
local_certificate()
click to toggle source
GlobalProtect satellite certificate file name
# File lib/palo_alto/config.rb, line 296643 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 296647 def local_certificate=(val) prop_set('local-certificate', val) end