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

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

#descriptionString?

Returns Description of the domain.

Returns:

  • (String, nil)

    Description of the domain



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

attribute :description

#enabledBoolean?

Returns Is the domain enabled.

Returns:

  • (Boolean, nil)

    Is the domain enabled



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

attribute :enabled

#nameString

Returns Name that has to be given to the instance.

Returns:

  • (String)

    Name that has to be given to the instance



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

attribute :name

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



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

attribute :state