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/extras/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?
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb', line 15 attribute :description |
#location ⇒ Object?
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb', line 21 attribute :location |
#name ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb', line 11 attribute :name |
#parent ⇒ Object?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb', line 18 attribute :parent |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb', line 24 attribute :state |
#wait ⇒ Boolean?
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb', line 28 attribute :wait |