Class: Ansible::Ruby::Modules::Ecs_cluster

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#delayInteger?

Returns Number of seconds to wait.

Returns:

  • (Integer, nil)

    Number of seconds to wait



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 18

attribute :delay

#nameString

Returns The cluster name.

Returns:

  • (String)

    The cluster name



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 14

attribute :name

#repeatInteger?

Returns The number of times to wait for the cluster to have an instance.

Returns:

  • (Integer, nil)

    The number of times to wait for the cluster to have an instance



22
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 22

attribute :repeat

#state:present, ...

Returns The desired state of the cluster.

Returns:

  • (:present, :absent, :has_instances)

    The desired state of the cluster



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 10

attribute :state