Class: Aws::Types::UpdateAutonomousDatabaseInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:admin_password])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_password::String

Returns the value of attribute admin_password.

Returns:

  • (::String)


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.

Returns:

  • ("CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER")


2533
2534
2535
# File 'sig/types.rbs', line 2533

def admin_password_source
  @admin_password_source
end

#admin_password_source_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("EARLY", "REGULAR")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("STANDARD_EDITION", "ENTERPRISE_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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("OLTP", "AJD", "APEX", "LH")


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.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def display_name
  @display_name
end

#encryption_key_configurationTypes::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.

Returns:

  • ("ORACLE_MANAGED", "AWS_KMS")


2531
2532
2533
# File 'sig/types.rbs', line 2531

def encryption_key_provider
  @encryption_key_provider
end

#is_auto_scaling_enabledBoolean

Returns the value of attribute is_auto_scaling_enabled.

Returns:

  • (Boolean)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def is_auto_scaling_enabled
  @is_auto_scaling_enabled
end

#is_auto_scaling_for_storage_enabledBoolean

Returns the value of attribute is_auto_scaling_for_storage_enabled.

Returns:

  • (Boolean)


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_lockedBoolean

Returns the value of attribute is_backup_retention_locked.

Returns:

  • (Boolean)


2505
2506
2507
# File 'sig/types.rbs', line 2505

def is_backup_retention_locked
  @is_backup_retention_locked
end

#is_disconnect_peerBoolean

Returns the value of attribute is_disconnect_peer.

Returns:

  • (Boolean)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def is_disconnect_peer
  @is_disconnect_peer
end

#is_local_data_guard_enabledBoolean

Returns the value of attribute is_local_data_guard_enabled.

Returns:

  • (Boolean)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def is_local_data_guard_enabled
  @is_local_data_guard_enabled
end

#is_mtls_connection_requiredBoolean

Returns the value of attribute is_mtls_connection_required.

Returns:

  • (Boolean)


2507
2508
2509
# File 'sig/types.rbs', line 2507

def is_mtls_connection_required
  @is_mtls_connection_required
end

#is_refreshable_cloneBoolean

Returns the value of attribute is_refreshable_clone.

Returns:

  • (Boolean)


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.

Returns:

  • ("BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED")


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.

Returns:

  • (::Integer)


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_scheduleTypes::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.

Returns:

  • ("READ_ONLY", "READ_WRITE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("RESTRICTED", "UNRESTRICTED")


2518
2519
2520
# File 'sig/types.rbs', line 2518

def permission_level
  @permission_level
end

#private_endpoint_ip::String

Returns the value of attribute private_endpoint_ip.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AUTOMATIC", "MANUAL")


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.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def resource_pool_leader_id
  @resource_pool_leader_id
end

#resource_pool_summaryTypes::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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("PRIMARY", "SEPARATE", "NOT_APPLICABLE")


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.

Returns:

  • (::Time)


2530
2531
2532
# File 'sig/types.rbs', line 2530

def time_of_auto_refresh_start
  @time_of_auto_refresh_start
end