Class: Ansible::Ruby::Modules::Rds_param_group

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

Overview

Creates, modifies, and deletes RDS parameter groups. 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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#descriptionString?

Returns Database parameter group description. Only set when a new group is added.

Returns:

  • (String, nil)

    Database parameter group description. Only set when a new group is added.



20
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_param_group.rb', line 20

attribute :description

#engine:"aurora5.6", ...

Returns The type of database for this group. Required for state=present.

Returns:

  • (:"aurora5.6", :"mariadb10.0", :"mariadb10.1", :"mysql5.1", :"mysql5.5", :"mysql5.6", :"mysql5.7", :"oracle-ee-11.2", :"oracle-ee-12.1", :"oracle-se-11.2", :"oracle-se-12.1", :"oracle-se1-11.2", :"oracle-se1-12.1", :"postgres9.3", :"postgres9.4", :"postgres9.5", :"postgres9.6", :"sqlserver-ee-10.5", :"sqlserver-ee-11.0", :"sqlserver-ex-10.5", :"sqlserver-ex-11.0", :"sqlserver-ex-12.0", :"sqlserver-se-10.5", :"sqlserver-se-11.0", :"sqlserver-se-12.0", :"sqlserver-web-10.5", :"sqlserver-web-11.0", :"sqlserver-web-12.0", nil)

    The type of database for this group. Required for state=present.



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

attribute :engine

#immediateObject?

Returns Whether to apply the changes immediately, or after the next reboot of any associated instances.

Returns:

  • (Object, nil)

    Whether to apply the changes immediately, or after the next reboot of any associated instances.



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

attribute :immediate

#nameString

Returns Database parameter group identifier.

Returns:

  • (String)

    Database parameter group identifier.



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_param_group.rb', line 16

attribute :name

#paramsHash?

Returns Map of parameter names and values. Numeric values may be represented as K for kilo (1024), M for mega (1024^2), G for giga (1024^3), or T for tera (1024^4), and these values will be expanded into the appropriate number before being set in the parameter group.

Returns:

  • (Hash, nil)

    Map of parameter names and values. Numeric values may be represented as K for kilo (1024), M for mega (1024^2), G for giga (1024^3), or T for tera (1024^4), and these values will be expanded into the appropriate number before being set in the parameter group.



31
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_param_group.rb', line 31

attribute :params

#purge_tagsObject?

Returns Whether or not to remove tags that do not appear in the I(tags) list. Defaults to false.

Returns:

  • (Object, nil)

    Whether or not to remove tags that do not appear in the I(tags) list. Defaults to false.



39
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_param_group.rb', line 39

attribute :purge_tags

#state:present, :absent

Returns Specifies whether the group should be present or absent.

Returns:

  • (:present, :absent)

    Specifies whether the group should be present or absent.



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_param_group.rb', line 12

attribute :state

#tagsHash?

Returns Dictionary of tags to attach to the parameter group.

Returns:

  • (Hash, nil)

    Dictionary of tags to attach to the parameter group



35
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_param_group.rb', line 35

attribute :tags