Class: Ansible::Ruby::Modules::Elasticache_snapshot

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

Overview

Manage cache snapshots in Amazon Elasticache. Returns information about the specified snapshot.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#bucketObject?

Returns The s3 bucket to which the snapshot is exported.

Returns:

  • (Object, nil)

    The s3 bucket to which the snapshot is exported



30
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_snapshot.rb', line 30

attribute :bucket

#cluster_idObject?

Returns The name of an existing cache cluster in the replication group to make the snapshot.

Returns:

  • (Object, nil)

    The name of an existing cache cluster in the replication group to make the snapshot.



24
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_snapshot.rb', line 24

attribute :cluster_id

#nameString

Returns The name of the snapshot we want to create, copy, delete.

Returns:

  • (String)

    The name of the snapshot we want to create, copy, delete



13
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_snapshot.rb', line 13

attribute :name

#replication_idObject?

Returns The name of the existing replication group to make the snapshot.

Returns:

  • (Object, nil)

    The name of the existing replication group to make the snapshot.



21
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_snapshot.rb', line 21

attribute :replication_id

#state:present, ...

Returns Actions that will create, destroy, or copy a snapshot.

Returns:

  • (:present, :absent, :copy, nil)

    Actions that will create, destroy, or copy a snapshot.



17
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_snapshot.rb', line 17

attribute :state

#targetObject?

Returns The name of a snapshot copy.

Returns:

  • (Object, nil)

    The name of a snapshot copy



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

attribute :target