Class: Ansible::Ruby::Modules::Os_group

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

Overview

Manage OpenStack Identity Groups. Groups can be created, deleted or updated. Only the I(description) value can be updated.

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



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_group.rb', line 28

attribute :availability_zone

#descriptionString?

Returns Group description.

Returns:

  • (String, nil)

    Group description



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

attribute :description

#domain_idString?

Returns Domain id to create the group in if the cloud supports domains.

Returns:

  • (String, nil)

    Domain id to create the group in if the cloud supports domains.



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

attribute :domain_id

#nameString

Returns Group name.

Returns:

  • (String)

    Group name



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

attribute :name

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



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

attribute :state