Class: Ansible::Ruby::Modules::Clc_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Clc_group
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb
Overview
Create or delete Server Groups at Centurylink Centurylink Cloud
Instance Method Summary collapse
-
#description ⇒ Object?
A description of the Server Group.
-
#location ⇒ Object?
Datacenter to create the group in.
-
#name ⇒ String
The name of the Server Group.
-
#parent ⇒ Object?
The parent group of the server group.
-
#state ⇒ :present, ...
Whether to create or delete the group.
-
#wait ⇒ Boolean?
Whether to wait for the tasks to finish before returning.
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
#description ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb', line 16 attribute :description |
#location ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb', line 22 attribute :location |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb', line 12 attribute :name |
#parent ⇒ Object?
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb', line 19 attribute :parent |
#state ⇒ :present, ...
25 |
# File 'lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb', line 25 attribute :state |
#wait ⇒ Boolean?
29 |
# File 'lib/ansible/ruby/modules/generated/cloud/centurylink/clc_group.rb', line 29 attribute :wait |