Class: Ansible::Ruby::Modules::Na_cdot_user_role

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_user_role.rb

Overview

Create or destroy user roles

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#access_level:none, ...

Returns The name of the role to manage.

Returns:

  • (:none, :readonly, :all, nil)

    The name of the role to manage.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_user_role.rb', line 24

attribute :access_level

#command_directory_nameString

Returns The command or command directory to which the role has an access.

Returns:

  • (String)

    The command or command directory to which the role has an access.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_user_role.rb', line 20

attribute :command_directory_name

#nameString

Returns The name of the role to manage.

Returns:

  • (String)

    The name of the role to manage.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_user_role.rb', line 16

attribute :name

#state:present, :absent

Returns Whether the specified user should exist or not.

Returns:

  • (:present, :absent)

    Whether the specified user should exist or not.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_user_role.rb', line 12

attribute :state

#vserverString

Returns The name of the vserver to use.

Returns:

  • (String)

    The name of the vserver to use.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_cdot_user_role.rb', line 28

attribute :vserver