Skip to content

Commit beb0968

Browse files
Releasing version 2.61.0
Releasing version 2.61.0
2 parents 0922d32 + ced4513 commit beb0968

File tree

82 files changed

+6163
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+6163
-131
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.61.0 - 2022-03-22
8+
====================
9+
10+
Added
11+
-----
12+
* Support for getting the storage utilization of a deployment on deployment list and get operations in the GoldenGate service
13+
* Support for virtual machines, bare metal machines, and Exadata databases with private endpoints in the Operations Insights service
14+
* Support for setting deletion policies on database systems in the MySQL Database service
15+
16+
Breaking
17+
--------
18+
* Support for retries by default on operations in the Data Labeling service (data plane and control plane)
19+
620
====================
721
2.60.1 - 2022-03-15
822
====================

docs/api/mysql.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Mysql
6161
oci.mysql.models.CreateDbSystemSourceFromBackupDetails
6262
oci.mysql.models.CreateDbSystemSourceFromNoneDetails
6363
oci.mysql.models.CreateDbSystemSourceImportFromUrlDetails
64+
oci.mysql.models.CreateDeletionPolicyDetails
6465
oci.mysql.models.CreateMaintenanceDetails
6566
oci.mysql.models.DbSystem
6667
oci.mysql.models.DbSystemEndpoint
@@ -71,6 +72,7 @@ Mysql
7172
oci.mysql.models.DbSystemSourceFromNone
7273
oci.mysql.models.DbSystemSourceImportFromUrl
7374
oci.mysql.models.DbSystemSummary
75+
oci.mysql.models.DeletionPolicyDetails
7476
oci.mysql.models.HeatWaveCluster
7577
oci.mysql.models.HeatWaveClusterMemoryEstimate
7678
oci.mysql.models.HeatWaveClusterSchemaMemoryEstimate
@@ -92,6 +94,7 @@ Mysql
9294
oci.mysql.models.UpdateChannelTargetFromDbSystemDetails
9395
oci.mysql.models.UpdateConfigurationDetails
9496
oci.mysql.models.UpdateDbSystemDetails
97+
oci.mysql.models.UpdateDeletionPolicyDetails
9598
oci.mysql.models.UpdateHeatWaveClusterDetails
9699
oci.mysql.models.UpdateMaintenanceDetails
97100
oci.mysql.models.Version
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDeletionPolicyDetails
2+
===========================
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: CreateDeletionPolicyDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DeletionPolicyDetails
2+
=====================
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: DeletionPolicyDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
UpdateDeletionPolicyDetails
2+
===========================
3+
4+
.. currentmodule:: oci.mysql.models
5+
6+
.. autoclass:: UpdateDeletionPolicyDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/opsi.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Opsi
3535
oci.opsi.models.ChangeEnterpriseManagerBridgeCompartmentDetails
3636
oci.opsi.models.ChangeExadataInsightCompartmentDetails
3737
oci.opsi.models.ChangeHostInsightCompartmentDetails
38+
oci.opsi.models.ChangeOperationsInsightsPrivateEndpointCompartmentDetails
39+
oci.opsi.models.ChangePeComanagedDatabaseInsightDetails
3840
oci.opsi.models.ConnectionDetails
3941
oci.opsi.models.CreateAwrHubDetails
4042
oci.opsi.models.CreateDatabaseInsightDetails
@@ -46,8 +48,11 @@ Opsi
4648
oci.opsi.models.CreateExadataInsightDetails
4749
oci.opsi.models.CreateHostInsightDetails
4850
oci.opsi.models.CreateMacsManagedExternalHostInsightDetails
51+
oci.opsi.models.CreateOperationsInsightsPrivateEndpointDetails
4952
oci.opsi.models.CreateOperationsInsightsWarehouseDetails
5053
oci.opsi.models.CreateOperationsInsightsWarehouseUserDetails
54+
oci.opsi.models.CreatePeComanagedDatabaseInsightDetails
55+
oci.opsi.models.CredentialByVault
5156
oci.opsi.models.CredentialDetails
5257
oci.opsi.models.CredentialsBySource
5358
oci.opsi.models.DBExternalInstance
@@ -78,6 +83,7 @@ Opsi
7883
oci.opsi.models.EnableExadataInsightDetails
7984
oci.opsi.models.EnableHostInsightDetails
8085
oci.opsi.models.EnableMacsManagedExternalHostInsightDetails
86+
oci.opsi.models.EnablePeComanagedDatabaseInsightDetails
8187
oci.opsi.models.EnterpriseManagerBridge
8288
oci.opsi.models.EnterpriseManagerBridgeCollection
8389
oci.opsi.models.EnterpriseManagerBridgeSummary
@@ -156,6 +162,9 @@ Opsi
156162
oci.opsi.models.MacsManagedExternalHostConfigurationSummary
157163
oci.opsi.models.MacsManagedExternalHostInsight
158164
oci.opsi.models.MacsManagedExternalHostInsightSummary
165+
oci.opsi.models.OperationsInsightsPrivateEndpoint
166+
oci.opsi.models.OperationsInsightsPrivateEndpointCollection
167+
oci.opsi.models.OperationsInsightsPrivateEndpointSummary
159168
oci.opsi.models.OperationsInsightsWarehouse
160169
oci.opsi.models.OperationsInsightsWarehouseSummary
161170
oci.opsi.models.OperationsInsightsWarehouseSummaryCollection
@@ -164,6 +173,11 @@ Opsi
164173
oci.opsi.models.OperationsInsightsWarehouseUserSummaryCollection
165174
oci.opsi.models.OperationsInsightsWarehouseUsers
166175
oci.opsi.models.OperationsInsightsWarehouses
176+
oci.opsi.models.PeComanagedDatabaseConnectionDetails
177+
oci.opsi.models.PeComanagedDatabaseHostDetails
178+
oci.opsi.models.PeComanagedDatabaseInsight
179+
oci.opsi.models.PeComanagedDatabaseInsightSummary
180+
oci.opsi.models.PeComanagedManagedExternalDatabaseConfigurationSummary
167181
oci.opsi.models.ProjectedDataItem
168182
oci.opsi.models.ResourceCapacityTrendAggregation
169183
oci.opsi.models.ResourceInsightCurrentUtilization
@@ -238,8 +252,10 @@ Opsi
238252
oci.opsi.models.UpdateHostInsightDetails
239253
oci.opsi.models.UpdateMacsManagedExternalDatabaseInsightDetails
240254
oci.opsi.models.UpdateMacsManagedExternalHostInsightDetails
255+
oci.opsi.models.UpdateOperationsInsightsPrivateEndpointDetails
241256
oci.opsi.models.UpdateOperationsInsightsWarehouseDetails
242257
oci.opsi.models.UpdateOperationsInsightsWarehouseUserDetails
258+
oci.opsi.models.UpdatePeComanagedDatabaseInsightDetails
243259
oci.opsi.models.WorkRequest
244260
oci.opsi.models.WorkRequestCollection
245261
oci.opsi.models.WorkRequestError
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ChangeOperationsInsightsPrivateEndpointCompartmentDetails
2+
=========================================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: ChangeOperationsInsightsPrivateEndpointCompartmentDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ChangePeComanagedDatabaseInsightDetails
2+
=======================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: ChangePeComanagedDatabaseInsightDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateOperationsInsightsPrivateEndpointDetails
2+
==============================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: CreateOperationsInsightsPrivateEndpointDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreatePeComanagedDatabaseInsightDetails
2+
=======================================
3+
4+
.. currentmodule:: oci.opsi.models
5+
6+
.. autoclass:: CreatePeComanagedDatabaseInsightDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)