Class: Ansible::Ruby::Modules::Ecs_cluster
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ecs_cluster
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb
Overview
Creates or terminates ecs clusters.
Instance Method Summary collapse
-
#delay ⇒ Integer?
Number of seconds to wait.
-
#name ⇒ String
The cluster name.
-
#repeat ⇒ Integer?
The number of times to wait for the cluster to have an instance.
-
#state ⇒ :present, ...
The desired state of the cluster.
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
#delay ⇒ Integer?
Returns Number of seconds to wait.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 19 attribute :delay |
#name ⇒ String
Returns The cluster name.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 15 attribute :name |
#repeat ⇒ Integer?
Returns The number of times to wait for the cluster to have an instance.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 23 attribute :repeat |
#state ⇒ :present, ...
Returns The desired state of the cluster.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 11 attribute :state |