Class: Ansible::Ruby::Modules::Os_keystone_domain

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

Overview

Create, update, or delete OpenStack Identity domains. If a domain with the supplied name already exists, it will be updated with the new description and enabled attributes.

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

#descriptionString?

Returns Description of the domain.

Returns:

  • (String, nil)

    Description of the domain



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

attribute :description

#enabledBoolean?

Returns Is the domain enabled.

Returns:

  • (Boolean, nil)

    Is the domain enabled



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

attribute :enabled

#nameString

Returns Name that has to be given to the instance.

Returns:

  • (String)

    Name that has to be given to the instance



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

attribute :name

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



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

attribute :state