Class CreateAutonomousContainerDatabaseBase
Describes the required parameters for the creation of an Autonomous Container Database.
Inheritance
Inherited Members
Namespace: Oci.DatabaseService.Models
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 |
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
| Type | Description |
|---|---|
| AutonomousContainerDatabaseBackupConfig |
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. |
CustomerContacts
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 |
DbVersion
Declaration
[JsonProperty(PropertyName = "dbVersion")]
public string DbVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The base version for the Autonomous Container Database. |
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. |
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. |
Remarks
Required
DistributionAffinity
Declaration
[JsonProperty(PropertyName = "distributionAffinity")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.DistributionAffinityEnum? DistributionAffinity { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseBase.DistributionAffinityEnum? | Determines whether an Autonomous AI Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected. |
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. |
FreeformTags
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.
|
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
| Type | Description |
|---|---|
| MaintenanceWindow |
NetServicesArchitecture
Declaration
[JsonProperty(PropertyName = "netServicesArchitecture")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.NetServicesArchitectureEnum? NetServicesArchitecture { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseBase.NetServicesArchitectureEnum? | 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. |
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
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseBase.PatchModelEnum? | Database Patch model preference. |
Remarks
Required
PeerAutonomousContainerDatabaseBackupConfig
Declaration
[JsonProperty(PropertyName = "peerAutonomousContainerDatabaseBackupConfig")]
public PeerAutonomousContainerDatabaseBackupConfig PeerAutonomousContainerDatabaseBackupConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| PeerAutonomousContainerDatabaseBackupConfig |
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 |
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 |
ProtectionMode
Declaration
[JsonProperty(PropertyName = "protectionMode")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.ProtectionModeEnum? ProtectionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseBase.ProtectionModeEnum? | The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation. |
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 |
VersionPreference
Declaration
[JsonProperty(PropertyName = "versionPreference")]
[JsonConverter(typeof(StringEnumConverter))]
public CreateAutonomousContainerDatabaseBase.VersionPreferenceEnum? VersionPreference { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateAutonomousContainerDatabaseBase.VersionPreferenceEnum? | The next maintenance version preference. |
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. |