Class: Aws::Types::CreateAutonomousDatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutonomousDatabaseInput
- 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.
-
#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.
-
#character_set ⇒ ::String
Returns the value of attribute character_set.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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_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.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#ncharacter_set ⇒ ::String
Returns the value of attribute ncharacter_set.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
-
#private_endpoint_ip ⇒ ::String
Returns the value of attribute private_endpoint_ip.
-
#private_endpoint_label ⇒ ::String
Returns the value of attribute private_endpoint_label.
-
#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.
-
#source ⇒ "NONE", ...
Returns the value of attribute source.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#transportable_tablespace ⇒ Types::TransportableTablespace
Returns the value of attribute transportable_tablespace.
Instance Attribute Details
#admin_password ⇒ ::String
Returns the value of attribute admin_password.
763 764 765 |
# File 'sig/types.rbs', line 763 def admin_password @admin_password end |
#admin_password_source ⇒ "CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"
Returns the value of attribute admin_password_source.
797 798 799 |
# File 'sig/types.rbs', line 797 def admin_password_source @admin_password_source end |
#admin_password_source_configuration ⇒ Types::AdminPasswordSourceConfigurationInput
Returns the value of attribute admin_password_source_configuration.
798 799 800 |
# File 'sig/types.rbs', line 798 def admin_password_source_configuration @admin_password_source_configuration end |
#allowlisted_ips ⇒ ::Array[::String]
Returns the value of attribute allowlisted_ips.
787 788 789 |
# File 'sig/types.rbs', line 787 def allowlisted_ips @allowlisted_ips end |
#autonomous_maintenance_schedule_type ⇒ "EARLY", "REGULAR"
Returns the value of attribute autonomous_maintenance_schedule_type.
776 777 778 |
# File 'sig/types.rbs', line 776 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.
777 778 779 |
# File 'sig/types.rbs', line 777 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.
778 779 780 |
# File 'sig/types.rbs', line 778 def byol_compute_count_limit @byol_compute_count_limit end |
#character_set ⇒ ::String
Returns the value of attribute character_set.
771 772 773 |
# File 'sig/types.rbs', line 771 def character_set @character_set end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
799 800 801 |
# File 'sig/types.rbs', line 799 def client_token @client_token end |
#compute_count ⇒ ::Float
Returns the value of attribute compute_count.
764 765 766 |
# File 'sig/types.rbs', line 764 def compute_count @compute_count end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
779 780 781 |
# File 'sig/types.rbs', line 779 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.
780 781 782 |
# File 'sig/types.rbs', line 780 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.
766 767 768 |
# File 'sig/types.rbs', line 766 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.
765 766 767 |
# File 'sig/types.rbs', line 765 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.
774 775 776 |
# File 'sig/types.rbs', line 774 def database_edition @database_edition end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
762 763 764 |
# File 'sig/types.rbs', line 762 def db_name @db_name end |
#db_tools_details ⇒ ::Array[Types::DatabaseTool]
Returns the value of attribute db_tools_details.
792 793 794 |
# File 'sig/types.rbs', line 792 def db_tools_details @db_tools_details end |
#db_version ⇒ ::String
Returns the value of attribute db_version.
773 774 775 |
# File 'sig/types.rbs', line 773 def db_version @db_version end |
#db_workload ⇒ "OLTP", ...
Returns the value of attribute db_workload.
767 768 769 |
# File 'sig/types.rbs', line 767 def db_workload @db_workload end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
761 762 763 |
# File 'sig/types.rbs', line 761 def display_name @display_name end |
#encryption_key_configuration ⇒ Types::EncryptionKeyConfigurationInput
Returns the value of attribute encryption_key_configuration.
796 797 798 |
# File 'sig/types.rbs', line 796 def encryption_key_configuration @encryption_key_configuration end |
#encryption_key_provider ⇒ "ORACLE_MANAGED", "AWS_KMS"
Returns the value of attribute encryption_key_provider.
795 796 797 |
# File 'sig/types.rbs', line 795 def encryption_key_provider @encryption_key_provider end |
#is_auto_scaling_enabled ⇒ Boolean
Returns the value of attribute is_auto_scaling_enabled.
768 769 770 |
# File 'sig/types.rbs', line 768 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.
769 770 771 |
# File 'sig/types.rbs', line 769 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.
789 790 791 |
# File 'sig/types.rbs', line 789 def is_backup_retention_locked @is_backup_retention_locked end |
#is_local_data_guard_enabled ⇒ Boolean
Returns the value of attribute is_local_data_guard_enabled.
790 791 792 |
# File 'sig/types.rbs', line 790 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.
791 792 793 |
# File 'sig/types.rbs', line 791 def is_mtls_connection_required @is_mtls_connection_required end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
770 771 772 |
# File 'sig/types.rbs', line 770 def license_model @license_model end |
#ncharacter_set ⇒ ::String
Returns the value of attribute ncharacter_set.
772 773 774 |
# File 'sig/types.rbs', line 772 def ncharacter_set @ncharacter_set end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def odb_network_id @odb_network_id end |
#private_endpoint_ip ⇒ ::String
Returns the value of attribute private_endpoint_ip.
781 782 783 |
# File 'sig/types.rbs', line 781 def private_endpoint_ip @private_endpoint_ip end |
#private_endpoint_label ⇒ ::String
Returns the value of attribute private_endpoint_label.
782 783 784 |
# File 'sig/types.rbs', line 782 def private_endpoint_label @private_endpoint_label end |
#resource_pool_leader_id ⇒ ::String
Returns the value of attribute resource_pool_leader_id.
783 784 785 |
# File 'sig/types.rbs', line 783 def resource_pool_leader_id @resource_pool_leader_id end |
#resource_pool_summary ⇒ Types::ResourcePoolSummary
Returns the value of attribute resource_pool_summary.
784 785 786 |
# File 'sig/types.rbs', line 784 def resource_pool_summary @resource_pool_summary end |
#scheduled_operations ⇒ ::Array[Types::ScheduledOperationDetails]
Returns the value of attribute scheduled_operations.
785 786 787 |
# File 'sig/types.rbs', line 785 def scheduled_operations @scheduled_operations end |
#source ⇒ "NONE", ...
Returns the value of attribute source.
793 794 795 |
# File 'sig/types.rbs', line 793 def source @source end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
794 795 796 |
# File 'sig/types.rbs', line 794 def source_configuration @source_configuration end |
#standby_allowlisted_ips ⇒ ::Array[::String]
Returns the value of attribute standby_allowlisted_ips.
786 787 788 |
# File 'sig/types.rbs', line 786 def standby_allowlisted_ips @standby_allowlisted_ips end |
#standby_allowlisted_ips_source ⇒ "PRIMARY", ...
Returns the value of attribute standby_allowlisted_ips_source.
775 776 777 |
# File 'sig/types.rbs', line 775 def standby_allowlisted_ips_source @standby_allowlisted_ips_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
800 801 802 |
# File 'sig/types.rbs', line 800 def @tags end |
#transportable_tablespace ⇒ Types::TransportableTablespace
Returns the value of attribute transportable_tablespace.
788 789 790 |
# File 'sig/types.rbs', line 788 def transportable_tablespace @transportable_tablespace end |