Class CreateAutonomousContainerDatabaseBase
Describes the required parameters for the creation of an Autonomous Container Database.
Inheritance
CreateAutonomousContainerDatabaseBase
Assembly: OCI.DotNetSDK.Database.dll
Syntax
[JsonConverter(typeof(CreateAutonomousContainerDatabaseBaseModelConverter))]
public class CreateAutonomousContainerDatabaseBase
Properties
AutonomousExadataInfrastructureId
Declaration
[JsonProperty(PropertyName = "autonomousExadataInfrastructureId")]
public string AutonomousExadataInfrastructureId { get; set; }
Property Value
| Type |
Description |
| string |
No longer used. This parameter is no longer used for Autonomous AI Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.
|
AutonomousVmClusterId
Declaration
[JsonProperty(PropertyName = "autonomousVmClusterId")]
public string AutonomousVmClusterId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the Autonomous VM Cluster.
|
BackupConfig
Declaration
[JsonProperty(PropertyName = "backupConfig")]
public AutonomousContainerDatabaseBackupConfig BackupConfig { get; set; }
Property Value
CloudAutonomousVmClusterId
Declaration
[JsonProperty(PropertyName = "cloudAutonomousVmClusterId")]
public string CloudAutonomousVmClusterId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the cloud Autonomous Exadata VM Cluster.
|
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the compartment containing the Autonomous Container Database.
|
Declaration
[JsonProperty(PropertyName = "customerContacts")]
public List<CustomerContact> CustomerContacts { get; set; }
Property Value
| Type |
Description |
| List<CustomerContact> |
Customer Contacts. Setting this to an empty list removes all customer contacts.
|
DatabaseSoftwareImageId
Declaration
[JsonProperty(PropertyName = "databaseSoftwareImageId")]
public string DatabaseSoftwareImageId { get; set; }
Property Value
| Type |
Description |
| string |
The Autonomous AI Database Software Image OCID.
|
DbName
Declaration
[JsonProperty(PropertyName = "dbName")]
public string DbName { get; set; }
Property Value
| Type |
Description |
| string |
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.
|
DbSplitThreshold
Declaration
[JsonProperty(PropertyName = "dbSplitThreshold")]
public int? DbSplitThreshold { get; set; }
Property Value
| Type |
Description |
| int? |
The CPU value beyond which an Autonomous AI Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
DbUniqueName
Declaration
[JsonProperty(PropertyName = "dbUniqueName")]
public string DbUniqueName { get; set; }
Property Value
| Type |
Description |
| string |
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.
|
DbVersion
Declaration
[JsonProperty(PropertyName = "dbVersion")]
public string DbVersion { get; set; }
Property Value
| Type |
Description |
| string |
The base version for the Autonomous Container Database.
|
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| string |
The display name for the Autonomous Container Database.
|
DistributionAffinity
Declaration
[JsonProperty(PropertyName = "distributionAffinity")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.DistributionAffinityEnum? DistributionAffinity { get; set; }
Property Value
EncryptionKeyLocationDetails
Declaration
[JsonProperty(PropertyName = "encryptionKeyLocationDetails")]
public EncryptionKeyLocationDetails EncryptionKeyLocationDetails { get; set; }
Property Value
FastStartFailOverLagLimitInSeconds
Declaration
[JsonProperty(PropertyName = "fastStartFailOverLagLimitInSeconds")]
public int? FastStartFailOverLagLimitInSeconds { get; set; }
Property Value
| Type |
Description |
| int? |
The lag time for my preference based on data loss tolerance in seconds.
|
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type |
Description |
| Dictionary<string, string> |
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"}
|
IsAutomaticFailoverEnabled
Declaration
[JsonProperty(PropertyName = "isAutomaticFailoverEnabled")]
public bool? IsAutomaticFailoverEnabled { get; set; }
Property Value
| Type |
Description |
| bool? |
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
IsDstFileUpdateEnabled
Declaration
[JsonProperty(PropertyName = "isDstFileUpdateEnabled")]
public bool? IsDstFileUpdateEnabled { get; set; }
Property Value
| Type |
Description |
| bool? |
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.
|
KeyStoreId
Declaration
[JsonProperty(PropertyName = "keyStoreId")]
public string KeyStoreId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the key store of Oracle Vault.
|
KmsKeyId
Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
KmsKeyVersionId
Declaration
[JsonProperty(PropertyName = "kmsKeyVersionId")]
public string KmsKeyVersionId { get; set; }
Property Value
| Type |
Description |
| string |
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 AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
|
MaintenanceWindowDetails
Declaration
[JsonProperty(PropertyName = "maintenanceWindowDetails")]
public MaintenanceWindow MaintenanceWindowDetails { get; set; }
Property Value
NetServicesArchitecture
Declaration
[JsonProperty(PropertyName = "netServicesArchitecture")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.NetServicesArchitectureEnum? NetServicesArchitecture { get; set; }
Property Value
OkvEndPointGroupName
Declaration
[JsonProperty(PropertyName = "okvEndPointGroupName")]
public string OkvEndPointGroupName { get; set; }
Property Value
| Type |
Description |
| string |
The OKV End Point Group name for the Autonomous Container Database.
|
PatchModel
Declaration
[Required(ErrorMessage = "PatchModel is required.")]
[JsonProperty(PropertyName = "patchModel")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.PatchModelEnum? PatchModel { get; set; }
Property Value
PeerAutonomousContainerDatabaseBackupConfig
Declaration
[JsonProperty(PropertyName = "peerAutonomousContainerDatabaseBackupConfig")]
public PeerAutonomousContainerDatabaseBackupConfig PeerAutonomousContainerDatabaseBackupConfig { get; set; }
Property Value
PeerAutonomousContainerDatabaseCompartmentId
Declaration
[JsonProperty(PropertyName = "peerAutonomousContainerDatabaseCompartmentId")]
public string PeerAutonomousContainerDatabaseCompartmentId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the compartment where the standby Autonomous Container Database
will be created.
|
PeerAutonomousContainerDatabaseDisplayName
Declaration
[JsonProperty(PropertyName = "peerAutonomousContainerDatabaseDisplayName")]
public string PeerAutonomousContainerDatabaseDisplayName { get; set; }
Property Value
| Type |
Description |
| string |
The display name for the peer Autonomous Container Database.
|
PeerAutonomousExadataInfrastructureId
Declaration
[JsonProperty(PropertyName = "peerAutonomousExadataInfrastructureId")]
public string PeerAutonomousExadataInfrastructureId { get; set; }
Property Value
| Type |
Description |
| string |
No longer used. This parameter is no longer used for Autonomous AI Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.
|
PeerAutonomousVmClusterId
Declaration
[JsonProperty(PropertyName = "peerAutonomousVmClusterId")]
public string PeerAutonomousVmClusterId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
|
PeerCloudAutonomousVmClusterId
Declaration
[JsonProperty(PropertyName = "peerCloudAutonomousVmClusterId")]
public string PeerCloudAutonomousVmClusterId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the peer cloud Autonomous Exadata VM Cluster.
|
PeerDbUniqueName
Declaration
[JsonProperty(PropertyName = "peerDbUniqueName")]
public string PeerDbUniqueName { get; set; }
Property Value
| Type |
Description |
| string |
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.
|
ProtectionMode
Declaration
[JsonProperty(PropertyName = "protectionMode")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.ProtectionModeEnum? ProtectionMode { get; set; }
Property Value
ServiceLevelAgreementType
Declaration
[JsonProperty(PropertyName = "serviceLevelAgreementType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.ServiceLevelAgreementTypeEnum? ServiceLevelAgreementType { get; set; }
Property Value
| Type |
Description |
| CreateAutonomousContainerDatabaseBase.ServiceLevelAgreementTypeEnum? |
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.
|
StandbyMaintenanceBufferInDays
Declaration
[JsonProperty(PropertyName = "standbyMaintenanceBufferInDays")]
public int? StandbyMaintenanceBufferInDays { get; set; }
Property Value
| Type |
Description |
| int? |
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.
|
VaultId
Declaration
[JsonProperty(PropertyName = "vaultId")]
public string VaultId { get; set; }
Property Value
| Type |
Description |
| string |
The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.
|
VersionPreference
Declaration
[JsonProperty(PropertyName = "versionPreference")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.VersionPreferenceEnum? VersionPreference { get; set; }
Property Value
VmFailoverReservation
Declaration
[JsonProperty(PropertyName = "vmFailoverReservation")]
public int? VmFailoverReservation { get; set; }
Property Value
| Type |
Description |
| int? |
The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|