class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::Deviceconfig::System::NtpServers::SecondaryNtpServer::AuthenticationType::SymmetricKey

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 345361
def _section
        :'symmetric-key'
end
algorithm() click to toggle source
# File lib/palo_alto/config.rb, line 345429
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 345358
def has_multiple_values?
        false
end
key_id() click to toggle source

Symmetric Key Number

# File lib/palo_alto/config.rb, line 345443
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 345447
def key_id=(val)
        prop_set('key-id', val)
end