Class: Ansible::Ruby::Modules::Cs_project
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_project
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb
Overview
Create, update, suspend, activate and remove projects.
Instance Method Summary collapse
-
#account ⇒ Object?
Account the project is related to.
-
#display_text ⇒ String?
Display text of the project.,If not specified, C(name) will be used as C(display_text).
-
#domain ⇒ Object?
Domain the project is related to.
-
#name ⇒ String
Name of the project.
-
#poll_async ⇒ :yes, ...
Poll async jobs until job has finished.
-
#state ⇒ :present, ...
State of the project.
-
#tags ⇒ Array<Hash>, ...
List of tags.
Methods inherited from Base
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
#account ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 27 attribute :account |
#display_text ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 16 attribute :display_text |
#domain ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 24 attribute :domain |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 12 attribute :name |
#poll_async ⇒ :yes, ...
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 34 attribute :poll_async |
#state ⇒ :present, ...
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 20 attribute :state |
#tags ⇒ Array<Hash>, ...
30 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_project.rb', line 30 attribute :tags |