Class: Aws::Types::UpdateAutonomousDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutonomousDatabaseInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_password ⇒ ::String
Returns the value of attribute admin_password.
-
#admin_password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute admin_password_source.
-
#admin_password_source_configuration ⇒ Types::AdminPasswordSourceConfigurationInput
Returns the value of attribute admin_password_source_configuration.
-
#allowlisted_ips ⇒ ::Array[::String]
Returns the value of attribute allowlisted_ips.
-
#auto_refresh_frequency_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_frequency_in_seconds.
-
#auto_refresh_point_lag_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_point_lag_in_seconds.
-
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
-
#autonomous_maintenance_schedule_type ⇒ "EARLY", "REGULAR"
Returns the value of attribute autonomous_maintenance_schedule_type.
-
#backup_retention_period_in_days ⇒ ::Integer
Returns the value of attribute backup_retention_period_in_days.
-
#byol_compute_count_limit ⇒ ::Float
Returns the value of attribute byol_compute_count_limit.
-
#compute_count ⇒ ::Float
Returns the value of attribute compute_count.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#customer_contacts_to_send_to_oci ⇒ ::Array[Types::CustomerContact]
Returns the value of attribute customer_contacts_to_send_to_oci.
-
#data_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute data_storage_size_in_g_bs.
-
#data_storage_size_in_t_bs ⇒ ::Integer
Returns the value of attribute data_storage_size_in_t_bs.
-
#database_edition ⇒ "STANDARD_EDITION", "ENTERPRISE_EDITION"
Returns the value of attribute database_edition.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#db_tools_details ⇒ ::Array[Types::DatabaseTool]
Returns the value of attribute db_tools_details.
-
#db_version ⇒ ::String
Returns the value of attribute db_version.
-
#db_workload ⇒ "OLTP", ...
Returns the value of attribute db_workload.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#encryption_key_configuration ⇒ Types::EncryptionKeyConfigurationInput
Returns the value of attribute encryption_key_configuration.
-
#encryption_key_provider ⇒ "ORACLE_MANAGED", "AWS_KMS"
Returns the value of attribute encryption_key_provider.
-
#is_auto_scaling_enabled ⇒ Boolean
Returns the value of attribute is_auto_scaling_enabled.
-
#is_auto_scaling_for_storage_enabled ⇒ Boolean
Returns the value of attribute is_auto_scaling_for_storage_enabled.
-
#is_backup_retention_locked ⇒ Boolean
Returns the value of attribute is_backup_retention_locked.
-
#is_disconnect_peer ⇒ Boolean
Returns the value of attribute is_disconnect_peer.
-
#is_local_data_guard_enabled ⇒ Boolean
Returns the value of attribute is_local_data_guard_enabled.
-
#is_mtls_connection_required ⇒ Boolean
Returns the value of attribute is_mtls_connection_required.
-
#is_refreshable_clone ⇒ Boolean
Returns the value of attribute is_refreshable_clone.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#local_adg_auto_failover_max_data_loss_limit ⇒ ::Integer
Returns the value of attribute local_adg_auto_failover_max_data_loss_limit.
-
#long_term_backup_schedule ⇒ Types::LongTermBackupSchedule
Returns the value of attribute long_term_backup_schedule.
-
#open_mode ⇒ "READ_ONLY", "READ_WRITE"
Returns the value of attribute open_mode.
-
#peer_db_id ⇒ ::String
Returns the value of attribute peer_db_id.
-
#permission_level ⇒ "RESTRICTED", "UNRESTRICTED"
Returns the value of attribute permission_level.
-
#private_endpoint_ip ⇒ ::String
Returns the value of attribute private_endpoint_ip.
-
#private_endpoint_label ⇒ ::String
Returns the value of attribute private_endpoint_label.
-
#refreshable_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute refreshable_mode.
-
#resource_pool_leader_id ⇒ ::String
Returns the value of attribute resource_pool_leader_id.
-
#resource_pool_summary ⇒ Types::ResourcePoolSummary
Returns the value of attribute resource_pool_summary.
-
#scheduled_operations ⇒ ::Array[Types::ScheduledOperationDetails]
Returns the value of attribute scheduled_operations.
-
#standby_allowlisted_ips ⇒ ::Array[::String]
Returns the value of attribute standby_allowlisted_ips.
-
#standby_allowlisted_ips_source ⇒ "PRIMARY", ...
Returns the value of attribute standby_allowlisted_ips_source.
-
#time_of_auto_refresh_start ⇒ ::Time
Returns the value of attribute time_of_auto_refresh_start.
Instance Attribute Details
#admin_password ⇒ ::String
Returns the value of attribute admin_password.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def admin_password @admin_password end |
#admin_password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute admin_password_source.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def admin_password_source @admin_password_source end |
#admin_password_source_configuration ⇒ Types::AdminPasswordSourceConfigurationInput
Returns the value of attribute admin_password_source_configuration.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def admin_password_source_configuration @admin_password_source_configuration end |
#allowlisted_ips ⇒ ::Array[::String]
Returns the value of attribute allowlisted_ips.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def allowlisted_ips @allowlisted_ips end |
#auto_refresh_frequency_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_frequency_in_seconds.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def auto_refresh_frequency_in_seconds @auto_refresh_frequency_in_seconds end |
#auto_refresh_point_lag_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_point_lag_in_seconds.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def auto_refresh_point_lag_in_seconds @auto_refresh_point_lag_in_seconds end |
#autonomous_database_id ⇒ ::String
Returns the value of attribute autonomous_database_id.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def autonomous_database_id @autonomous_database_id end |
#autonomous_maintenance_schedule_type ⇒ "EARLY", "REGULAR"
Returns the value of attribute autonomous_maintenance_schedule_type.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def autonomous_maintenance_schedule_type @autonomous_maintenance_schedule_type end |
#backup_retention_period_in_days ⇒ ::Integer
Returns the value of attribute backup_retention_period_in_days.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def backup_retention_period_in_days @backup_retention_period_in_days end |
#byol_compute_count_limit ⇒ ::Float
Returns the value of attribute byol_compute_count_limit.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def byol_compute_count_limit @byol_compute_count_limit end |
#compute_count ⇒ ::Float
Returns the value of attribute compute_count.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def compute_count @compute_count end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def cpu_core_count @cpu_core_count end |
#customer_contacts_to_send_to_oci ⇒ ::Array[Types::CustomerContact]
Returns the value of attribute customer_contacts_to_send_to_oci.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def customer_contacts_to_send_to_oci @customer_contacts_to_send_to_oci end |
#data_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute data_storage_size_in_g_bs.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def data_storage_size_in_g_bs @data_storage_size_in_g_bs end |
#data_storage_size_in_t_bs ⇒ ::Integer
Returns the value of attribute data_storage_size_in_t_bs.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def data_storage_size_in_t_bs @data_storage_size_in_t_bs end |
#database_edition ⇒ "STANDARD_EDITION", "ENTERPRISE_EDITION"
Returns the value of attribute database_edition.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def database_edition @database_edition end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def db_name @db_name end |
#db_tools_details ⇒ ::Array[Types::DatabaseTool]
Returns the value of attribute db_tools_details.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def db_tools_details @db_tools_details end |
#db_version ⇒ ::String
Returns the value of attribute db_version.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def db_version @db_version end |
#db_workload ⇒ "OLTP", ...
Returns the value of attribute db_workload.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def db_workload @db_workload end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def display_name @display_name end |
#encryption_key_configuration ⇒ Types::EncryptionKeyConfigurationInput
Returns the value of attribute encryption_key_configuration.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def encryption_key_configuration @encryption_key_configuration end |
#encryption_key_provider ⇒ "ORACLE_MANAGED", "AWS_KMS"
Returns the value of attribute encryption_key_provider.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def encryption_key_provider @encryption_key_provider end |
#is_auto_scaling_enabled ⇒ Boolean
Returns the value of attribute is_auto_scaling_enabled.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def is_auto_scaling_enabled @is_auto_scaling_enabled end |
#is_auto_scaling_for_storage_enabled ⇒ Boolean
Returns the value of attribute is_auto_scaling_for_storage_enabled.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def is_auto_scaling_for_storage_enabled @is_auto_scaling_for_storage_enabled end |
#is_backup_retention_locked ⇒ Boolean
Returns the value of attribute is_backup_retention_locked.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def is_backup_retention_locked @is_backup_retention_locked end |
#is_disconnect_peer ⇒ Boolean
Returns the value of attribute is_disconnect_peer.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def is_disconnect_peer @is_disconnect_peer end |
#is_local_data_guard_enabled ⇒ Boolean
Returns the value of attribute is_local_data_guard_enabled.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def is_local_data_guard_enabled @is_local_data_guard_enabled end |
#is_mtls_connection_required ⇒ Boolean
Returns the value of attribute is_mtls_connection_required.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def is_mtls_connection_required @is_mtls_connection_required end |
#is_refreshable_clone ⇒ Boolean
Returns the value of attribute is_refreshable_clone.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def is_refreshable_clone @is_refreshable_clone end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def license_model @license_model end |
#local_adg_auto_failover_max_data_loss_limit ⇒ ::Integer
Returns the value of attribute local_adg_auto_failover_max_data_loss_limit.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def local_adg_auto_failover_max_data_loss_limit @local_adg_auto_failover_max_data_loss_limit end |
#long_term_backup_schedule ⇒ Types::LongTermBackupSchedule
Returns the value of attribute long_term_backup_schedule.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def long_term_backup_schedule @long_term_backup_schedule end |
#open_mode ⇒ "READ_ONLY", "READ_WRITE"
Returns the value of attribute open_mode.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def open_mode @open_mode end |
#peer_db_id ⇒ ::String
Returns the value of attribute peer_db_id.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def peer_db_id @peer_db_id end |
#permission_level ⇒ "RESTRICTED", "UNRESTRICTED"
Returns the value of attribute permission_level.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def @permission_level end |
#private_endpoint_ip ⇒ ::String
Returns the value of attribute private_endpoint_ip.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def private_endpoint_ip @private_endpoint_ip end |
#private_endpoint_label ⇒ ::String
Returns the value of attribute private_endpoint_label.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def private_endpoint_label @private_endpoint_label end |
#refreshable_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute refreshable_mode.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def refreshable_mode @refreshable_mode end |
#resource_pool_leader_id ⇒ ::String
Returns the value of attribute resource_pool_leader_id.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def resource_pool_leader_id @resource_pool_leader_id end |
#resource_pool_summary ⇒ Types::ResourcePoolSummary
Returns the value of attribute resource_pool_summary.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def resource_pool_summary @resource_pool_summary end |
#scheduled_operations ⇒ ::Array[Types::ScheduledOperationDetails]
Returns the value of attribute scheduled_operations.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def scheduled_operations @scheduled_operations end |
#standby_allowlisted_ips ⇒ ::Array[::String]
Returns the value of attribute standby_allowlisted_ips.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def standby_allowlisted_ips @standby_allowlisted_ips end |
#standby_allowlisted_ips_source ⇒ "PRIMARY", ...
Returns the value of attribute standby_allowlisted_ips_source.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def standby_allowlisted_ips_source @standby_allowlisted_ips_source end |
#time_of_auto_refresh_start ⇒ ::Time
Returns the value of attribute time_of_auto_refresh_start.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def time_of_auto_refresh_start @time_of_auto_refresh_start end |