Skip to content

Commit a68b357

Browse files
authored
Releasing version 2.52.1
Releasing version 2.52.1
2 parents bb05ab6 + ad5999e commit a68b357

File tree

137 files changed

+7434
-155
lines changed

Some content is hidden

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

137 files changed

+7434
-155
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.52.1 - 2021-12-07
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the Application Management service
13+
* Support for getting the inventory of JMS resources and listing Java runtime usage in a specified host in the Java Management service
14+
* Support for categories, entity topology, and verifying scheduled tasks in the Logging Analytics service
15+
* Support for RAC databases in the GoldenGate service
16+
* Support for querying additional fields of a resource using return clauses in the Search service
17+
* Support for key versions and key version OCIDs in the Key Management service
18+
619
====================
720
2.52.0 - 2021-11-30
821
====================

docs/api/appmgmt_control.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Appmgmt Control
2+
===============
3+
4+
.. autosummary::
5+
:toctree: appmgmt_control/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.appmgmt_control.AppmgmtControlClient
10+
oci.appmgmt_control.AppmgmtControlClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: appmgmt_control/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.appmgmt_control.models.MonitoredInstance
22+
oci.appmgmt_control.models.MonitoredInstanceCollection
23+
oci.appmgmt_control.models.MonitoredInstanceSummary
24+
oci.appmgmt_control.models.WorkRequest
25+
oci.appmgmt_control.models.WorkRequestError
26+
oci.appmgmt_control.models.WorkRequestErrorCollection
27+
oci.appmgmt_control.models.WorkRequestLogEntry
28+
oci.appmgmt_control.models.WorkRequestLogEntryCollection
29+
oci.appmgmt_control.models.WorkRequestResource
30+
oci.appmgmt_control.models.WorkRequestSummary
31+
oci.appmgmt_control.models.WorkRequestSummaryCollection
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AppmgmtControlClient
2+
====================
3+
4+
.. currentmodule:: oci.appmgmt_control
5+
6+
.. autoclass:: AppmgmtControlClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AppmgmtControlClientCompositeOperations
2+
=======================================
3+
4+
.. currentmodule:: oci.appmgmt_control
5+
6+
.. autoclass:: AppmgmtControlClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
MonitoredInstance
2+
=================
3+
4+
.. currentmodule:: oci.appmgmt_control.models
5+
6+
.. autoclass:: MonitoredInstance
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+
MonitoredInstanceCollection
2+
===========================
3+
4+
.. currentmodule:: oci.appmgmt_control.models
5+
6+
.. autoclass:: MonitoredInstanceCollection
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+
MonitoredInstanceSummary
2+
========================
3+
4+
.. currentmodule:: oci.appmgmt_control.models
5+
6+
.. autoclass:: MonitoredInstanceSummary
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+
WorkRequest
2+
===========
3+
4+
.. currentmodule:: oci.appmgmt_control.models
5+
6+
.. autoclass:: WorkRequest
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+
WorkRequestError
2+
================
3+
4+
.. currentmodule:: oci.appmgmt_control.models
5+
6+
.. autoclass:: WorkRequestError
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+
WorkRequestErrorCollection
2+
==========================
3+
4+
.. currentmodule:: oci.appmgmt_control.models
5+
6+
.. autoclass:: WorkRequestErrorCollection
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)