Class: Ansible::Ruby::Modules::Os_user_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_user_facts.rb

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, #to_h, validates

Constructor Details

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

Instance Method Details

#domainString?

Returns Name or ID of the domain containing the user if the cloud supports domains.

Returns:

  • (String, nil)

    Name or ID of the domain containing the user if the cloud supports domains



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_user_facts.rb', line 14

attribute :domain

#filtersHash?

Returns A dictionary of meta data to use for further filtering. Elements of this dictionary may be additional dictionaries.

Returns:

  • (Hash, nil)

    A dictionary of meta data to use for further filtering. Elements of this dictionary may be additional dictionaries.



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_user_facts.rb', line 18

attribute :filters

#nameString

Returns Name or ID of the user.

Returns:

  • (String)

    Name or ID of the user



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_user_facts.rb', line 10

attribute :name