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/extras/cloud/cloudstack/cs_project.rb
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 ⇒ Boolean?
Poll async jobs until job has finished.
-
#state ⇒ :present, ...
State of the project.
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
#account ⇒ Object?
Returns Account the project is related to.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb', line 25 attribute :account |
#display_text ⇒ String?
Returns Display text of the project.,If not specified, C(name) will be used as C(display_text).
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb', line 14 attribute :display_text |
#domain ⇒ Object?
Returns Domain the project is related to.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb', line 22 attribute :domain |
#name ⇒ String
Returns Name of the project.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb', line 10 attribute :name |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb', line 28 attribute :poll_async |
#state ⇒ :present, ...
Returns State of the project.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb', line 18 attribute :state |