Class: Ansible::Ruby::Modules::Os_keystone_domain
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_keystone_domain
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_domain.rb
Instance Method Summary collapse
-
#description ⇒ String?
Description of the domain.
-
#enabled ⇒ Boolean?
Is the domain enabled.
-
#name ⇒ String
Name that has to be given to the instance.
-
#state ⇒ :present, ...
Should the resource be present or absent.
Methods inherited from Base
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
#description ⇒ String?
Returns Description of the domain.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_domain.rb', line 14 attribute :description |
#enabled ⇒ Boolean?
Returns Is the domain enabled.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_domain.rb', line 18 attribute :enabled |
#name ⇒ String
Returns 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.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_domain.rb', line 22 attribute :state |