CreateAutonomousContainerDatabaseFromBackupDetails

class oci.database.models.CreateAutonomousContainerDatabaseFromBackupDetails(**kwargs)

Bases: oci.database.models.create_autonomous_container_database_base.CreateAutonomousContainerDatabaseBase

Details to create an Oracle Autonomous Container Database by cloning from a backup of an existing Autonomous Container Database.

Attributes

DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION str(object=’’) -> str
DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION str(object=’’) -> str
NET_SERVICES_ARCHITECTURE_DEDICATED str(object=’’) -> str
NET_SERVICES_ARCHITECTURE_SHARED str(object=’’) -> str
PATCH_MODEL_RELEASE_UPDATES str(object=’’) -> str
PATCH_MODEL_RELEASE_UPDATE_REVISIONS str(object=’’) -> str
PROTECTION_MODE_MAXIMUM_AVAILABILITY str(object=’’) -> str
PROTECTION_MODE_MAXIMUM_PERFORMANCE str(object=’’) -> str
SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD str(object=’’) -> str
SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD str(object=’’) -> str
SOURCE_BACKUP_FROM_ID str(object=’’) -> str
SOURCE_NONE str(object=’’) -> str
VERSION_PREFERENCE_LATEST_RELEASE_UPDATE str(object=’’) -> str
VERSION_PREFERENCE_NEXT_RELEASE_UPDATE str(object=’’) -> str
autonomous_container_database_backup_id [Required] Gets the autonomous_container_database_backup_id of this CreateAutonomousContainerDatabaseFromBackupDetails.
autonomous_exadata_infrastructure_id Gets the autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
autonomous_vm_cluster_id Gets the autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
backup_config Gets the backup_config of this CreateAutonomousContainerDatabaseBase.
cloud_autonomous_vm_cluster_id Gets the cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
compartment_id Gets the compartment_id of this CreateAutonomousContainerDatabaseBase.
customer_contacts Gets the customer_contacts of this CreateAutonomousContainerDatabaseBase.
database_software_image_id Gets the database_software_image_id of this CreateAutonomousContainerDatabaseBase.
db_name Gets the db_name of this CreateAutonomousContainerDatabaseBase.
db_split_threshold Gets the db_split_threshold of this CreateAutonomousContainerDatabaseBase.
db_unique_name Gets the db_unique_name of this CreateAutonomousContainerDatabaseBase.
db_version Gets the db_version of this CreateAutonomousContainerDatabaseBase.
defined_tags Gets the defined_tags of this CreateAutonomousContainerDatabaseBase.
display_name [Required] Gets the display_name of this CreateAutonomousContainerDatabaseBase.
distribution_affinity Gets the distribution_affinity of this CreateAutonomousContainerDatabaseBase.
fast_start_fail_over_lag_limit_in_seconds Gets the fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase.
freeform_tags Gets the freeform_tags of this CreateAutonomousContainerDatabaseBase.
is_automatic_failover_enabled Gets the is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase.
is_dst_file_update_enabled Gets the is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase.
key_store_id Gets the key_store_id of this CreateAutonomousContainerDatabaseBase.
kms_key_id Gets the kms_key_id of this CreateAutonomousContainerDatabaseBase.
kms_key_version_id Gets the kms_key_version_id of this CreateAutonomousContainerDatabaseBase.
maintenance_window_details Gets the maintenance_window_details of this CreateAutonomousContainerDatabaseBase.
net_services_architecture Gets the net_services_architecture of this CreateAutonomousContainerDatabaseBase.
patch_model [Required] Gets the patch_model of this CreateAutonomousContainerDatabaseBase.
peer_autonomous_container_database_backup_config Gets the peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.
peer_autonomous_container_database_compartment_id Gets the peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase.
peer_autonomous_container_database_display_name Gets the peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase.
peer_autonomous_exadata_infrastructure_id Gets the peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
peer_autonomous_vm_cluster_id Gets the peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
peer_cloud_autonomous_vm_cluster_id Gets the peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
peer_db_unique_name Gets the peer_db_unique_name of this CreateAutonomousContainerDatabaseBase.
protection_mode Gets the protection_mode of this CreateAutonomousContainerDatabaseBase.
service_level_agreement_type Gets the service_level_agreement_type of this CreateAutonomousContainerDatabaseBase.
source Gets the source of this CreateAutonomousContainerDatabaseBase.
standby_maintenance_buffer_in_days Gets the standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase.
vault_id Gets the vault_id of this CreateAutonomousContainerDatabaseBase.
version_preference Gets the version_preference of this CreateAutonomousContainerDatabaseBase.
vm_failover_reservation Gets the vm_failover_reservation of this CreateAutonomousContainerDatabaseBase.

Methods

__init__(**kwargs) Initializes a new CreateAutonomousContainerDatabaseFromBackupDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION = 'MAXIMUM_DISTRIBUTION'
DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION = 'MINIMUM_DISTRIBUTION'
NET_SERVICES_ARCHITECTURE_DEDICATED = 'DEDICATED'
NET_SERVICES_ARCHITECTURE_SHARED = 'SHARED'
PATCH_MODEL_RELEASE_UPDATES = 'RELEASE_UPDATES'
PATCH_MODEL_RELEASE_UPDATE_REVISIONS = 'RELEASE_UPDATE_REVISIONS'
PROTECTION_MODE_MAXIMUM_AVAILABILITY = 'MAXIMUM_AVAILABILITY'
PROTECTION_MODE_MAXIMUM_PERFORMANCE = 'MAXIMUM_PERFORMANCE'
SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD = 'AUTONOMOUS_DATAGUARD'
SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD = 'STANDARD'
SOURCE_BACKUP_FROM_ID = 'BACKUP_FROM_ID'
SOURCE_NONE = 'NONE'
VERSION_PREFERENCE_LATEST_RELEASE_UPDATE = 'LATEST_RELEASE_UPDATE'
VERSION_PREFERENCE_NEXT_RELEASE_UPDATE = 'NEXT_RELEASE_UPDATE'
__init__(**kwargs)

Initializes a new CreateAutonomousContainerDatabaseFromBackupDetails object with values from keyword arguments. The default value of the source attribute of this class is BACKUP_FROM_ID and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • customer_contacts (list[oci.database.models.CustomerContact]) – The value to assign to the customer_contacts property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • source (str) – The value to assign to the source property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “NONE”, “BACKUP_FROM_ID”
  • display_name (str) – The value to assign to the display_name property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • db_unique_name (str) – The value to assign to the db_unique_name property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • db_name (str) – The value to assign to the db_name property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • service_level_agreement_type (str) – The value to assign to the service_level_agreement_type property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “STANDARD”, “AUTONOMOUS_DATAGUARD”
  • autonomous_exadata_infrastructure_id (str) – The value to assign to the autonomous_exadata_infrastructure_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • db_version (str) – The value to assign to the db_version property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • database_software_image_id (str) – The value to assign to the database_software_image_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_autonomous_exadata_infrastructure_id (str) – The value to assign to the peer_autonomous_exadata_infrastructure_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_autonomous_container_database_display_name (str) – The value to assign to the peer_autonomous_container_database_display_name property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • protection_mode (str) – The value to assign to the protection_mode property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “MAXIMUM_AVAILABILITY”, “MAXIMUM_PERFORMANCE”
  • fast_start_fail_over_lag_limit_in_seconds (int) – The value to assign to the fast_start_fail_over_lag_limit_in_seconds property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • is_automatic_failover_enabled (bool) – The value to assign to the is_automatic_failover_enabled property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_cloud_autonomous_vm_cluster_id (str) – The value to assign to the peer_cloud_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_autonomous_vm_cluster_id (str) – The value to assign to the peer_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_autonomous_container_database_compartment_id (str) – The value to assign to the peer_autonomous_container_database_compartment_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_autonomous_container_database_backup_config (oci.database.models.PeerAutonomousContainerDatabaseBackupConfig) – The value to assign to the peer_autonomous_container_database_backup_config property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • peer_db_unique_name (str) – The value to assign to the peer_db_unique_name property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • autonomous_vm_cluster_id (str) – The value to assign to the autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • patch_model (str) – The value to assign to the patch_model property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “RELEASE_UPDATES”, “RELEASE_UPDATE_REVISIONS”
  • maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • standby_maintenance_buffer_in_days (int) – The value to assign to the standby_maintenance_buffer_in_days property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • version_preference (str) – The value to assign to the version_preference property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “NEXT_RELEASE_UPDATE”, “LATEST_RELEASE_UPDATE”
  • is_dst_file_update_enabled (bool) – The value to assign to the is_dst_file_update_enabled property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • backup_config (oci.database.models.AutonomousContainerDatabaseBackupConfig) – The value to assign to the backup_config property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • kms_key_version_id (str) – The value to assign to the kms_key_version_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • vault_id (str) – The value to assign to the vault_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • key_store_id (str) – The value to assign to the key_store_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • db_split_threshold (int) – The value to assign to the db_split_threshold property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • vm_failover_reservation (int) – The value to assign to the vm_failover_reservation property of this CreateAutonomousContainerDatabaseFromBackupDetails.
  • distribution_affinity (str) – The value to assign to the distribution_affinity property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “MINIMUM_DISTRIBUTION”, “MAXIMUM_DISTRIBUTION”
  • net_services_architecture (str) – The value to assign to the net_services_architecture property of this CreateAutonomousContainerDatabaseFromBackupDetails. Allowed values for this property are: “DEDICATED”, “SHARED”
  • autonomous_container_database_backup_id (str) – The value to assign to the autonomous_container_database_backup_id property of this CreateAutonomousContainerDatabaseFromBackupDetails.
autonomous_container_database_backup_id

[Required] Gets the autonomous_container_database_backup_id of this CreateAutonomousContainerDatabaseFromBackupDetails. The OCID of the source Autonomous Container Database Backup that you will clone to create a new Autonomous Container Database.

Returns:The autonomous_container_database_backup_id of this CreateAutonomousContainerDatabaseFromBackupDetails.
Return type:str
autonomous_exadata_infrastructure_id

Gets the autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase. No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

Returns:The autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
autonomous_vm_cluster_id

Gets the autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase. The OCID of the Autonomous VM Cluster.

Returns:The autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
backup_config

Gets the backup_config of this CreateAutonomousContainerDatabaseBase.

Returns:The backup_config of this CreateAutonomousContainerDatabaseBase.
Return type:oci.database.models.AutonomousContainerDatabaseBackupConfig
cloud_autonomous_vm_cluster_id

Gets the cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase. The OCID of the cloud Autonomous Exadata VM Cluster.

Returns:The cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
compartment_id

Gets the compartment_id of this CreateAutonomousContainerDatabaseBase. The OCID of the compartment containing the Autonomous Container Database.

Returns:The compartment_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
customer_contacts

Gets the customer_contacts of this CreateAutonomousContainerDatabaseBase. Customer Contacts. Setting this to an empty list removes all customer contacts.

Returns:The customer_contacts of this CreateAutonomousContainerDatabaseBase.
Return type:list[oci.database.models.CustomerContact]
database_software_image_id

Gets the database_software_image_id of this CreateAutonomousContainerDatabaseBase. The Autonomous Database Software Image OCID.

Returns:The database_software_image_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
db_name

Gets the db_name of this CreateAutonomousContainerDatabaseBase. The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

Returns:The db_name of this CreateAutonomousContainerDatabaseBase.
Return type:str
db_split_threshold

Gets the db_split_threshold of this CreateAutonomousContainerDatabaseBase. The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.

Returns:The db_split_threshold of this CreateAutonomousContainerDatabaseBase.
Return type:int
db_unique_name

Gets the db_unique_name of this CreateAutonomousContainerDatabaseBase. Deprecated. The DB_UNIQUE_NAME value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.

Returns:The db_unique_name of this CreateAutonomousContainerDatabaseBase.
Return type:str
db_version

Gets the db_version of this CreateAutonomousContainerDatabaseBase. The base version for the Autonomous Container Database.

Returns:The db_version of this CreateAutonomousContainerDatabaseBase.
Return type:str
defined_tags

Gets the defined_tags of this CreateAutonomousContainerDatabaseBase. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this CreateAutonomousContainerDatabaseBase.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CreateAutonomousContainerDatabaseBase. The display name for the Autonomous Container Database.

Returns:The display_name of this CreateAutonomousContainerDatabaseBase.
Return type:str
distribution_affinity

Gets the distribution_affinity of this CreateAutonomousContainerDatabaseBase. Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.

Allowed values for this property are: “MINIMUM_DISTRIBUTION”, “MAXIMUM_DISTRIBUTION”

Returns:The distribution_affinity of this CreateAutonomousContainerDatabaseBase.
Return type:str
fast_start_fail_over_lag_limit_in_seconds

Gets the fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase. The lag time for my preference based on data loss tolerance in seconds.

Returns:The fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase.
Return type:int
freeform_tags

Gets the freeform_tags of this CreateAutonomousContainerDatabaseBase. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateAutonomousContainerDatabaseBase.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_automatic_failover_enabled

Gets the is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase. Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association

Returns:The is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase.
Return type:bool
is_dst_file_update_enabled

Gets the is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase. Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

Returns:The is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase.
Return type:bool
key_store_id

Gets the key_store_id of this CreateAutonomousContainerDatabaseBase. The OCID of the key store of Oracle Vault.

Returns:The key_store_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
kms_key_id

Gets the kms_key_id of this CreateAutonomousContainerDatabaseBase. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

Returns:The kms_key_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
kms_key_version_id

Gets the kms_key_version_id of this CreateAutonomousContainerDatabaseBase. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.

Returns:The kms_key_version_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
maintenance_window_details

Gets the maintenance_window_details of this CreateAutonomousContainerDatabaseBase.

Returns:The maintenance_window_details of this CreateAutonomousContainerDatabaseBase.
Return type:oci.database.models.MaintenanceWindow
net_services_architecture

Gets the net_services_architecture of this CreateAutonomousContainerDatabaseBase. Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.

Allowed values for this property are: “DEDICATED”, “SHARED”

Returns:The net_services_architecture of this CreateAutonomousContainerDatabaseBase.
Return type:str
patch_model

[Required] Gets the patch_model of this CreateAutonomousContainerDatabaseBase. Database Patch model preference.

Allowed values for this property are: “RELEASE_UPDATES”, “RELEASE_UPDATE_REVISIONS”

Returns:The patch_model of this CreateAutonomousContainerDatabaseBase.
Return type:str
peer_autonomous_container_database_backup_config

Gets the peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.

Returns:The peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.
Return type:oci.database.models.PeerAutonomousContainerDatabaseBackupConfig
peer_autonomous_container_database_compartment_id

Gets the peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase. The OCID of the compartment where the standby Autonomous Container Database will be created.

Returns:The peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
peer_autonomous_container_database_display_name

Gets the peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase. The display name for the peer Autonomous Container Database.

Returns:The peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase.
Return type:str
peer_autonomous_exadata_infrastructure_id

Gets the peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase. No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

Returns:The peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
peer_autonomous_vm_cluster_id

Gets the peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase. The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

Returns:The peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
peer_cloud_autonomous_vm_cluster_id

Gets the peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase. The OCID of the peer cloud Autonomous Exadata VM Cluster.

Returns:The peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
peer_db_unique_name

Gets the peer_db_unique_name of this CreateAutonomousContainerDatabaseBase. Deprecated. The DB_UNIQUE_NAME of the peer Autonomous Container Database in a Data Guard association is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.

Returns:The peer_db_unique_name of this CreateAutonomousContainerDatabaseBase.
Return type:str
protection_mode

Gets the protection_mode of this CreateAutonomousContainerDatabaseBase. The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

Allowed values for this property are: “MAXIMUM_AVAILABILITY”, “MAXIMUM_PERFORMANCE”

Returns:The protection_mode of this CreateAutonomousContainerDatabaseBase.
Return type:str
service_level_agreement_type

Gets the service_level_agreement_type of this CreateAutonomousContainerDatabaseBase. The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

Allowed values for this property are: “STANDARD”, “AUTONOMOUS_DATAGUARD”

Returns:The service_level_agreement_type of this CreateAutonomousContainerDatabaseBase.
Return type:str
source

Gets the source of this CreateAutonomousContainerDatabaseBase. The source of the database: Use NONE for creating a new Autonomous Container Database. Use BACKUP_FROM_ID for creating a new Autonomous Container Database from a specified backup.

Allowed values for this property are: “NONE”, “BACKUP_FROM_ID”

Returns:The source of this CreateAutonomousContainerDatabaseBase.
Return type:str
standby_maintenance_buffer_in_days

Gets the standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase. The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.

Returns:The standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase.
Return type:int
vault_id

Gets the vault_id of this CreateAutonomousContainerDatabaseBase. The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.

Returns:The vault_id of this CreateAutonomousContainerDatabaseBase.
Return type:str
version_preference

Gets the version_preference of this CreateAutonomousContainerDatabaseBase. The next maintenance version preference.

Allowed values for this property are: “NEXT_RELEASE_UPDATE”, “LATEST_RELEASE_UPDATE”

Returns:The version_preference of this CreateAutonomousContainerDatabaseBase.
Return type:str
vm_failover_reservation

Gets the vm_failover_reservation of this CreateAutonomousContainerDatabaseBase. The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.

Returns:The vm_failover_reservation of this CreateAutonomousContainerDatabaseBase.
Return type:int