AutonomousDatabaseUpdateProperties interface

The updatable properties of the AutonomousDatabase.

Properties

adminPassword

Admin password. This value contains a credential. Consider obscuring before showing to users

autonomousMaintenanceScheduleType

The maintenance schedule type of the Autonomous Database Serverless.

backupRetentionPeriodInDays

Retention period, in days, for long-term backups

computeCount

The compute amount (CPUs) available to the database.

cpuCoreCount

The number of CPU cores to be made available to the database.

customerContacts

Customer Contacts.

databaseEdition

The Oracle Database Edition that applies to the Autonomous databases.

dataStorageSizeInGbs

The size, in gigabytes, of the data volume that will be created and attached to the database.

dataStorageSizeInTbs

The quantity of data in the database, in terabytes.

displayName

The user-friendly name for the Autonomous Database.

isAutoScalingEnabled

Indicates if auto scaling is enabled for the Autonomous Database CPU core count.

isAutoScalingForStorageEnabled

Indicates if auto scaling is enabled for the Autonomous Database storage.

isLocalDataGuardEnabled

Indicates whether the Autonomous Database has local or called in-region Data Guard enabled.

isMtlsConnectionRequired

Specifies if the Autonomous Database requires mTLS connections.

licenseModel

The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.

localAdgAutoFailoverMaxDataLossLimit

Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard

longTermBackupSchedule

Details for the long-term backup schedule.

openMode

Indicates the Autonomous Database mode.

peerDbId

The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.

permissionLevel

The Autonomous Database permission level.

role

The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

scheduledOperations

The list of scheduled operations.

whitelistedIps

The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25']

Property Details

adminPassword

Admin password. This value contains a credential. Consider obscuring before showing to users

adminPassword?: string

Property Value

string

autonomousMaintenanceScheduleType

The maintenance schedule type of the Autonomous Database Serverless.

autonomousMaintenanceScheduleType?: string

Property Value

string

backupRetentionPeriodInDays

Retention period, in days, for long-term backups

backupRetentionPeriodInDays?: number

Property Value

number

computeCount

The compute amount (CPUs) available to the database.

computeCount?: number

Property Value

number

cpuCoreCount

The number of CPU cores to be made available to the database.

cpuCoreCount?: number

Property Value

number

customerContacts

Customer Contacts.

customerContacts?: CustomerContact[]

Property Value

databaseEdition

The Oracle Database Edition that applies to the Autonomous databases.

databaseEdition?: string

Property Value

string

dataStorageSizeInGbs

The size, in gigabytes, of the data volume that will be created and attached to the database.

dataStorageSizeInGbs?: number

Property Value

number

dataStorageSizeInTbs

The quantity of data in the database, in terabytes.

dataStorageSizeInTbs?: number

Property Value

number

displayName

The user-friendly name for the Autonomous Database.

displayName?: string

Property Value

string

isAutoScalingEnabled

Indicates if auto scaling is enabled for the Autonomous Database CPU core count.

isAutoScalingEnabled?: boolean

Property Value

boolean

isAutoScalingForStorageEnabled

Indicates if auto scaling is enabled for the Autonomous Database storage.

isAutoScalingForStorageEnabled?: boolean

Property Value

boolean

isLocalDataGuardEnabled

Indicates whether the Autonomous Database has local or called in-region Data Guard enabled.

isLocalDataGuardEnabled?: boolean

Property Value

boolean

isMtlsConnectionRequired

Specifies if the Autonomous Database requires mTLS connections.

isMtlsConnectionRequired?: boolean

Property Value

boolean

licenseModel

The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED.

licenseModel?: string

Property Value

string

localAdgAutoFailoverMaxDataLossLimit

Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard

localAdgAutoFailoverMaxDataLossLimit?: number

Property Value

number

longTermBackupSchedule

Details for the long-term backup schedule.

longTermBackupSchedule?: LongTermBackUpScheduleDetails

Property Value

openMode

Indicates the Autonomous Database mode.

openMode?: string

Property Value

string

peerDbId

The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.

peerDbId?: string

Property Value

string

permissionLevel

The Autonomous Database permission level.

permissionLevel?: string

Property Value

string

role

The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

role?: string

Property Value

string

scheduledOperations

The list of scheduled operations.

scheduledOperations?: ScheduledOperationsTypeUpdate

Property Value

whitelistedIps

The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25']

whitelistedIps?: string[]

Property Value

string[]