Class: Aws::Types::CreateAutonomousDatabaseInput

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)


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.

Returns:

  • ("CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER")


797
798
799
# File 'sig/types.rbs', line 797

def admin_password_source
  @admin_password_source
end

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

Returns:

  • (::Array[::String])


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.

Returns:

  • ("EARLY", "REGULAR")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def display_name
  @display_name
end

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

Returns:

  • ("ORACLE_MANAGED", "AWS_KMS")


795
796
797
# File 'sig/types.rbs', line 795

def encryption_key_provider
  @encryption_key_provider
end

#is_auto_scaling_enabledBoolean

Returns the value of attribute is_auto_scaling_enabled.

Returns:

  • (Boolean)


768
769
770
# File 'sig/types.rbs', line 768

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)


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_lockedBoolean

Returns the value of attribute is_backup_retention_locked.

Returns:

  • (Boolean)


789
790
791
# File 'sig/types.rbs', line 789

def is_backup_retention_locked
  @is_backup_retention_locked
end

#is_local_data_guard_enabledBoolean

Returns the value of attribute is_local_data_guard_enabled.

Returns:

  • (Boolean)


790
791
792
# File 'sig/types.rbs', line 790

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)


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.

Returns:

  • ("BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def resource_pool_leader_id
  @resource_pool_leader_id
end

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

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def scheduled_operations
  @scheduled_operations
end

#source"NONE", ...

Returns the value of attribute source.

Returns:

  • ("NONE", "DATABASE", "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "CROSS_REGION_DATAGUARD", "CROSS_REGION_DISASTER_RECOVERY", "CLONE_TO_REFRESHABLE")


793
794
795
# File 'sig/types.rbs', line 793

def source
  @source
end

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

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

  • (::Hash[::String, ::String])


800
801
802
# File 'sig/types.rbs', line 800

def tags
  @tags
end

#transportable_tablespaceTypes::TransportableTablespace

Returns the value of attribute transportable_tablespace.



788
789
790
# File 'sig/types.rbs', line 788

def transportable_tablespace
  @transportable_tablespace
end