Class: MintPress::Aws::RDS::PendingModifiedValue
- Inherits:
-
Object
- Object
- MintPress::Aws::RDS::PendingModifiedValue
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb
Properties (Read/Write)
-
#allocated_storage ⇒ [Integer]
'The allocated storage size for the DB instance specified in gibibytes .'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'allocated_storage'
17
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 17 property :allocated_storage, disposition: :attribute, description: 'The allocated storage size for the DB instance specified in gibibytes .', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'allocated_storage', type: [Integer]
-
#backup_retention_period ⇒ [Integer]
'The number of days for which automated backups are retained.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'backup_retention_period'
18
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 18 property :backup_retention_period, disposition: :attribute, description: 'The number of days for which automated backups are retained.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'backup_retention_period', type: [Integer]
-
#ca_certificate_identifier ⇒ [String]
'The identifier of the CA certificate for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'ca_certificate_identifier'
19
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 19 property :ca_certificate_identifier, disposition: :attribute, description: 'The identifier of the CA certificate for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'ca_certificate_identifier', type: [String]
-
#db_instance_class ⇒ [String]
'The name of the compute and memory capacity class for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'db_instance_class'
20
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 20 property :db_instance_class, disposition: :attribute, description: 'The name of the compute and memory capacity class for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'db_instance_class', type: [String]
-
#db_instance_identifier ⇒ [String]
'The database identifier for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'db_instance_identifier'
21
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 21 property :db_instance_identifier, disposition: :attribute, description: 'The database identifier for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'db_instance_identifier', type: [String]
-
#db_subnet_group_name ⇒ [String] (Default Value: Proc.new { self.name })
'The DB subnet group for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'db_subnet_group_name'
- default ⇒ Proc.new { self.name }
22
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 22 property :db_subnet_group_name, disposition: :attribute, description: 'The DB subnet group for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'db_subnet_group_name', type: [String], default: Proc.new { self.name }
-
#engine_version ⇒ [String]
'The database engine version.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'engine_version'
23
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 23 property :engine_version, disposition: :attribute, description: 'The database engine version.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'engine_version', type: [String]
-
#iam_database_authentication_enabled ⇒ [TrueClass,FalseClass]
'Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'iam_database_authentication_enabled'
24
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 24 property :iam_database_authentication_enabled, disposition: :attribute, description: 'Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'iam_database_authentication_enabled', type: [TrueClass,FalseClass]
-
#iops ⇒ [Integer]
'The Provisioned IOPS value for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'iops'
25
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 25 property :iops, disposition: :attribute, description: 'The Provisioned IOPS value for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'iops', type: [Integer]
-
#license_model ⇒ [String]
'The license model for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'license_model'
26
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 26 property :license_model, disposition: :attribute, description: 'The license model for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'license_model', type: [String]
-
#master_user_password ⇒ [String]
'The master credentials for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'master_user_password'
27
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 27 property :master_user_password, disposition: :attribute, description: 'The master credentials for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'master_user_password', type: [String]
-
#multi_az ⇒ [TrueClass,FalseClass]
'Indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'multi_az'
28
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 28 property :multi_az, disposition: :attribute, description: 'Indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'multi_az', type: [TrueClass,FalseClass]
-
#pending_cloudwatch_logs_exports ⇒ [MintPress::Aws::RDS::PendingCloudwatchLogsExport] (Default Value: MintPress::Aws::RDS::PendingCloudwatchLogsExport.new)
'A list of the log types whose configuration is still pending.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'pending_cloudwatch_logs_exports'
- default ⇒ MintPress::Aws::RDS::PendingCloudwatchLogsExport.new
29
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 29 property :pending_cloudwatch_logs_exports, disposition: :attribute, description: 'A list of the log types whose configuration is still pending.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'pending_cloudwatch_logs_exports', type: [MintPress::Aws::RDS::PendingCloudwatchLogsExport], default: MintPress::Aws::RDS::PendingCloudwatchLogsExport.new
-
#port ⇒ [Integer]
'The port for the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'port'
30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 30 property :port, disposition: :attribute, description: 'The port for the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'port', type: [Integer]
-
#processor_features ⇒ Hash of ⇒ [MintPress::Aws::RDS::ProcessorFeature]
'The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'processor_features'
31
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 31 property :processor_features, disposition: :attribute, description: 'The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'processor_features', type: [MintPress::Aws::RDS::ProcessorFeature], array: false, hash: true
-
#storage_type ⇒ [String]
'The storage type of the DB instance.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::PendingModifiedValue"
- orig_name ⇒ 'storage_type'
32
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 32 property :storage_type, disposition: :attribute, description: 'The storage type of the DB instance.', source: "MintPress::Aws::RDS::PendingModifiedValue", orig_name: 'storage_type', type: [String]
-
#name ⇒ [String]
Property Attributes33
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 33 property :name, type: [String]
-
#region ⇒ String
Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead
Property Attributes37
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 37 property :region, type: String
-
#platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)
Property Attributes- default ⇒ MintPress::InfrastructureAws::AwsPlatform.new
40
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/pending_modified_value.rb', line 40 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ PendingModifiedValue
constructor
A new instance of PendingModifiedValue.
Methods included from AwsCommon
#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send