Class: Ansible::Ruby::Modules::Aos_login

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/aos/aos_login.rb

Overview

Obtain the AOS server session token by providing the required username and password credentials. Upon successful authentication, this module will return the session-token that is required by all subsequent AOS module usage. On success the module will automatically populate ansible facts with the variable I(aos_session) This module is not idempotent and do not support check mode.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#passwdString?



24
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_login.rb', line 24

attribute :passwd

#portInteger?



16
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_login.rb', line 16

attribute :port

#serverString



12
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_login.rb', line 12

attribute :server

#userString?



20
# File 'lib/ansible/ruby/modules/generated/network/aos/aos_login.rb', line 20

attribute :user