Class: Ansible::Ruby::Modules::Elasticache_parameter_group

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

Overview

Manage cache security groups in Amazon Elasticache. Returns information about the specified cache cluster.

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

#descriptionObject?

Returns A user-specified description for the cache parameter group.

Returns:

  • (Object, nil)

    A user-specified description for the cache parameter group.



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

attribute :description

#group_family:"memcached1.4", ...

Returns The name of the cache parameter group family that the cache parameter group can be used with. Required when creating a cache parameter group.

Returns:

  • (:"memcached1.4", :"redis2.6", :"redis2.8", :"redis3.2", :"redis4.0", nil)

    The name of the cache parameter group family that the cache parameter group can be used with. Required when creating a cache parameter group.



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

attribute :group_family

#nameString

Returns A user-specified name for the cache parameter group.

Returns:

  • (String)

    A user-specified name for the cache parameter group.



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

attribute :name

#state:present, ...

Returns Idempotent actions that will create/modify, destroy, or reset a cache parameter group as needed.

Returns:

  • (:present, :absent, :reset)

    Idempotent actions that will create/modify, destroy, or reset a cache parameter group as needed.



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

attribute :state

#valuesObject?

Returns A user-specified dictionary of parameters to reset or modify for the cache parameter group.

Returns:

  • (Object, nil)

    A user-specified dictionary of parameters to reset or modify for the cache parameter group.



28
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_parameter_group.rb', line 28

attribute :values