Class: Ansible::Ruby::Modules::Ec2_key

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

Overview

maintains ec2 key pairs. This module has a dependency on python-boto >= 2.5

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, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#key_materialString?

Returns Public key material.

Returns:

  • Public key material.



15
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 15

attribute :key_material

#nameString

Returns Name of the key pair.

Returns:

  • Name of the key pair.



11
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 11

attribute :name

#stateString?

Returns create or delete keypair.

Returns:

  • create or delete keypair



19
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 19

attribute :state

#waitBoolean?

Returns Wait for the specified action to complete before returning.

Returns:

  • Wait for the specified action to complete before returning.



23
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 23

attribute :wait

#wait_timeoutInteger?

Returns How long before wait gives up, in seconds.

Returns:

  • How long before wait gives up, in seconds



27
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 27

attribute :wait_timeout