Class: Ansible::Ruby::Modules::Cs_affinitygroup
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_affinitygroup
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb
Overview
Create and remove affinity groups.
Instance Method Summary collapse
-
#account ⇒ Object?
Account the affinity group is related to.
-
#affinty_type ⇒ String?
Type of the affinity group.
-
#description ⇒ Object?
Description of the affinity group.
-
#domain ⇒ Object?
Domain the affinity group is related to.
-
#name ⇒ String
Name of the affinity group.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the affinity group is related to.
-
#state ⇒ :present, ...
State of the affinity group.
Methods inherited from Base
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
#account ⇒ Object?
Returns Account the affinity group is related to.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 29 attribute :account |
#affinty_type ⇒ String?
Returns Type of the affinity group. If not specified, first found affinity type is used.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 15 attribute :affinty_type |
#description ⇒ Object?
Returns Description of the affinity group.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 19 attribute :description |
#domain ⇒ Object?
Returns Domain the affinity group is related to.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 26 attribute :domain |
#name ⇒ String
Returns Name of the affinity group.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 11 attribute :name |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 35 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the affinity group is related to.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 32 attribute :project |
#state ⇒ :present, ...
Returns State of the affinity group.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb', line 22 attribute :state |