Class: Ansible::Ruby::Modules::Elasticache_parameter_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Elasticache_parameter_group
- 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
-
#description ⇒ Object?
A user-specified description for the cache parameter group.
-
#group_family ⇒ :"memcached1.4", ...
The name of the cache parameter group family that the cache parameter group can be used with.
-
#name ⇒ String
A user-specified name for the cache parameter group.
-
#state ⇒ :present, ...
Idempotent actions that will create/modify, destroy, or reset a cache parameter group as needed.
-
#values ⇒ Object?
A user-specified dictionary of parameters to reset or modify for the cache parameter group.
Methods inherited from Base
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
#description ⇒ Object?
Returns 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.
13 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_parameter_group.rb', line 13 attribute :group_family |
#name ⇒ String
Returns 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.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elasticache_parameter_group.rb', line 24 attribute :state |
#values ⇒ Object?
Returns 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 |