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
Merge in SDK/oci-go-sdk from merge_to_github2023-10-02 to github
Squashed commit of the following:
commit 6ce8767a163c6bd3d8a3214d783de8fbf04acb71
Author: oci-dex-release-bot <oci-dex-releases-bot_ww@oracle.com>
Date: Mon Oct 2 14:48:28 2023 +0000
Releasing version 65 49 3
Copy file name to clipboardExpand all lines: database/autonomous_database.go
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -357,6 +357,14 @@ type AutonomousDatabase struct {
357
357
// How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
Copy file name to clipboardExpand all lines: database/autonomous_database_summary.go
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,14 @@ type AutonomousDatabaseSummary struct {
358
358
// How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
Copy file name to clipboardExpand all lines: database/create_autonomous_database_base.go
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,11 @@ type CreateAutonomousDatabaseBase interface {
208
208
// How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
209
209
GetIsMtlsConnectionRequired() *bool
210
210
211
+
// The unique identifier for leader autonomous database OCID OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
212
+
GetResourcePoolLeaderId() *string
213
+
214
+
GetResourcePoolSummary() *ResourcePoolSummary
215
+
211
216
// The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule
212
217
// follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
Copy file name to clipboardExpand all lines: database/create_autonomous_database_clone_details.go
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,11 @@ type CreateAutonomousDatabaseCloneDetails struct {
188
188
// How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
// This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
Copy file name to clipboardExpand all lines: database/create_autonomous_database_details.go
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,11 @@ type CreateAutonomousDatabaseDetails struct {
185
185
// How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
// This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
Copy file name to clipboardExpand all lines: database/create_autonomous_database_from_backup_details.go
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,11 @@ type CreateAutonomousDatabaseFromBackupDetails struct {
188
188
// How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
// This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
0 commit comments