Class: Ansible::Ruby::Modules::Os_project
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_project
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb
Instance Method Summary collapse
-
#description ⇒ String?
Description for the project.
-
#domain_id ⇒ String?
Domain id to create the project in if the cloud supports domains.
-
#enabled ⇒ Boolean?
Is the project enabled.
-
#name ⇒ String
Name for the project.
-
#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 for the project.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 14 attribute :description |
#domain_id ⇒ String?
Returns Domain id to create the project in if the cloud supports domains.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 18 attribute :domain_id |
#enabled ⇒ Boolean?
Returns Is the project enabled.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 22 attribute :enabled |
#name ⇒ String
Returns Name for the project.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Should the resource be present or absent.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb', line 26 attribute :state |