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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#availability_zoneObject?



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

attribute :availability_zone

#descriptionString?



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

attribute :description

#enabled:yes, ...



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

attribute :enabled

#nameString



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

attribute :name

#state:present, ...



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

attribute :state