Class: Ansible::Ruby::Modules::Junos_user

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

Overview

This module manages locally configured user accounts on remote network devices running the JUNOS operating system. It provides a set of arguments for creating, removing and updating locally defined accounts

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

#active:yes, ...



39
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 39

attribute :active

#aggregateArray<Hash>, ...



12
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 12

attribute :aggregate

#full_nameObject?



20
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 20

attribute :full_name

#nameString?



16
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 16

attribute :name

#purge:yes, ...



31
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 31

attribute :purge

#role:operator, ...



23
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 23

attribute :role

#sshkeyString?



27
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 27

attribute :sshkey

#state:present, ...



35
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_user.rb', line 35

attribute :state