CreateAutonomousContainerDatabaseDetails

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

Bases: object

Describes the required parameters for the creation of an Autonomous Container Database.

Attributes

DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseDetails.
DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseDetails.
NET_SERVICES_ARCHITECTURE_DEDICATED A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseDetails.
NET_SERVICES_ARCHITECTURE_SHARED A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseDetails.
PATCH_MODEL_RELEASE_UPDATES A constant which can be used with the patch_model property of a CreateAutonomousContainerDatabaseDetails.
PATCH_MODEL_RELEASE_UPDATE_REVISIONS A constant which can be used with the patch_model property of a CreateAutonomousContainerDatabaseDetails.
PROTECTION_MODE_MAXIMUM_AVAILABILITY A constant which can be used with the protection_mode property of a CreateAutonomousContainerDatabaseDetails.
PROTECTION_MODE_MAXIMUM_PERFORMANCE A constant which can be used with the protection_mode property of a CreateAutonomousContainerDatabaseDetails.
SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD A constant which can be used with the service_level_agreement_type property of a CreateAutonomousContainerDatabaseDetails.
SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD A constant which can be used with the service_level_agreement_type property of a CreateAutonomousContainerDatabaseDetails.
VERSION_PREFERENCE_LATEST_RELEASE_UPDATE A constant which can be used with the version_preference property of a CreateAutonomousContainerDatabaseDetails.
VERSION_PREFERENCE_NEXT_RELEASE_UPDATE A constant which can be used with the version_preference property of a CreateAutonomousContainerDatabaseDetails.
autonomous_exadata_infrastructure_id Gets the autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseDetails.
autonomous_vm_cluster_id Gets the autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseDetails.
backup_config Gets the backup_config of this CreateAutonomousContainerDatabaseDetails.
cloud_autonomous_vm_cluster_id Gets the cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseDetails.
compartment_id Gets the compartment_id of this CreateAutonomousContainerDatabaseDetails.
database_software_image_id Gets the database_software_image_id of this CreateAutonomousContainerDatabaseDetails.
db_name Gets the db_name of this CreateAutonomousContainerDatabaseDetails.
db_split_threshold Gets the db_split_threshold of this CreateAutonomousContainerDatabaseDetails.
db_unique_name Gets the db_unique_name of this CreateAutonomousContainerDatabaseDetails.
db_version Gets the db_version of this CreateAutonomousContainerDatabaseDetails.
defined_tags Gets the defined_tags of this CreateAutonomousContainerDatabaseDetails.
display_name [Required] Gets the display_name of this CreateAutonomousContainerDatabaseDetails.
distribution_affinity Gets the distribution_affinity of this CreateAutonomousContainerDatabaseDetails.
fast_start_fail_over_lag_limit_in_seconds Gets the fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseDetails.
freeform_tags Gets the freeform_tags of this CreateAutonomousContainerDatabaseDetails.
is_automatic_failover_enabled Gets the is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseDetails.
is_dst_file_update_enabled Gets the is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseDetails.
key_store_id Gets the key_store_id of this CreateAutonomousContainerDatabaseDetails.
kms_key_id Gets the kms_key_id of this CreateAutonomousContainerDatabaseDetails.
kms_key_version_id Gets the kms_key_version_id of this CreateAutonomousContainerDatabaseDetails.
maintenance_window_details Gets the maintenance_window_details of this CreateAutonomousContainerDatabaseDetails.
net_services_architecture Gets the net_services_architecture of this CreateAutonomousContainerDatabaseDetails.
patch_model [Required] Gets the patch_model of this CreateAutonomousContainerDatabaseDetails.
peer_autonomous_container_database_backup_config Gets the peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseDetails.
peer_autonomous_container_database_compartment_id Gets the peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseDetails.
peer_autonomous_container_database_display_name Gets the peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseDetails.
peer_autonomous_exadata_infrastructure_id Gets the peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseDetails.
peer_autonomous_vm_cluster_id Gets the peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseDetails.
peer_cloud_autonomous_vm_cluster_id Gets the peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseDetails.
peer_db_unique_name Gets the peer_db_unique_name of this CreateAutonomousContainerDatabaseDetails.
protection_mode Gets the protection_mode of this CreateAutonomousContainerDatabaseDetails.
service_level_agreement_type Gets the service_level_agreement_type of this CreateAutonomousContainerDatabaseDetails.
standby_maintenance_buffer_in_days Gets the standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseDetails.
vault_id Gets the vault_id of this CreateAutonomousContainerDatabaseDetails.
version_preference Gets the version_preference of this CreateAutonomousContainerDatabaseDetails.
vm_failover_reservation Gets the vm_failover_reservation of this CreateAutonomousContainerDatabaseDetails.

Methods

__init__(**kwargs) Initializes a new CreateAutonomousContainerDatabaseDetails object with values from keyword arguments.
DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION = 'MAXIMUM_DISTRIBUTION'

A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “MAXIMUM_DISTRIBUTION”

DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION = 'MINIMUM_DISTRIBUTION'

A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “MINIMUM_DISTRIBUTION”

NET_SERVICES_ARCHITECTURE_DEDICATED = 'DEDICATED'

A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “DEDICATED”

NET_SERVICES_ARCHITECTURE_SHARED = 'SHARED'

A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “SHARED”

PATCH_MODEL_RELEASE_UPDATES = 'RELEASE_UPDATES'

A constant which can be used with the patch_model property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “RELEASE_UPDATES”

PATCH_MODEL_RELEASE_UPDATE_REVISIONS = 'RELEASE_UPDATE_REVISIONS'

A constant which can be used with the patch_model property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “RELEASE_UPDATE_REVISIONS”

PROTECTION_MODE_MAXIMUM_AVAILABILITY = 'MAXIMUM_AVAILABILITY'

A constant which can be used with the protection_mode property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “MAXIMUM_AVAILABILITY”

PROTECTION_MODE_MAXIMUM_PERFORMANCE = 'MAXIMUM_PERFORMANCE'

A constant which can be used with the protection_mode property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “MAXIMUM_PERFORMANCE”

SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD = 'AUTONOMOUS_DATAGUARD'

A constant which can be used with the service_level_agreement_type property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “AUTONOMOUS_DATAGUARD”

SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD = 'STANDARD'

A constant which can be used with the service_level_agreement_type property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “STANDARD”

VERSION_PREFERENCE_LATEST_RELEASE_UPDATE = 'LATEST_RELEASE_UPDATE'

A constant which can be used with the version_preference property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “LATEST_RELEASE_UPDATE”

VERSION_PREFERENCE_NEXT_RELEASE_UPDATE = 'NEXT_RELEASE_UPDATE'

A constant which can be used with the version_preference property of a CreateAutonomousContainerDatabaseDetails. This constant has a value of “NEXT_RELEASE_UPDATE”

__init__(**kwargs)

Initializes a new CreateAutonomousContainerDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateAutonomousContainerDatabaseDetails.
  • db_unique_name (str) – The value to assign to the db_unique_name property of this CreateAutonomousContainerDatabaseDetails.
  • db_name (str) – The value to assign to the db_name property of this CreateAutonomousContainerDatabaseDetails.
  • service_level_agreement_type (str) – The value to assign to the service_level_agreement_type property of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
  • db_version (str) – The value to assign to the db_version property of this CreateAutonomousContainerDatabaseDetails.
  • database_software_image_id (str) – The value to assign to the database_software_image_id property of this CreateAutonomousContainerDatabaseDetails.
  • peer_autonomous_exadata_infrastructure_id (str) – The value to assign to the peer_autonomous_exadata_infrastructure_id property of this CreateAutonomousContainerDatabaseDetails.
  • peer_autonomous_container_database_display_name (str) – The value to assign to the peer_autonomous_container_database_display_name property of this CreateAutonomousContainerDatabaseDetails.
  • protection_mode (str) – The value to assign to the protection_mode property of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
  • is_automatic_failover_enabled (bool) – The value to assign to the is_automatic_failover_enabled property of this CreateAutonomousContainerDatabaseDetails.
  • peer_cloud_autonomous_vm_cluster_id (str) – The value to assign to the peer_cloud_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseDetails.
  • peer_autonomous_vm_cluster_id (str) – The value to assign to the peer_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseDetails.
  • peer_autonomous_container_database_compartment_id (str) – The value to assign to the peer_autonomous_container_database_compartment_id property of this CreateAutonomousContainerDatabaseDetails.
  • 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 CreateAutonomousContainerDatabaseDetails.
  • peer_db_unique_name (str) – The value to assign to the peer_db_unique_name property of this CreateAutonomousContainerDatabaseDetails.
  • autonomous_vm_cluster_id (str) – The value to assign to the autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseDetails.
  • cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateAutonomousContainerDatabaseDetails.
  • patch_model (str) – The value to assign to the patch_model property of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
  • standby_maintenance_buffer_in_days (int) – The value to assign to the standby_maintenance_buffer_in_days property of this CreateAutonomousContainerDatabaseDetails.
  • version_preference (str) – The value to assign to the version_preference property of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateAutonomousContainerDatabaseDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateAutonomousContainerDatabaseDetails.
  • backup_config (oci.database.models.AutonomousContainerDatabaseBackupConfig) – The value to assign to the backup_config property of this CreateAutonomousContainerDatabaseDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CreateAutonomousContainerDatabaseDetails.
  • kms_key_version_id (str) – The value to assign to the kms_key_version_id property of this CreateAutonomousContainerDatabaseDetails.
  • vault_id (str) – The value to assign to the vault_id property of this CreateAutonomousContainerDatabaseDetails.
  • key_store_id (str) – The value to assign to the key_store_id property of this CreateAutonomousContainerDatabaseDetails.
  • db_split_threshold (int) – The value to assign to the db_split_threshold property of this CreateAutonomousContainerDatabaseDetails.
  • vm_failover_reservation (int) – The value to assign to the vm_failover_reservation property of this CreateAutonomousContainerDatabaseDetails.
  • distribution_affinity (str) – The value to assign to the distribution_affinity property of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails. Allowed values for this property are: “DEDICATED”, “SHARED”
autonomous_exadata_infrastructure_id

Gets the autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
autonomous_vm_cluster_id

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

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

Gets the backup_config of this CreateAutonomousContainerDatabaseDetails.

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

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

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

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

Returns:The compartment_id of this CreateAutonomousContainerDatabaseDetails.
Return type:str
database_software_image_id

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

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

Gets the db_name of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
db_split_threshold

Gets the db_split_threshold of this CreateAutonomousContainerDatabaseDetails. The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the “CPU per VM” value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the “CPU per VM” value.

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

Gets the db_unique_name of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
db_version

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

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

Gets the defined_tags of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:dict(str, dict(str, object))
display_name

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

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

Gets the distribution_affinity of this CreateAutonomousContainerDatabaseDetails. This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.

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

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

Gets the fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:int
freeform_tags

Gets the freeform_tags of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:dict(str, str)
is_automatic_failover_enabled

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

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

Gets the is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:bool
key_store_id

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

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

Gets the kms_key_id of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
kms_key_version_id

Gets the kms_key_version_id of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
maintenance_window_details

Gets the maintenance_window_details of this CreateAutonomousContainerDatabaseDetails.

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

Gets the net_services_architecture of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
patch_model

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

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

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

Gets the peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseDetails.

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

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

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

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

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

Gets the peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
peer_autonomous_vm_cluster_id

Gets the peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
peer_cloud_autonomous_vm_cluster_id

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

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

Gets the peer_db_unique_name of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
protection_mode

Gets the protection_mode of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
service_level_agreement_type

Gets the service_level_agreement_type of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:str
standby_maintenance_buffer_in_days

Gets the standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseDetails. 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 CreateAutonomousContainerDatabaseDetails.
Return type:int
vault_id

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

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

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

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

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

Gets the vm_failover_reservation of this CreateAutonomousContainerDatabaseDetails. The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.

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