You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.100.0 - 2025-09-09
8
+
### Added
9
+
- Support for resource locking in the Email Delivery service
10
+
- Support for setting backup retention policies while creating and updating autonomous container databases in the Database service
11
+
- Support for deleting associated long term backups while deleting the autonomous databases in the Database service
12
+
- Support for listing autonomous database backups by backup destination id and infrastructure type in the Database service
13
+
- Support for listing autonomous database backups by key store id and infrastructure type in the Database service
14
+
- Support for undeleting autonomous databases on public cloud and Cloud at Customer in the Database service
15
+
- Support for additional database edition query parameters in the Database service
16
+
17
+
### Breaking Changes
18
+
- Enum value `ListDbSystemStoragePerformancesDatabaseEditionEnterpriseEditionHighPerformance` was renamed to `ListDbSystemStoragePerformancesDatabaseEditionEnterpriseEditionExtremePerformance` in the Database service
19
+
7
20
## 65.99.2 - 2025-09-02
8
21
### Added
9
22
- Support for key management integration for Google Cloud Platform (GCP) in the Database Multicloud service
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Database Service API
6
+
//
7
+
// The API for the Database Service. Use this API to manage resources such as databases and DB Systems. For more information, see Overview of the Database Service (https://docs.oracle.com/iaas/Content/Database/Concepts/databaseoverview.htm).
8
+
//
9
+
10
+
package database
11
+
12
+
import (
13
+
"fmt"
14
+
"github.com/oracle/oci-go-sdk/v65/common"
15
+
"strings"
16
+
)
17
+
18
+
// AssociatedLongTermBackup Long Term Backups associated with a backup destination
19
+
typeAssociatedLongTermBackupstruct {
20
+
21
+
// The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database backup.
22
+
Id*string`mandatory:"false" json:"id"`
23
+
24
+
// The display name for the long term backup for the autonomous database.
// The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
146
+
// The amount of memory (in GBs rounded off to nearest integer value) enabled per ECPU or OCPU in the Autonomous VM Cluster. This is deprecated. Please refer to memoryPerComputeUnitInGBs for accurate value.
// The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
146
+
// The amount of memory (in GBs rounded off to nearest integer value) enabled per ECPU or OCPU in the Autonomous VM Cluster. This is deprecated. Please refer to memoryPerComputeUnitInGBs for accurate value.
// The amount of memory (in GBs) to be enabled per OCPU or ECPU.
133
+
// The amount of memory (in GBs rounded off to nearest integer value) enabled per ECPU or OCPU. This is deprecated. Please refer to memoryPerComputeUnitInGBs for accurate value.
// The quantity of data in the database, in gigabytes.
137
140
// For Autonomous Transaction Processing databases using ECPUs on Serverless Infrastructure, this value is always populated. In all the other cases, this value will be null and `dataStorageSizeInTBs` will be populated instead.
// GetAutonomousDatabaseBackupInfrastructureTypeEnumStringValues Enumerates the set of values in String for AutonomousDatabaseBackupInfrastructureTypeEnum
// GetAutonomousDatabaseBackupSummaryInfrastructureTypeEnumValues Enumerates the set of values for AutonomousDatabaseBackupSummaryInfrastructureTypeEnum
// GetAutonomousDatabaseBackupSummaryInfrastructureTypeEnumStringValues Enumerates the set of values in String for AutonomousDatabaseBackupSummaryInfrastructureTypeEnum
0 commit comments