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

Public Instance Methods

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

Symmetric Key Number

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