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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, 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_keystone_domain.rb', line 28

attribute :availability_zone

#descriptionString?

Returns Description of the domain.

Returns:

  • (String, nil)

    Description of the domain



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

attribute :description

#enabled:yes, ...

Returns Is the domain enabled.

Returns:

  • (:yes, :no, nil)

    Is the domain enabled



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

attribute :enabled

#nameString

Returns Name that has to be given to the instance.

Returns:

  • (String)

    Name that has to be given to the instance



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_keystone_domain.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_keystone_domain.rb', line 24

attribute :state