class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::NtpServers::PrimaryNtpServer::AuthenticationType::SymmetricKey
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 74278 def _section :'symmetric-key' end
algorithm()
click to toggle source
# File lib/palo_alto/config.rb, line 74346 def algorithm if @create_children @subclasses['algorithm'] ||= Algorithm.new(parent_instance: self, create_children: @create_children) else Algorithm.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 74275 def has_multiple_values? false end
key_id()
click to toggle source
Symmetric Key Number
# File lib/palo_alto/config.rb, line 74360 def key_id prop_get('key-id') end
key_id=(val)
click to toggle source
Symmetric Key Number
# File lib/palo_alto/config.rb, line 74364 def key_id=(val) prop_set('key-id', val) end