class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::NtpServers::SecondaryNtpServer::AuthenticationType::SymmetricKey
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 365728 def _section :'symmetric-key' end
algorithm()
click to toggle source
# File lib/palo_alto/config.rb, line 365796 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 365725 def has_multiple_values? false end
key_id()
click to toggle source
Symmetric Key Number
# File lib/palo_alto/config.rb, line 365810 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 365814 def key_id=(val) prop_set('key-id', val) end