Class: Ansible::Ruby::Modules::Os_user_group

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

Overview

Add and remove users from groups

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

#availability_zoneObject?

Returns Ignored. Present for backwards compatibility.

Returns:

  • (Object, nil)

    Ignored. Present for backwards compatibility



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_group.rb', line 24

attribute :availability_zone

#groupObject

Returns Name or id for the group.

Returns:

  • (Object)

    Name or id for the group.



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_group.rb', line 16

attribute :group

#state:present, ...

Returns Should the user be present or absent in the group.

Returns:

  • (:present, :absent, nil)

    Should the user be present or absent in the group



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_group.rb', line 20

attribute :state

#userObject

Returns Name or id for the user.

Returns:

  • (Object)

    Name or id for the user



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_group.rb', line 12

attribute :user