class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Ike__4::CryptoProfiles::GlobalProtectAppCryptoProfiles::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 294850 def _section :'entry' end
authentication()
click to toggle source
# File lib/palo_alto/config.rb, line 294903 def authentication if @create_children @subclasses['authentication'] ||= Authentication.new(parent_instance: self, create_children: @create_children) else Authentication.new(parent_instance: self) end end
encryption()
click to toggle source
# File lib/palo_alto/config.rb, line 294877 def encryption if @create_children @subclasses['encryption'] ||= Encryption.new(parent_instance: self, create_children: @create_children) else Encryption.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 294847 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string begin with letter: [0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 294918 def name prop_get('@name') end